Skip to content

Commit

Permalink
chore: update fvm_shared & fvm_sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
Stebalien committed Apr 11, 2022
1 parent d718b1d commit 7f313ee
Show file tree
Hide file tree
Showing 15 changed files with 52 additions and 46 deletions.
53 changes: 30 additions & 23 deletions Cargo.lock

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

17 changes: 8 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -39,15 +39,14 @@ members = [
"test_vm",
]

[patch.crates-io]
# Needed until a new release is published
fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm" }
fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm" }
fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm" }
fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm" }
fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm" }
fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm" }
fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm" }
#[patch.crates-io]
#fvm_shared = { git = "https://github.com/filecoin-project/ref-fvm" }
#fvm_sdk = { git = "https://github.com/filecoin-project/ref-fvm" }
#fvm_ipld_hamt = { git = "https://github.com/filecoin-project/ref-fvm" }
#fvm_ipld_amt = { git = "https://github.com/filecoin-project/ref-fvm" }
#fvm_ipld_bitfield = { git = "https://github.com/filecoin-project/ref-fvm" }
#fvm_ipld_encoding = { git = "https://github.com/filecoin-project/ref-fvm" }
#fvm_ipld_blockstore = { git = "https://github.com/filecoin-project/ref-fvm" }

## Uncomment when working locally on ref-fvm and this repo simultaneously.
## Assumes the ref-fvm checkout is in a sibling directory with the same name.
Expand Down
2 changes: 1 addition & 1 deletion actors/account/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
serde = { version = "1.0.136", features = ["derive"] }
num-traits = "0.2.14"
num-derive = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion actors/cron/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
num-traits = "0.2.14"
num-derive = "0.3.3"
log = "0.4.14"
Expand Down
2 changes: 1 addition & 1 deletion actors/init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
fvm_ipld_hamt = "0.4.0"
serde = { version = "1.0.136", features = ["derive"] }
num-traits = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion actors/market/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_ipld_hamt = "0.4.0"
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
fvm_ipld_bitfield = "0.5.0"
num-traits = "0.2.14"
num-derive = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion actors/miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
fvm_ipld_bitfield = "0.5.0"
fvm_ipld_amt = { version = "0.4.0", features = ["go-interop"] }
fvm_ipld_hamt = "0.4.0"
Expand Down
2 changes: 1 addition & 1 deletion actors/multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
fvm_ipld_hamt = "0.4.0"
num-traits = "0.2.14"
num-derive = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion actors/paych/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
num-traits = "0.2.14"
num-derive = "0.3.3"
serde = { version = "1.0.136", features = ["derive"] }
Expand Down
2 changes: 1 addition & 1 deletion actors/power/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
fvm_ipld_hamt = "0.4.0"
num-traits = "0.2.14"
num-derive = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion actors/reward/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
num-traits = "0.2.14"
num-derive = "0.3.3"
log = "0.4.14"
Expand Down
4 changes: 2 additions & 2 deletions actors/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ repository = "https://github.com/filecoin-project/builtin-actors"
[dependencies]
fvm_ipld_hamt = "0.4.0"
fvm_ipld_amt = { version = "0.4.0", features = ["go-interop"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
num-traits = "0.2.14"
num-derive = "0.3.3"
serde = { version = "1.0.136", features = ["derive"] }
Expand All @@ -27,7 +27,7 @@ thiserror = "1.0.30"
getrandom = { version = "0.2.5", features = ["js"] }
hex = { version = "0.4.3", optional = true }
anyhow = "1.0.56"
fvm_sdk = { version = "0.4.0", optional = true }
fvm_sdk = { version = "0.5.0", optional = true }
blake2b_simd = "1.0"
fvm_ipld_blockstore = { version = "0.1" }
fvm_ipld_encoding = "0.1.0"
Expand Down
2 changes: 1 addition & 1 deletion actors/system/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
fvm_ipld_encoding = "0.1.0"
fvm_ipld_blockstore = { version = "0.1.0" }
num-traits = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion actors/verifreg/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ crate-type = ["cdylib", "lib"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
serde = { version = "1.0.136", features = ["derive"] }
num-traits = "0.2.14"
num-derive = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion test_vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ keywords = ["filecoin", "web3", "wasm"]

[dependencies]
fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../actors/runtime" }
fvm_shared = { version = "0.4.1", default-features = false }
fvm_shared = { version = "0.5.0", default-features = false }
fvm_ipld_encoding = { version = "0.1.0", default-features = false }
fvm_ipld_blockstore = { version = "0.1.0", default-features = false }
fvm_ipld_hamt = "0.4.0"
Expand Down

0 comments on commit 7f313ee

Please sign in to comment.