Skip to content

Commit

Permalink
Switch to FVM next branch (#1334)
Browse files Browse the repository at this point in the history
  • Loading branch information
fridrik01 authored Jul 25, 2023
1 parent a77674d commit 5be4e56
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 22 deletions.
24 changes: 9 additions & 15 deletions Cargo.lock

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

14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -142,13 +142,13 @@ fil_actors_runtime = { version = "12.0.0", path = "runtime" }
fil_builtin_actors_state = { version = "12.0.0", path = "state"}

[patch.crates-io]
#fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
#fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", branch = "master" }
fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm", branch = "next" }
#fvm_actor_utils = { git = "https://github.com/helix-onchain/filecoin", branch = "alex/update-fvm-ipld" }
#frc42_dispatch = { git = "https://github.com/helix-onchain/filecoin", branch = "alex/update-fvm-ipld" }
#frc46_token = { git = "https://github.com/helix-onchain/filecoin", branch = "alex/update-fvm-ipld" }
Expand Down

0 comments on commit 5be4e56

Please sign in to comment.