Skip to content

Commit

Permalink
highlight TODO to prune fil_actors_runtime from the vm_api depdency
Browse files Browse the repository at this point in the history
  • Loading branch information
alexytsu committed Jul 27, 2023
1 parent ecab311 commit fb14d19
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion vm_api/src/lib.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
use std::collections::BTreeMap;

use cid::Cid;
use fil_actors_runtime::runtime::{builtins::Type, Primitives};
// TODO: drop the dependency on fil_actors_runtime and have a suitable replacement abstraction here
pub use fil_actors_runtime::runtime::{builtins::Type, Primitives};
use fvm_ipld_blockstore::Blockstore;
use fvm_ipld_encoding::{
ipld_block::IpldBlock,
Expand Down

0 comments on commit fb14d19

Please sign in to comment.