Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare v7.0.0 release #207

Merged
merged 4 commits into from
Nov 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
34 changes: 17 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/account/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_account_state"
description = "Builtin account actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion actors/cron/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_cron_state"
description = "Builtin cron actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions actors/datacap/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[package]
name = "fil_actor_datacap_state"
description = "Builtin data cap actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = ["Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
repository = "https://github.com/ChainSafe/fil-actor-states"
keywords = ["filecoin", "web3", "wasm"]

[dependencies]
fil_actors_shared = { version = "7.0.0-rc.5", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "7.0.0", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_encoding = { workspace = true }
fvm_shared = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion actors/eam/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_eam_state"
description = "Builtin Ethereum address manager actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = ["Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion actors/ethaccount/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_ethaccount_state"
description = "Builtin Ethereum Externally Owned Address actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = ["Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand Down
4 changes: 2 additions & 2 deletions actors/evm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_evm_state"
description = "Builtin EVM actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = ["Protocol Labs", "Filecoin Core Devs"]
edition = "2021"
Expand All @@ -10,7 +10,7 @@ keywords = ["filecoin", "web3", "wasm", "evm"]

[dependencies]
cid = { workspace = true }
fil_actors_shared = { version = "7.0.0-rc.5", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "7.0.0", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_encoding = { workspace = true }
fvm_shared3 = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions actors/init/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_init_state"
description = "Builtin init actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand All @@ -15,7 +15,7 @@ keywords = ["filecoin", "web3", "wasm"]
[dependencies]
anyhow = { workspace = true }
cid = { workspace = true }
fil_actors_shared = { version = "7.0.0-rc.5", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "7.0.0", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_encoding = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions actors/market/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_market_state"
description = "Builtin market actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand All @@ -18,8 +18,8 @@ arb = ["dep:quickcheck"]
[dependencies]
anyhow = { workspace = true }
cid = { workspace = true }
fil_actor_verifreg_state = { version = "7.0.0-rc.5", path = "../verifreg" }
fil_actors_shared = { version = "7.0.0-rc.5", path = "../../fil_actors_shared" }
fil_actor_verifreg_state = { version = "7.0.0", path = "../verifreg" }
fil_actors_shared = { version = "7.0.0", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_bitfield = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
Expand Down
6 changes: 3 additions & 3 deletions actors/miner/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_miner_state"
description = "Builtin miner actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand All @@ -21,8 +21,8 @@ crate-type = ["cdylib", "lib"]
anyhow = { workspace = true }
bitflags = { workspace = true }
cid = { workspace = true }
fil_actor_verifreg_state = { version = "7.0.0-rc.5", path = "../verifreg" }
fil_actors_shared = { version = "7.0.0-rc.5", path = "../../fil_actors_shared" }
fil_actor_verifreg_state = { version = "7.0.0", path = "../verifreg" }
fil_actors_shared = { version = "7.0.0", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_amt = { workspace = true }
fvm_ipld_bitfield = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions actors/multisig/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_multisig_state"
description = "Builtin multisig actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand All @@ -20,7 +20,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
anyhow = { workspace = true }
cid = { workspace = true }
fil_actors_shared = { version = "7.0.0-rc.5", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "7.0.0", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_encoding = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions actors/paych/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_paych_state"
description = "Builtin paych actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand All @@ -14,7 +14,7 @@ keywords = ["filecoin", "web3", "wasm"]

[dependencies]
cid = { workspace = true }
fil_actors_shared = { version = "7.0.0-rc.5", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "7.0.0", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_encoding = { workspace = true }
fvm_shared = { workspace = true }
Expand Down
4 changes: 2 additions & 2 deletions actors/power/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_power_state"
description = "Builtin power actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand All @@ -15,7 +15,7 @@ keywords = ["filecoin", "web3", "wasm"]
[dependencies]
anyhow = { workspace = true }
cid = { workspace = true }
fil_actors_shared = { version = "7.0.0-rc.5", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "7.0.0", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_encoding = { workspace = true }
Expand Down
2 changes: 1 addition & 1 deletion actors/reward/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_reward_state"
description = "Builtin reward actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand Down
2 changes: 1 addition & 1 deletion actors/system/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_system_state"
description = "Builtin system actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand Down
4 changes: 2 additions & 2 deletions actors/verifreg/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "fil_actor_verifreg_state"
description = "Builtin verifreg actor for Filecoin"
version = "7.0.0-rc.5"
version = "7.0.0"
license = "MIT OR Apache-2.0"
authors = [
"ChainSafe Systems <[email protected]>",
Expand All @@ -20,7 +20,7 @@ crate-type = ["cdylib", "lib"]
[dependencies]
anyhow = { workspace = true }
cid = { workspace = true }
fil_actors_shared = { version = "7.0.0-rc.5", path = "../../fil_actors_shared" }
fil_actors_shared = { version = "7.0.0", path = "../../fil_actors_shared" }
frc42_macros = { workspace = true }
fvm_ipld_blockstore = { workspace = true }
fvm_ipld_encoding = { workspace = true }
Expand Down
Loading
Loading