Skip to content

Commit

Permalink
update to pull in VM trait from external location
Browse files Browse the repository at this point in the history
  • Loading branch information
alexytsu committed Jul 28, 2023
1 parent 8ecec25 commit 597706a
Show file tree
Hide file tree
Showing 18 changed files with 312 additions and 513 deletions.
148 changes: 116 additions & 32 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

10 changes: 10 additions & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,17 @@ fvm_ipld_car = { version = "0.7.0"}
fvm_ipld_encoding = { version = "0.4.0" }
fvm_ipld_hamt = { version = "0.7.0" }
fvm_shared = { version = "~3.4.0", default-features = false }
vm_api = { version = "1.0.0", git="https://github.com/filecoin-project/builtin-actors", branch="alexytsu/export-test-vm" }

anyhow = { version = "~1.0.47 }
blake2b_simd = { version = "1.0" }
bls-signatures = { version = "0.13", default-features = false }
futures = { version = "~0.3.19" }
libsecp256k1 = { version = "0.7.1"}
multihash = { version = "0.18.1", default-features = false }
num-traits = "0.2.14"
rand_chacha = "~0.3"
replace_with = "0.1.7"

[patch.crates-io]
# fvm = {git="https://github.com/helix-onchain/ref-fvm", branch="master"}
Expand Down
Loading

0 comments on commit 597706a

Please sign in to comment.