-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
17 changed files
with
95 additions
and
95 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fil_actor_account" | ||
description = "Builtin account actor for Filecoin" | ||
version = "9.0.2" | ||
version = "9.0.3" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"] | ||
edition = "2018" | ||
|
@@ -13,7 +13,7 @@ keywords = ["filecoin", "web3", "wasm"] | |
crate-type = ["cdylib", "lib"] | ||
|
||
[dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime" } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime" } | ||
frc42_dispatch = "1.0.0" | ||
fvm_shared = { version = "2.0.0-alpha.2", default-features = false } | ||
serde = { version = "1.0.136", features = ["derive"] } | ||
|
@@ -24,7 +24,7 @@ fvm_ipld_encoding = "0.2.2" | |
anyhow = "1.0.65" | ||
|
||
[dev-dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
|
||
[features] | ||
fil-actor = ["fil_actors_runtime/fil-actor"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fil_actor_cron" | ||
description = "Builtin cron actor for Filecoin" | ||
version = "9.0.2" | ||
version = "9.0.3" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"] | ||
edition = "2018" | ||
|
@@ -14,7 +14,7 @@ keywords = ["filecoin", "web3", "wasm"] | |
crate-type = ["cdylib", "lib"] | ||
|
||
[dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime" } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime" } | ||
fvm_shared = { version = "2.0.0-alpha.2", default-features = false } | ||
num-traits = "0.2.14" | ||
num-derive = "0.3.3" | ||
|
@@ -24,7 +24,7 @@ fvm_ipld_blockstore = "0.1.1" | |
fvm_ipld_encoding = "0.2.2" | ||
|
||
[dev-dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
|
||
[features] | ||
fil-actor = ["fil_actors_runtime/fil-actor"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fil_actor_init" | ||
description = "Builtin init actor for Filecoin" | ||
version = "9.0.2" | ||
version = "9.0.3" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"] | ||
edition = "2018" | ||
|
@@ -14,7 +14,7 @@ keywords = ["filecoin", "web3", "wasm"] | |
crate-type = ["cdylib", "lib"] | ||
|
||
[dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime" } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime" } | ||
fvm_shared = { version = "2.0.0-alpha.2", default-features = false } | ||
fvm_ipld_hamt = "0.5.1" | ||
serde = { version = "1.0.136", features = ["derive"] } | ||
|
@@ -27,7 +27,7 @@ fvm_ipld_blockstore = "0.1.1" | |
fvm_ipld_encoding = "0.2.2" | ||
|
||
[dev-dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
|
||
[features] | ||
fil-actor = ["fil_actors_runtime/fil-actor"] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fil_actor_market" | ||
description = "Builtin market actor for Filecoin" | ||
version = "9.0.2" | ||
version = "9.0.3" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"] | ||
edition = "2018" | ||
|
@@ -14,7 +14,7 @@ keywords = ["filecoin", "web3", "wasm"] | |
crate-type = ["cdylib", "lib"] | ||
|
||
[dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime"} | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime"} | ||
|
||
anyhow = "1.0.65" | ||
cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] } | ||
|
@@ -32,7 +32,7 @@ num-traits = "0.2.14" | |
serde = { version = "1.0.136", features = ["derive"] } | ||
|
||
[dev-dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
fil_actor_power = { path = "../power" } | ||
fil_actor_reward = { path = "../reward" } | ||
fil_actor_verifreg = { path = "../verifreg" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fil_actor_miner" | ||
description = "Builtin miner actor for Filecoin" | ||
version = "9.0.2" | ||
version = "9.0.3" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"] | ||
edition = "2018" | ||
|
@@ -14,7 +14,7 @@ keywords = ["filecoin", "web3", "wasm"] | |
crate-type = ["cdylib", "lib"] | ||
|
||
[dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime" } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime" } | ||
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"] } | ||
|
@@ -33,7 +33,7 @@ fvm_ipld_encoding = "0.2.2" | |
multihash = { version = "0.16.2", default-features = false } | ||
|
||
[dev-dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
fil_actor_account = { path = "../account" } | ||
fil_actor_reward = { path = "../reward" } | ||
fil_actor_power = { path = "../power" } | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fil_actor_multisig" | ||
description = "Builtin multisig actor for Filecoin" | ||
version = "9.0.2" | ||
version = "9.0.3" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"] | ||
edition = "2018" | ||
|
@@ -14,7 +14,7 @@ keywords = ["filecoin", "web3", "wasm"] | |
crate-type = ["cdylib", "lib"] | ||
|
||
[dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime"} | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime"} | ||
|
||
anyhow = "1.0.65" | ||
cid = { version = "0.8.3", default-features = false, features = ["serde-codec"] } | ||
|
@@ -30,7 +30,7 @@ num-traits = "0.2.14" | |
serde = { version = "1.0.136", features = ["derive"] } | ||
|
||
[dev-dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
lazy_static = "1.4.0" | ||
|
||
[features] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
name = "fil_actor_paych" | ||
description = "Builtin paych actor for Filecoin" | ||
version = "9.0.2" | ||
version = "9.0.3" | ||
license = "MIT OR Apache-2.0" | ||
authors = ["ChainSafe Systems <[email protected]>", "Protocol Labs", "Filecoin Core Devs"] | ||
edition = "2018" | ||
|
@@ -14,7 +14,7 @@ keywords = ["filecoin", "web3", "wasm"] | |
crate-type = ["cdylib", "lib"] | ||
|
||
[dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime" } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime" } | ||
fvm_shared = { version = "2.0.0-alpha.2", default-features = false } | ||
num-traits = "0.2.14" | ||
num-derive = "0.3.3" | ||
|
@@ -25,7 +25,7 @@ fvm_ipld_blockstore = "0.1.1" | |
fvm_ipld_encoding = "0.2.2" | ||
|
||
[dev-dependencies] | ||
fil_actors_runtime = { version = "9.0.2", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
fil_actors_runtime = { version = "9.0.3", path = "../../runtime", features = ["test_utils", "sector-default"] } | ||
fvm_ipld_amt = { version = "0.4.2", features = ["go-interop"] } | ||
derive_builder = "0.10.2" | ||
|
||
|
Oops, something went wrong.