diff --git a/Cargo.lock b/Cargo.lock index aabbcefc..3f8752e4 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1462,7 +1462,7 @@ dependencies = [ [[package]] name = "edgeware-cli" -version = "3.3.2" +version = "3.3.3" dependencies = [ "assert_cmd", "edgeware-executor", @@ -1573,7 +1573,7 @@ dependencies = [ [[package]] name = "edgeware-executor" -version = "3.3.2" +version = "3.3.3" dependencies = [ "criterion", "edgeware-primitives", @@ -1606,7 +1606,7 @@ version = "0.1.0" [[package]] name = "edgeware-primitives" -version = "3.3.2" +version = "3.3.3" dependencies = [ "frame-system", "parity-scale-codec", @@ -1619,7 +1619,7 @@ dependencies = [ [[package]] name = "edgeware-rpc" -version = "3.3.2" +version = "3.3.3" dependencies = [ "edgeware-executor", "edgeware-opts", @@ -1671,7 +1671,7 @@ dependencies = [ [[package]] name = "edgeware-rpc-client" -version = "3.3.2" +version = "3.3.3" dependencies = [ "edgeware-primitives", "futures 0.1.31", @@ -1834,7 +1834,7 @@ dependencies = [ [[package]] name = "edgeware-runtime" -version = "3.3.2" +version = "3.3.3" dependencies = [ "edge-treasury-reward", "edgeware-evm-tracer", @@ -1931,7 +1931,7 @@ dependencies = [ [[package]] name = "edgeware-runtime-interface" -version = "3.3.2" +version = "3.3.3" dependencies = [ "edgeware-primitives", "parity-scale-codec", diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index 0c2858c6..521af48b 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edgeware-cli" -version = "3.3.2" +version = "3.3.3" authors = ["Commonwealth Labs "] description = "Edgeware implementation using a substrate node." build = "build.rs" @@ -95,10 +95,10 @@ pallet-dynamic-fee = { git = "https://github.com/webb-tools/frontier", branch = pallet-evm = { git = "https://github.com/webb-tools/frontier", branch = "erup-4" } # node-specific dependencies -edgeware-runtime = { version = "3.3.2", path = "../runtime", default-features = false } -edgeware-rpc = { version = "3.3.2", path = "../rpc" } -edgeware-primitives = { version = "3.3.2", path = "../primitives", default-features = false } -edgeware-executor = { version = "3.3.2", path = "../executor", default-features = false } +edgeware-runtime = { version = "3.3.3", path = "../runtime", default-features = false } +edgeware-rpc = { version = "3.3.3", path = "../rpc" } +edgeware-primitives = { version = "3.3.3", path = "../primitives", default-features = false } +edgeware-executor = { version = "3.3.3", path = "../executor", default-features = false } edgeware-rpc-txpool = { path = "../../client/rpc/txpool", default-features = false } edgeware-rpc-primitives-txpool = { path = "../txpool", default-features = false } edgeware-rpc-debug = { path = "../../client/rpc/debug", default-features = false } diff --git a/node/executor/Cargo.toml b/node/executor/Cargo.toml index e1bc1d66..03c0037f 100644 --- a/node/executor/Cargo.toml +++ b/node/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edgeware-executor" -version = "3.3.2" +version = "3.3.3" authors = ["Commonwealth Labs "] description = "Edgeware implementation using a substrate node." edition = "2018" @@ -19,9 +19,9 @@ sp-core = { version = "3.0" } sp-trie = { version = "3.0" } frame-benchmarking = { version = "3.0" } -edgeware-primitives = { version = "3.3.2", path = "../primitives" } -edgeware-runtime = { version = "3.3.2", path = "../runtime" } -edgeware-runtime-interface = { version = "3.3.2", path = "../runtime-interface" } +edgeware-primitives = { version = "3.3.3", path = "../primitives" } +edgeware-runtime = { version = "3.3.3", path = "../runtime" } +edgeware-runtime-interface = { version = "3.3.3", path = "../runtime-interface" } [dev-dependencies] sp-runtime = { version = "3.0" } diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index eddf751b..836d4cfe 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edgeware-primitives" -version = "3.3.2" +version = "3.3.3" authors = ["Commonwealth Labs "] edition = "2018" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/node/rpc-client/Cargo.toml b/node/rpc-client/Cargo.toml index 331a66a8..2bdbaf1c 100644 --- a/node/rpc-client/Cargo.toml +++ b/node/rpc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edgeware-rpc-client" -version = "3.3.2" +version = "3.3.3" authors = ["Commonwealth Labs "] edition = "2018" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/node/rpc/Cargo.toml b/node/rpc/Cargo.toml index 0d37a780..33e836c7 100644 --- a/node/rpc/Cargo.toml +++ b/node/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edgeware-rpc" -version = "3.3.2" +version = "3.3.3" authors = ["Commonwealth Labs "] edition = "2018" license = "GPL-3.0-or-later WITH Classpath-exception-2.0" diff --git a/node/runtime-interface/Cargo.toml b/node/runtime-interface/Cargo.toml index 91761c98..185ec5fb 100644 --- a/node/runtime-interface/Cargo.toml +++ b/node/runtime-interface/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edgeware-runtime-interface" -version = "3.3.2" +version = "3.3.3" authors = ["Commonwealth Labs "] description = "Edgeware runtime interface helpers and functions" edition = "2018" diff --git a/node/runtime/Cargo.toml b/node/runtime/Cargo.toml index 4661000d..4b4e956c 100644 --- a/node/runtime/Cargo.toml +++ b/node/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "edgeware-runtime" -version = "3.3.2" +version = "3.3.3" authors = ["Commonwealth Labs "] edition = "2018" build = "build.rs" @@ -46,7 +46,7 @@ sp-offchain = { version = "3.0", default-features = false } sp-npos-elections = { version = "3.0", default-features = false } # edgeware primitives -edgeware-primitives = { version = "3.3.2", path = "../primitives", default-features = false } +edgeware-primitives = { version = "3.3.3", path = "../primitives", default-features = false } edgeware-evm-tracer = { path = "../evm_tracer", default-features = false } edgeware-rpc-primitives-debug = { path = "../debug", default-features = false } edgeware-rpc-primitives-txpool = { path = "../txpool", default-features = false } diff --git a/node/runtime/src/lib.rs b/node/runtime/src/lib.rs index 05cf4308..587858e6 100644 --- a/node/runtime/src/lib.rs +++ b/node/runtime/src/lib.rs @@ -136,8 +136,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to equal spec_version. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 47, - impl_version: 47, + spec_version: 48, + impl_version: 48, apis: RUNTIME_API_VERSIONS, transaction_version: 2, }; @@ -151,8 +151,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to equal spec_version. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 10047, - impl_version: 10047, + spec_version: 10048, + impl_version: 10048, apis: RUNTIME_API_VERSIONS, transaction_version: 2, }; @@ -1248,8 +1248,8 @@ construct_runtime!( Tips: pallet_tips::{Pallet, Call, Storage, Event} = 38, ElectionProviderMultiPhase: pallet_election_provider_multi_phase::{Pallet, Call, Storage, Event, ValidateUnsigned} = 39, DynamicFee: pallet_dynamic_fee::{Pallet, Call, Storage, Event, Inherent} = 40, - Tokens: webb_tokens::{Pallet, Storage, Event} = 41, - Currencies: webb_currencies::{Pallet, Storage, Event} = 42, + Tokens: webb_tokens::{Pallet, Call, Storage, Event} = 41, + Currencies: webb_currencies::{Pallet, Call, Storage, Event} = 42, NonFungibleTokenModule: orml_nft::{Pallet, Storage, Config} = 43, NFT: nft::{Pallet, Call, Event} = 44, }