Skip to content

Commit

Permalink
chore: update hamt & amt (#1052)
Browse files Browse the repository at this point in the history
chore: update hamt & kamt

Replaces #1020
  • Loading branch information
Stebalien authored Jan 14, 2023
1 parent d2924bf commit fe802af
Show file tree
Hide file tree
Showing 11 changed files with 81 additions and 30 deletions.
85 changes: 68 additions & 17 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion actors/datacap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ frc46_token = "3.1.0"
fvm_actor_utils = "3.0.0"
fvm_ipld_blockstore = "0.1.1"
fvm_ipld_encoding = "0.2.3"
fvm_ipld_hamt = "0.5.1"
fvm_ipld_hamt = "0.6.1"
fvm_shared = { version = "2.0.0-alpha.2", default-features = false }
lazy_static = "1.4.0"
num-derive = "0.3.3"
Expand Down
2 changes: 1 addition & 1 deletion actors/init/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["cdylib", "lib"]
fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime" }
frc42_dispatch = "3.0.0"
fvm_shared = { version = "2.0.0-alpha.2", default-features = false }
fvm_ipld_hamt = "0.5.1"
fvm_ipld_hamt = "0.6.1"
serde = { version = "1.0.136", features = ["derive"] }
num-traits = "0.2.14"
num-derive = "0.3.3"
Expand Down
4 changes: 2 additions & 2 deletions actors/market/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ frc46_token = "3.1.0"
fvm_ipld_bitfield = "0.5.2"
fvm_ipld_blockstore = "0.1.1"
fvm_ipld_encoding = "0.2.3"
fvm_ipld_hamt = "0.5.1"
fvm_ipld_hamt = "0.6.1"
fvm_shared = { version = "2.0.0-alpha.2", default-features = false }
integer-encoding = { version = "3.0.3", default-features = false }
libipld-core = { version = "0.13.1", features = ["serde-codec"] }
Expand All @@ -37,7 +37,7 @@ fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", featu
fil_actor_power = { path = "../power" }
fil_actor_reward = { path = "../reward" }
fil_actor_verifreg = { path = "../verifreg" }
fvm_ipld_amt = { version = "0.4.2", features = ["go-interop"] }
fvm_ipld_amt = { version = "0.5.1", features = ["go-interop"] }
multihash = { version = "0.16.1", default-features = false }
regex = "1"
itertools = "0.10"
Expand Down
4 changes: 2 additions & 2 deletions actors/miner/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime" }
frc42_dispatch = "3.0.0"
fvm_shared = { version = "2.0.0-alpha.2", default-features = false }
fvm_ipld_bitfield = "0.5.2"
fvm_ipld_amt = { version = "0.4.2", features = ["go-interop"] }
fvm_ipld_hamt = "0.5.1"
fvm_ipld_amt = { version = "0.5.1", features = ["go-interop"] }
fvm_ipld_hamt = "0.6.1"
serde = { version = "1.0.136", features = ["derive"] }
cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] }
num-traits = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion actors/multisig/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ frc42_dispatch = "3.0.0"
fvm_actor_utils = "3.0.0"
fvm_ipld_blockstore = "0.1.1"
fvm_ipld_encoding = "0.2.3"
fvm_ipld_hamt = "0.5.1"
fvm_ipld_hamt = "0.6.1"
fvm_shared = { version = "2.0.0-alpha.2", default-features = false }
indexmap = { version = "1.8.0", features = ["serde-1"] }
integer-encoding = { version = "3.0.3", default-features = false }
Expand Down
2 changes: 1 addition & 1 deletion actors/paych/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ fvm_ipld_encoding = "0.2.3"

[dev-dependencies]
fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime", features = ["test_utils", "sector-default"] }
fvm_ipld_amt = { version = "0.4.2", features = ["go-interop"] }
fvm_ipld_amt = { version = "0.5.1", features = ["go-interop"] }
derive_builder = "0.10.2"

[features]
Expand Down
2 changes: 1 addition & 1 deletion actors/power/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ crate-type = ["cdylib", "lib"]
fil_actors_runtime = { version = "10.0.0-alpha.1", path = "../../runtime" }
frc42_dispatch = "3.0.0"
fvm_shared = { version = "2.0.0-alpha.2", default-features = false }
fvm_ipld_hamt = "0.5.1"
fvm_ipld_hamt = "0.6.1"
num-traits = "0.2.14"
num-derive = "0.3.3"
log = "0.4.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 @@ -23,7 +23,7 @@ frc46_token = "3.1.0"
fvm_actor_utils = "3.0.0"
fvm_ipld_blockstore = "0.1.1"
fvm_ipld_encoding = "0.2.3"
fvm_ipld_hamt = "0.5.1"
fvm_ipld_hamt = "0.6.1"
fvm_shared = { version = "2.0.0-alpha.2", default-features = false }
lazy_static = "1.4.0"
log = "0.4.14"
Expand Down
4 changes: 2 additions & 2 deletions runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ edition = "2021"
repository = "https://github.com/filecoin-project/builtin-actors"

[dependencies]
fvm_ipld_hamt = "0.5.1"
fvm_ipld_amt = { version = "0.4.2", features = ["go-interop"] }
fvm_ipld_hamt = "0.6.1"
fvm_ipld_amt = { version = "0.5.1", features = ["go-interop"] }
fvm_shared = { version = "2.0.0-alpha.2", default-features = false }
num = { version = "0.4", features = ["serde"] }
num-traits = "0.2.14"
Expand Down
2 changes: 1 addition & 1 deletion test_vm/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ fvm_actor_utils = "3.0.0"
fvm_ipld_bitfield = "0.5.2"
fvm_ipld_blockstore = { version = "0.1.1", default-features = false }
fvm_ipld_encoding = { version = "0.2.3", default-features = false }
fvm_ipld_hamt = "0.5.1"
fvm_ipld_hamt = "0.6.1"
fvm_shared = { version = "2.0.0-alpha.2", default-features = false }
indexmap = { version = "1.8.0", features = ["serde-1"] }
integer-encoding = { version = "3.0.3", default-features = false }
Expand Down

0 comments on commit fe802af

Please sign in to comment.