diff --git a/Cargo.lock b/Cargo.lock index 1a9e42ae3..9f69ad00b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -559,7 +559,7 @@ dependencies = [ [[package]] name = "fil_actor_account" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "fil_actors_runtime", "fvm_ipld_blockstore", @@ -572,9 +572,9 @@ dependencies = [ [[package]] name = "fil_actor_bundler" -version = "3.0.3" +version = "3.0.4" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "646120abeada2d68a2970cc52a624642c100d5c83189110846b16e807b88e06a" +checksum = "715d3ad31a6e4715a49747e136d5daa1a6bbe7c078385bca7e11215c57884a35" dependencies = [ "anyhow", "async-std", @@ -592,7 +592,7 @@ dependencies = [ [[package]] name = "fil_actor_cron" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "fil_actors_runtime", "fvm_ipld_blockstore", @@ -606,7 +606,7 @@ dependencies = [ [[package]] name = "fil_actor_init" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "anyhow", "cid", @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "fil_actor_market" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "anyhow", "cid", @@ -649,7 +649,7 @@ dependencies = [ [[package]] name = "fil_actor_miner" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "anyhow", "byteorder", @@ -677,7 +677,7 @@ dependencies = [ [[package]] name = "fil_actor_multisig" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "anyhow", "cid", @@ -695,7 +695,7 @@ dependencies = [ [[package]] name = "fil_actor_paych" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "anyhow", "cid", @@ -712,7 +712,7 @@ dependencies = [ [[package]] name = "fil_actor_power" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "anyhow", "cid", @@ -733,7 +733,7 @@ dependencies = [ [[package]] name = "fil_actor_reward" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "fil_actors_runtime", "fvm_ipld_blockstore", @@ -775,7 +775,7 @@ dependencies = [ [[package]] name = "fil_actor_system" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "anyhow", "cid", @@ -790,7 +790,7 @@ dependencies = [ [[package]] name = "fil_actor_verifreg" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "anyhow", "cid", @@ -807,7 +807,7 @@ dependencies = [ [[package]] name = "fil_actors_runtime" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "anyhow", "base64", @@ -840,7 +840,7 @@ dependencies = [ [[package]] name = "fil_builtin_actors_bundle" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" dependencies = [ "cid", "clap", @@ -982,9 +982,9 @@ dependencies = [ [[package]] name = "fvm_ipld_amt" -version = "0.4.1" +version = "0.4.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "3bbe1fb55191eec39304eccc690e94bfe2462a829dbc0a227559d2bf1c33b4dc" +checksum = "48d09e5aa7de45452676d18fcb70b750acd65faae7a4fe18fe784b4c85f869fb" dependencies = [ "ahash", "anyhow", @@ -1038,9 +1038,9 @@ dependencies = [ [[package]] name = "fvm_ipld_encoding" -version = "0.2.1" +version = "0.2.2" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "39a5b85beb7f0c612abbe36ce013d50fd4c5304098f7b439a32c82526d7d800a" +checksum = "ce9cfcb4ae444801009182fded790dd56aff9c9a567e54510e2ccf14fb9daf8e" dependencies = [ "anyhow", "cid", @@ -1077,9 +1077,9 @@ dependencies = [ [[package]] name = "fvm_sdk" -version = "1.0.0-rc.2" +version = "1.0.0-rc.3" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "5823623e85fa75b779c12ac793485a01d6f3a420b2b96eabeef26e1ce1aa3fc8" +checksum = "3bd162cff8cab78c3798762bc6879429ecbd0f5515856bcb3bc31d197208db70" dependencies = [ "cid", "fvm_ipld_encoding", @@ -1092,9 +1092,9 @@ dependencies = [ [[package]] name = "fvm_shared" -version = "0.7.1" +version = "0.8.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "282f5fb4f2eb9f916badd253aa4898d7ba20bdda3e76a2f94d42ee67acb6ba2e" +checksum = "94c2485c563703b730df0502e2e8fcea86bc183b7018a080c6a5b15b7a29c5d0" dependencies = [ "anyhow", "bimap", diff --git a/Cargo.toml b/Cargo.toml index 846cd72ca..c5bb38226 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_builtin_actors_bundle" description = "Bundle of FVM-compatible Wasm bytecode for Filecoin builtin actors" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["Protocol Labs", "Filecoin Core Devs"] edition = "2021" @@ -10,22 +10,22 @@ keywords = ["filecoin", "web3", "wasm"] exclude = ["examples", ".github"] [target.'cfg(target_arch = "wasm32")'.dependencies] -fil_actor_account = { version = "8.0.0-alpha.1", path = "./actors/account", features = ["fil-actor"] } -fil_actor_verifreg = { version = "8.0.0-alpha.1", path = "./actors/verifreg", features = ["fil-actor"] } -fil_actor_cron = { version = "8.0.0-alpha.1", path = "./actors/cron", features = ["fil-actor"] } -fil_actor_market = { version = "8.0.0-alpha.1", path = "./actors/market", features = ["fil-actor"] } -fil_actor_multisig = { version = "8.0.0-alpha.1", path = "./actors/multisig", features = ["fil-actor"] } -fil_actor_paych = { version = "8.0.0-alpha.1", path = "./actors/paych", features = ["fil-actor"] } -fil_actor_power = { version = "8.0.0-alpha.1", path = "./actors/power", features = ["fil-actor"] } -fil_actor_miner = { version = "8.0.0-alpha.1", path = "./actors/miner", features = ["fil-actor"] } -fil_actor_reward = { version = "8.0.0-alpha.1", path = "./actors/reward", features = ["fil-actor"] } -fil_actor_system = { version = "8.0.0-alpha.1", path = "./actors/system", features = ["fil-actor"] } -fil_actor_init = { version = "8.0.0-alpha.1", path = "./actors/init", features = ["fil-actor"] } -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "./actors/runtime", features = ["fil-actor"] } +fil_actor_account = { version = "8.0.0-rc.1", path = "./actors/account", features = ["fil-actor"] } +fil_actor_verifreg = { version = "8.0.0-rc.1", path = "./actors/verifreg", features = ["fil-actor"] } +fil_actor_cron = { version = "8.0.0-rc.1", path = "./actors/cron", features = ["fil-actor"] } +fil_actor_market = { version = "8.0.0-rc.1", path = "./actors/market", features = ["fil-actor"] } +fil_actor_multisig = { version = "8.0.0-rc.1", path = "./actors/multisig", features = ["fil-actor"] } +fil_actor_paych = { version = "8.0.0-rc.1", path = "./actors/paych", features = ["fil-actor"] } +fil_actor_power = { version = "8.0.0-rc.1", path = "./actors/power", features = ["fil-actor"] } +fil_actor_miner = { version = "8.0.0-rc.1", path = "./actors/miner", features = ["fil-actor"] } +fil_actor_reward = { version = "8.0.0-rc.1", path = "./actors/reward", features = ["fil-actor"] } +fil_actor_system = { version = "8.0.0-rc.1", path = "./actors/system", features = ["fil-actor"] } +fil_actor_init = { version = "8.0.0-rc.1", path = "./actors/init", features = ["fil-actor"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "./actors/runtime", features = ["fil-actor"] } fil_actor_state = { version = "8.0.0-alpha.1", path = "./actors/state", features = ["fil-actor"] } [build-dependencies] -fil_actor_bundler = "3.0.3" +fil_actor_bundler = "3.0.4" cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] } [dependencies] diff --git a/actors/account/Cargo.toml b/actors/account/Cargo.toml index a7a25e3c5..00c05f31b 100644 --- a/actors/account/Cargo.toml +++ b/actors/account/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_account" description = "Builtin account actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -13,16 +13,16 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } -fvm_shared = { version = "0.7.1", default-features = false } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } +fvm_shared = { version = "0.8.0", default-features = false } serde = { version = "1.0.136", features = ["derive"] } num-traits = "0.2.14" num-derive = "0.3.3" fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = [] diff --git a/actors/cron/Cargo.toml b/actors/cron/Cargo.toml index 6dd570476..c88699a88 100644 --- a/actors/cron/Cargo.toml +++ b/actors/cron/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_cron" description = "Builtin cron actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -14,17 +14,17 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } -fvm_shared = { version = "0.7.1", default-features = false } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } +fvm_shared = { version = "0.8.0", default-features = false } num-traits = "0.2.14" num-derive = "0.3.3" log = "0.4.14" serde = { version = "1.0.136", features = ["derive"] } fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = [] diff --git a/actors/init/Cargo.toml b/actors/init/Cargo.toml index 048e4926b..930a0441c 100644 --- a/actors/init/Cargo.toml +++ b/actors/init/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_init" description = "Builtin init actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -14,8 +14,8 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } -fvm_shared = { version = "0.7.1", default-features = false } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } +fvm_shared = { version = "0.8.0", default-features = false } fvm_ipld_hamt = "0.5.1" serde = { version = "1.0.136", features = ["derive"] } num-traits = "0.2.14" @@ -24,10 +24,10 @@ cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] anyhow = "1.0.56" log = "0.4.14" fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = [] diff --git a/actors/market/Cargo.toml b/actors/market/Cargo.toml index 6bc3dde68..314d84598 100644 --- a/actors/market/Cargo.toml +++ b/actors/market/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_market" description = "Builtin market actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -14,9 +14,9 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } fvm_ipld_hamt = "0.5.1" -fvm_shared = { version = "0.7.1", default-features = false } +fvm_shared = { version = "0.8.0", default-features = false } fvm_ipld_bitfield = "0.5.2" num-traits = "0.2.14" num-derive = "0.3.3" @@ -25,15 +25,15 @@ cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] log = "0.4.14" anyhow = "1.0.56" fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" libipld-core = { version = "0.13.1", features = ["serde-codec"] } [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } -fil_actor_power = { version = "8.0.0-alpha.1", path = "../power" } -fil_actor_reward = { version = "8.0.0-alpha.1", path = "../reward" } -fil_actor_verifreg = { version = "8.0.0-alpha.1", path = "../verifreg" } -fvm_ipld_amt = { version = "0.4.1", features = ["go-interop"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fil_actor_power = { version = "8.0.0-rc.1", path = "../power" } +fil_actor_reward = { version = "8.0.0-rc.1", path = "../reward" } +fil_actor_verifreg = { version = "8.0.0-rc.1", path = "../verifreg" } +fvm_ipld_amt = { version = "0.4.2", features = ["go-interop"] } multihash = { version = "0.16.1", default-features = false } regex = "1" itertools = "0.10" diff --git a/actors/miner/Cargo.toml b/actors/miner/Cargo.toml index c16c993e4..99681f166 100644 --- a/actors/miner/Cargo.toml +++ b/actors/miner/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_miner" description = "Builtin miner actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -14,10 +14,10 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } -fvm_shared = { version = "0.7.1", default-features = false } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } +fvm_shared = { version = "0.8.0", default-features = false } fvm_ipld_bitfield = "0.5.2" -fvm_ipld_amt = { version = "0.4.1", features = ["go-interop"] } +fvm_ipld_amt = { version = "0.4.2", features = ["go-interop"] } fvm_ipld_hamt = "0.5.1" serde = { version = "1.0.136", features = ["derive"] } cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] } @@ -29,14 +29,14 @@ byteorder = "1.4.3" anyhow = "1.0.56" itertools = "0.10.3" fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } -fil_actor_account = { version = "8.0.0-alpha.1", path = "../account" } -fil_actor_reward = { version = "8.0.0-alpha.1", path = "../reward" } -fil_actor_power = { version = "8.0.0-alpha.1", path = "../power" } -fil_actor_market = { version = "8.0.0-alpha.1", path = "../market" } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fil_actor_account = { version = "8.0.0-rc.1", path = "../account" } +fil_actor_reward = { version = "8.0.0-rc.1", path = "../reward" } +fil_actor_power = { version = "8.0.0-rc.1", path = "../power" } +fil_actor_market = { version = "8.0.0-rc.1", path = "../market" } rand = "0.8.5" cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] } multihash = { version = "0.16.1", default-features = false } diff --git a/actors/miner/src/lib.rs b/actors/miner/src/lib.rs index 688f7cf78..073a4b862 100644 --- a/actors/miner/src/lib.rs +++ b/actors/miner/src/lib.rs @@ -805,7 +805,7 @@ impl Actor { rt.verify_aggregate_seals(&AggregateSealVerifyProofAndInfos { miner: miner_actor_id, seal_proof, - aggregate_proof: RegisteredAggregateProof::SnarkPackV1, + aggregate_proof: RegisteredAggregateProof::SnarkPackV2, proof: params.aggregate_proof, infos: svis, }) diff --git a/actors/multisig/Cargo.toml b/actors/multisig/Cargo.toml index eacc2687b..4720d5f8c 100644 --- a/actors/multisig/Cargo.toml +++ b/actors/multisig/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_multisig" description = "Builtin multisig actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -14,8 +14,8 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } -fvm_shared = { version = "0.7.1", default-features = false } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } +fvm_shared = { version = "0.8.0", default-features = false } fvm_ipld_hamt = "0.5.1" num-traits = "0.2.14" num-derive = "0.3.3" @@ -25,10 +25,10 @@ integer-encoding = { version = "3.0.3", default-features = false } serde = { version = "1.0.136", features = ["derive"] } anyhow = "1.0.56" fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = [] diff --git a/actors/paych/Cargo.toml b/actors/paych/Cargo.toml index 85191d54d..c78e7d70f 100644 --- a/actors/paych/Cargo.toml +++ b/actors/paych/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_paych" description = "Builtin paych actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -14,19 +14,19 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } -fvm_shared = { version = "0.7.1", default-features = false } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } +fvm_shared = { version = "0.8.0", default-features = false } num-traits = "0.2.14" num-derive = "0.3.3" serde = { version = "1.0.136", features = ["derive"] } cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] } anyhow = "1.0.56" fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } -fvm_ipld_amt = { version = "0.4.1", features = ["go-interop"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fvm_ipld_amt = { version = "0.4.2", features = ["go-interop"] } derive_builder = "0.10.2" [features] fil-actor = [] diff --git a/actors/power/Cargo.toml b/actors/power/Cargo.toml index a4033dc43..f7c3945bb 100644 --- a/actors/power/Cargo.toml +++ b/actors/power/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_power" description = "Builtin power actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -14,8 +14,8 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } -fvm_shared = { version = "0.7.1", default-features = false } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } +fvm_shared = { version = "0.8.0", default-features = false } fvm_ipld_hamt = "0.5.1" num-traits = "0.2.14" num-derive = "0.3.3" @@ -27,11 +27,11 @@ lazy_static = "1.4.0" serde = { version = "1.0.136", features = ["derive"] } anyhow = "1.0.56" fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } -fil_actor_reward = { version = "8.0.0-alpha.1", path = "../reward" } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fil_actor_reward = { version = "8.0.0-rc.1", path = "../reward" } [features] fil-actor = [] diff --git a/actors/reward/Cargo.toml b/actors/reward/Cargo.toml index 00a89289f..efe1e88e6 100644 --- a/actors/reward/Cargo.toml +++ b/actors/reward/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_reward" description = "Builtin reward actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -14,18 +14,18 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } -fvm_shared = { version = "0.7.1", default-features = false } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } +fvm_shared = { version = "0.8.0", default-features = false } num-traits = "0.2.14" num-derive = "0.3.3" log = "0.4.14" lazy_static = "1.4.0" serde = { version = "1.0.136", features = ["derive"] } fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } num = "0.4.0" [features] fil-actor = [] diff --git a/actors/runtime/Cargo.toml b/actors/runtime/Cargo.toml index 7d659a221..d2ade04bc 100644 --- a/actors/runtime/Cargo.toml +++ b/actors/runtime/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actors_runtime" description = "System actors for the Filecoin protocol" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2021" @@ -9,8 +9,8 @@ repository = "https://github.com/filecoin-project/builtin-actors" [dependencies] fvm_ipld_hamt = "0.5.1" -fvm_ipld_amt = { version = "0.4.1", features = ["go-interop"] } -fvm_shared = { version = "0.7.1", default-features = false } +fvm_ipld_amt = { version = "0.4.2", features = ["go-interop"] } +fvm_shared = { version = "0.8.0", default-features = false } num-traits = "0.2.14" num-derive = "0.3.3" serde = { version = "1.0.136", features = ["derive"] } @@ -27,10 +27,10 @@ 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 = "1.0.0-rc.2", optional = true } +fvm_sdk = { version = "1.0.0-rc.3", optional = true } blake2b_simd = "1.0" fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" multihash = { version = "0.16.1", default-features = false } rand = "0.8.5" serde_repr = "0.1.8" diff --git a/actors/state/Cargo.toml b/actors/state/Cargo.toml index a8bde35b6..319d63356 100644 --- a/actors/state/Cargo.toml +++ b/actors/state/Cargo.toml @@ -14,20 +14,20 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actor_account = { version = "8.0.0-alpha.1", path = "../account"} -fil_actor_verifreg = { version = "8.0.0-alpha.1", path = "../verifreg"} -fil_actor_cron = { version = "8.0.0-alpha.1", path = "../cron"} -fil_actor_market = { version = "8.0.0-alpha.1", path = "../market"} -fil_actor_multisig = { version = "8.0.0-alpha.1", path = "../multisig"} -fil_actor_paych = { version = "8.0.0-alpha.1", path = "../paych"} -fil_actor_power = { version = "8.0.0-alpha.1", path = "../power"} -fil_actor_miner = { version = "8.0.0-alpha.1", path = "../miner"} -fil_actor_reward = { version = "8.0.0-alpha.1", path = "../reward"} -fil_actor_system = { version = "8.0.0-alpha.1", path = "../system"} -fil_actor_init = { version = "8.0.0-alpha.1", path = "../init"} -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime"} -fvm_shared = { version = "0.7.1", default-features = false } -fvm_ipld_encoding = "0.2.1" +fil_actor_account = { version = "8.0.0-rc.1", path = "../account"} +fil_actor_verifreg = { version = "8.0.0-rc.1", path = "../verifreg"} +fil_actor_cron = { version = "8.0.0-rc.1", path = "../cron"} +fil_actor_market = { version = "8.0.0-rc.1", path = "../market"} +fil_actor_multisig = { version = "8.0.0-rc.1", path = "../multisig"} +fil_actor_paych = { version = "8.0.0-rc.1", path = "../paych"} +fil_actor_power = { version = "8.0.0-rc.1", path = "../power"} +fil_actor_miner = { version = "8.0.0-rc.1", path = "../miner"} +fil_actor_reward = { version = "8.0.0-rc.1", path = "../reward"} +fil_actor_system = { version = "8.0.0-rc.1", path = "../system"} +fil_actor_init = { version = "8.0.0-rc.1", path = "../init"} +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime"} +fvm_shared = { version = "0.8.0", default-features = false } +fvm_ipld_encoding = "0.2.2" fvm_ipld_blockstore = "0.1.1" num-traits = "0.2.14" anyhow = "1.0.56" diff --git a/actors/system/Cargo.toml b/actors/system/Cargo.toml index 97dbeacdf..66d2acc80 100644 --- a/actors/system/Cargo.toml +++ b/actors/system/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_system" description = "Builtin system actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -14,9 +14,9 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } -fvm_shared = { version = "0.7.1", default-features = false } -fvm_ipld_encoding = "0.2.1" +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } +fvm_shared = { version = "0.8.0", default-features = false } +fvm_ipld_encoding = "0.2.2" fvm_ipld_blockstore = "0.1.1" num-traits = "0.2.14" anyhow = "1.0.56" @@ -25,7 +25,7 @@ serde = { version = "1.0.136", features = ["derive"] } cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] } [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = [] diff --git a/actors/verifreg/Cargo.toml b/actors/verifreg/Cargo.toml index 4b460b300..63a24d1c5 100644 --- a/actors/verifreg/Cargo.toml +++ b/actors/verifreg/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "fil_actor_verifreg" description = "Builtin verifreg actor for Filecoin" -version = "8.0.0-alpha.1" +version = "8.0.0-rc.1" license = "MIT OR Apache-2.0" authors = ["ChainSafe Systems ", "Protocol Labs", "Filecoin Core Devs"] edition = "2018" @@ -14,8 +14,8 @@ keywords = ["filecoin", "web3", "wasm"] crate-type = ["cdylib", "lib"] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["fil-actor"] } -fvm_shared = { version = "0.7.1", default-features = false } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["fil-actor"] } +fvm_shared = { version = "0.8.0", default-features = false } serde = { version = "1.0.136", features = ["derive"] } num-traits = "0.2.14" num-derive = "0.3.3" @@ -24,10 +24,10 @@ lazy_static = "1.4.0" anyhow = "1.0.56" fvm_ipld_hamt = "0.5.1" fvm_ipld_blockstore = "0.1.1" -fvm_ipld_encoding = "0.2.1" +fvm_ipld_encoding = "0.2.2" [dev-dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../runtime", features = ["test_utils", "sector-default"] } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../runtime", features = ["test_utils", "sector-default"] } [features] fil-actor = [] diff --git a/test_vm/Cargo.toml b/test_vm/Cargo.toml index 4abaf3492..809514d4a 100644 --- a/test_vm/Cargo.toml +++ b/test_vm/Cargo.toml @@ -10,21 +10,21 @@ keywords = ["filecoin", "web3", "wasm"] [lib] [dependencies] -fil_actors_runtime = { version = "8.0.0-alpha.1", path = "../actors/runtime", features = [ "test_utils" ] } -fil_actor_init = { version = "8.0.0-alpha.1", path = "../actors/init" } -fil_actor_cron = { version = "8.0.0-alpha.1", path = "../actors/cron" } -fil_actor_system = { version = "8.0.0-alpha.1", path = "../actors/system" } -fil_actor_account = { version = "8.0.0-alpha.1", path = "../actors/account" } -fil_actor_multisig = { version = "8.0.0-alpha.1", path = "../actors/multisig" } -fil_actor_paych = { version = "8.0.0-alpha.1", path = "../actors/paych" } -fil_actor_reward = { version = "8.0.0-alpha.1", path = "../actors/reward" } -fil_actor_power = { version = "8.0.0-alpha.1", path = "../actors/power" } -fil_actor_market = { version = "8.0.0-alpha.1", path = "../actors/market" } -fil_actor_verifreg = { version = "8.0.0-alpha.1", path = "../actors/verifreg" } -fil_actor_miner = { version = "8.0.0-alpha.1", path = "../actors/miner" } +fil_actors_runtime = { version = "8.0.0-rc.1", path = "../actors/runtime", features = [ "test_utils" ] } +fil_actor_init = { version = "8.0.0-rc.1", path = "../actors/init" } +fil_actor_cron = { version = "8.0.0-rc.1", path = "../actors/cron" } +fil_actor_system = { version = "8.0.0-rc.1", path = "../actors/system" } +fil_actor_account = { version = "8.0.0-rc.1", path = "../actors/account" } +fil_actor_multisig = { version = "8.0.0-rc.1", path = "../actors/multisig" } +fil_actor_paych = { version = "8.0.0-rc.1", path = "../actors/paych" } +fil_actor_reward = { version = "8.0.0-rc.1", path = "../actors/reward" } +fil_actor_power = { version = "8.0.0-rc.1", path = "../actors/power" } +fil_actor_market = { version = "8.0.0-rc.1", path = "../actors/market" } +fil_actor_verifreg = { version = "8.0.0-rc.1", path = "../actors/verifreg" } +fil_actor_miner = { version = "8.0.0-rc.1", path = "../actors/miner" } lazy_static = "1.4.0" -fvm_shared = { version = "0.7.1", default-features = false } -fvm_ipld_encoding = { version = "0.2.0", default-features = false } +fvm_shared = { version = "0.8.0", default-features = false } +fvm_ipld_encoding = { version = "0.2.2", default-features = false } fvm_ipld_blockstore = { version = "0.1.1", default-features = false } fvm_ipld_bitfield = "0.5.2" fvm_ipld_hamt = "0.5.1"