From bd958077fcae372a6bc027974485241ad29d1541 Mon Sep 17 00:00:00 2001 From: Tore19 <289649077@qq.com> Date: Thu, 17 Feb 2022 20:09:19 +0800 Subject: [PATCH] Release v0.5.0 --- Cargo.lock | 56 +++++++++++------------ README.md | 2 +- node/bench/Cargo.toml | 8 ++-- node/cli/Cargo.toml | 16 +++---- node/executor/Cargo.toml | 8 ++-- node/inspect/Cargo.toml | 2 +- node/pallets/bridge/common/Cargo.toml | 2 +- node/pallets/bridge/relayers/Cargo.toml | 2 +- node/pallets/bridge/swap/Cargo.toml | 2 +- node/pallets/claims/rclaim/Cargo.toml | 2 +- node/pallets/claims/xclaim/Cargo.toml | 2 +- node/pallets/general/signature/Cargo.toml | 2 +- node/pallets/rcrypto/Cargo.toml | 2 +- node/pallets/rdex/balances/Cargo.toml | 2 +- node/pallets/rdex/mining/Cargo.toml | 2 +- node/pallets/rdex/swap/Cargo.toml | 2 +- node/pallets/rdexn/payers/Cargo.toml | 2 +- node/pallets/rdexn/signatures/Cargo.toml | 2 +- node/pallets/rdexn/swap/Cargo.toml | 2 +- node/pallets/rtoken/balances/Cargo.toml | 2 +- node/pallets/rtoken/ledger/Cargo.toml | 2 +- node/pallets/rtoken/rate/Cargo.toml | 2 +- node/pallets/rtoken/relayers/Cargo.toml | 2 +- node/pallets/rtoken/rfis/Cargo.toml | 2 +- node/pallets/rtoken/series/Cargo.toml | 2 +- node/pallets/rtoken/votes/Cargo.toml | 2 +- node/pallets/xtoken/balances/Cargo.toml | 2 +- node/primitives/Cargo.toml | 2 +- node/rpc-client/Cargo.toml | 4 +- node/rpc/Cargo.toml | 6 +-- node/runtime/Cargo.toml | 40 ++++++++-------- node/runtime/src/lib.rs | 2 +- node/testing/Cargo.toml | 8 ++-- 33 files changed, 98 insertions(+), 98 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f275b6b..8253693 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -518,7 +518,7 @@ dependencies = [ [[package]] name = "bridge-common" -version = "0.4.10" +version = "0.5.0" dependencies = [ "bridge-relayers", "frame-support", @@ -535,7 +535,7 @@ dependencies = [ [[package]] name = "bridge-relayers" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -550,7 +550,7 @@ dependencies = [ [[package]] name = "bridge-swap" -version = "0.4.10" +version = "0.5.0" dependencies = [ "bridge-common", "frame-support", @@ -1874,7 +1874,7 @@ checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" [[package]] name = "general-signature" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -3490,7 +3490,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "0.4.10" +version = "0.5.0" dependencies = [ "assert_cmd", "frame-benchmarking-cli", @@ -3562,7 +3562,7 @@ dependencies = [ [[package]] name = "node-executor" -version = "0.4.10" +version = "0.5.0" dependencies = [ "criterion", "frame-benchmarking", @@ -3594,7 +3594,7 @@ dependencies = [ [[package]] name = "node-inspect" -version = "0.4.10" +version = "0.5.0" dependencies = [ "derive_more", "log", @@ -3610,7 +3610,7 @@ dependencies = [ [[package]] name = "node-primitives" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-system", "parity-scale-codec", @@ -3623,7 +3623,7 @@ dependencies = [ [[package]] name = "node-rpc" -version = "0.4.10" +version = "0.5.0" dependencies = [ "jsonrpc-core", "node-primitives", @@ -3650,7 +3650,7 @@ dependencies = [ [[package]] name = "node-rpc-client" -version = "0.4.10" +version = "0.5.0" dependencies = [ "futures 0.1.29", "hyper 0.12.35", @@ -3663,7 +3663,7 @@ dependencies = [ [[package]] name = "node-runtime" -version = "0.4.10" +version = "0.5.0" dependencies = [ "bridge-common", "bridge-relayers", @@ -3747,7 +3747,7 @@ dependencies = [ [[package]] name = "node-testing" -version = "0.4.10" +version = "0.5.0" dependencies = [ "criterion", "frame-support", @@ -5354,7 +5354,7 @@ dependencies = [ [[package]] name = "rclaim" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5368,7 +5368,7 @@ dependencies = [ [[package]] name = "rdex-balances" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5382,7 +5382,7 @@ dependencies = [ [[package]] name = "rdex-mining" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5401,7 +5401,7 @@ dependencies = [ [[package]] name = "rdex-swap" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5419,7 +5419,7 @@ dependencies = [ [[package]] name = "rdexn-payers" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5434,7 +5434,7 @@ dependencies = [ [[package]] name = "rdexn-signatures" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5453,7 +5453,7 @@ dependencies = [ [[package]] name = "rdexn-swap" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5586,7 +5586,7 @@ checksum = "e005d658ad26eacc2b6c506dfde519f4e277e328d0eb3379ca61647d70a8f531" [[package]] name = "rfis" -version = "0.4.10" +version = "0.5.0" dependencies = [ "bridge-common", "frame-support", @@ -5643,7 +5643,7 @@ dependencies = [ [[package]] name = "rtoken-balances" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5657,7 +5657,7 @@ dependencies = [ [[package]] name = "rtoken-ledger" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5677,7 +5677,7 @@ dependencies = [ [[package]] name = "rtoken-rate" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5694,7 +5694,7 @@ dependencies = [ [[package]] name = "rtoken-relayers" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -5709,7 +5709,7 @@ dependencies = [ [[package]] name = "rtoken-series" -version = "0.4.10" +version = "0.5.0" dependencies = [ "bridge-common", "frame-support", @@ -5732,7 +5732,7 @@ dependencies = [ [[package]] name = "rtoken-votes" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -9339,7 +9339,7 @@ dependencies = [ [[package]] name = "xclaim" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", @@ -9352,7 +9352,7 @@ dependencies = [ [[package]] name = "xtoken-balances" -version = "0.4.10" +version = "0.5.0" dependencies = [ "frame-support", "frame-system", diff --git a/README.md b/README.md index 5cd3926..89bb59d 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ git clone https://github.com/stafiprotocol/stafi-node.git cd stafi-node ### Mainnet -git checkout v0.4.10 +git checkout v0.5.0 ### Testnet git checkout seiya diff --git a/node/bench/Cargo.toml b/node/bench/Cargo.toml index f588fe1..8776b65 100644 --- a/node/bench/Cargo.toml +++ b/node/bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-bench" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] description = "Stafi node integration benchmarks." edition = "2018" @@ -9,9 +9,9 @@ edition = "2018" [dependencies] log = "0.4.8" -node-primitives = { version = "0.4.10", path = "../primitives" } -node-testing = { version = "0.4.10", path = "../testing" } -node-runtime = { version = "0.4.10", path = "../runtime" } +node-primitives = { version = "0.5.0", path = "../primitives" } +node-testing = { version = "0.5.0", path = "../testing" } +node-runtime = { version = "0.5.0", path = "../runtime" } sc-cli = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } sc-client-api = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } sp-runtime = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } diff --git a/node/cli/Cargo.toml b/node/cli/Cargo.toml index b03672b..88ce0b1 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-cli" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] description = "Generic Stafi node implementation in Rust." build = "build.rs" @@ -87,19 +87,19 @@ pallet-staking = { branch = "master", git = 'https://github.com/stafiprotocol/st pallet-grandpa = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } # node-specific dependencies -node-runtime = { version = "0.4.10", path = "../runtime" } -node-rpc = { version = "0.4.10", path = "../rpc" } -node-primitives = { version = "0.4.10", path = "../primitives" } -node-executor = { version = "0.4.10", path = "../executor" } +node-runtime = { version = "0.5.0", path = "../runtime" } +node-rpc = { version = "0.5.0", path = "../rpc" } +node-primitives = { version = "0.5.0", path = "../primitives" } +node-executor = { version = "0.5.0", path = "../executor" } # CLI-specific dependencies sc-cli = { branch = "master", optional = true, git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } frame-benchmarking-cli = { branch = "master", optional = true, git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } -node-inspect = { version = "0.4.10", optional = true, path = "../inspect" } +node-inspect = { version = "0.5.0", optional = true, path = "../inspect" } [target.'cfg(target_arch="x86_64")'.dependencies] -node-executor = { version = "0.4.10", path = "../executor", features = [ "wasmtime" ] } +node-executor = { version = "0.5.0", path = "../executor", features = [ "wasmtime" ] } sc-cli = { branch = "master", optional = true, git = 'https://github.com/stafiprotocol/stafi-blockchain.git', features = [ "wasmtime" ] } sc-service = { branch = "master", default-features = false, git = 'https://github.com/stafiprotocol/stafi-blockchain.git', features = [ "wasmtime" ] } sp-trie = { branch = "master", default-features = false, git = 'https://github.com/stafiprotocol/stafi-blockchain.git', features = ["memory-tracker"] } @@ -120,7 +120,7 @@ platforms = "1.1" [build-dependencies] structopt = { version = "0.3.8", optional = true } -node-inspect = { version = "0.4.10", optional = true, path = "../inspect" } +node-inspect = { version = "0.5.0", optional = true, path = "../inspect" } frame-benchmarking-cli = { branch = "master", optional = true, git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } substrate-build-script-utils = { branch = "master", optional = true, git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } substrate-frame-cli = { branch = "master", optional = true, git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } diff --git a/node/executor/Cargo.toml b/node/executor/Cargo.toml index 42768a3..e98c254 100644 --- a/node/executor/Cargo.toml +++ b/node/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-executor" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] description = "Stafi node implementation in Rust." edition = "2018" @@ -10,8 +10,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] codec = { package = "parity-scale-codec", version = "1.3.4" } -node-primitives = { version = "0.4.10", path = "../primitives" } -node-runtime = { version = "0.4.10", path = "../runtime" } +node-primitives = { version = "0.5.0", path = "../primitives" } +node-runtime = { version = "0.5.0", path = "../runtime" } sc-executor = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } sp-core = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } sp-io = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } @@ -24,7 +24,7 @@ frame-benchmarking = { branch = "master", git = 'https://github.com/stafiprotoco criterion = "0.3.0" frame-support = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } frame-system = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } -node-testing = { version = "0.4.10", path = "../testing" } +node-testing = { version = "0.5.0", path = "../testing" } pallet-balances = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } pallet-grandpa = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } pallet-im-online = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } diff --git a/node/inspect/Cargo.toml b/node/inspect/Cargo.toml index b3b1c15..d92b15e 100644 --- a/node/inspect/Cargo.toml +++ b/node/inspect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-inspect" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/bridge/common/Cargo.toml b/node/pallets/bridge/common/Cargo.toml index 6cd4ac1..1a7f6e1 100644 --- a/node/pallets/bridge/common/Cargo.toml +++ b/node/pallets/bridge/common/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bridge-common" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/bridge/relayers/Cargo.toml b/node/pallets/bridge/relayers/Cargo.toml index 4a343cd..da55c34 100644 --- a/node/pallets/bridge/relayers/Cargo.toml +++ b/node/pallets/bridge/relayers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bridge-relayers" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/bridge/swap/Cargo.toml b/node/pallets/bridge/swap/Cargo.toml index 0591662..7213ddc 100644 --- a/node/pallets/bridge/swap/Cargo.toml +++ b/node/pallets/bridge/swap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "bridge-swap" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/claims/rclaim/Cargo.toml b/node/pallets/claims/rclaim/Cargo.toml index 5be4d23..e8116cb 100644 --- a/node/pallets/claims/rclaim/Cargo.toml +++ b/node/pallets/claims/rclaim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rclaim" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/claims/xclaim/Cargo.toml b/node/pallets/claims/xclaim/Cargo.toml index 27b1644..9bae049 100644 --- a/node/pallets/claims/xclaim/Cargo.toml +++ b/node/pallets/claims/xclaim/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xclaim" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/general/signature/Cargo.toml b/node/pallets/general/signature/Cargo.toml index 11e68a8..d02c4a5 100644 --- a/node/pallets/general/signature/Cargo.toml +++ b/node/pallets/general/signature/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "general-signature" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rcrypto/Cargo.toml b/node/pallets/rcrypto/Cargo.toml index 736f308..9729afa 100644 --- a/node/pallets/rcrypto/Cargo.toml +++ b/node/pallets/rcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rcrypto" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rdex/balances/Cargo.toml b/node/pallets/rdex/balances/Cargo.toml index 1880b1a..5752a41 100644 --- a/node/pallets/rdex/balances/Cargo.toml +++ b/node/pallets/rdex/balances/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdex-balances" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rdex/mining/Cargo.toml b/node/pallets/rdex/mining/Cargo.toml index dce085e..83f5470 100644 --- a/node/pallets/rdex/mining/Cargo.toml +++ b/node/pallets/rdex/mining/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdex-mining" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rdex/swap/Cargo.toml b/node/pallets/rdex/swap/Cargo.toml index e831c8f..30de2bb 100644 --- a/node/pallets/rdex/swap/Cargo.toml +++ b/node/pallets/rdex/swap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdex-swap" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rdexn/payers/Cargo.toml b/node/pallets/rdexn/payers/Cargo.toml index 16b7851..70e4714 100644 --- a/node/pallets/rdexn/payers/Cargo.toml +++ b/node/pallets/rdexn/payers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdexn-payers" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rdexn/signatures/Cargo.toml b/node/pallets/rdexn/signatures/Cargo.toml index b329002..2b4b02b 100644 --- a/node/pallets/rdexn/signatures/Cargo.toml +++ b/node/pallets/rdexn/signatures/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdexn-signatures" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rdexn/swap/Cargo.toml b/node/pallets/rdexn/swap/Cargo.toml index dc35bc5..6238c6d 100644 --- a/node/pallets/rdexn/swap/Cargo.toml +++ b/node/pallets/rdexn/swap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rdexn-swap" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/balances/Cargo.toml b/node/pallets/rtoken/balances/Cargo.toml index 0c60fd5..e750138 100644 --- a/node/pallets/rtoken/balances/Cargo.toml +++ b/node/pallets/rtoken/balances/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtoken-balances" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/ledger/Cargo.toml b/node/pallets/rtoken/ledger/Cargo.toml index 14afc7f..2e92bb7 100644 --- a/node/pallets/rtoken/ledger/Cargo.toml +++ b/node/pallets/rtoken/ledger/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtoken-ledger" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/rate/Cargo.toml b/node/pallets/rtoken/rate/Cargo.toml index 2bf0644..0e74610 100644 --- a/node/pallets/rtoken/rate/Cargo.toml +++ b/node/pallets/rtoken/rate/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtoken-rate" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/relayers/Cargo.toml b/node/pallets/rtoken/relayers/Cargo.toml index 2353279..c3c3def 100644 --- a/node/pallets/rtoken/relayers/Cargo.toml +++ b/node/pallets/rtoken/relayers/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtoken-relayers" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/rfis/Cargo.toml b/node/pallets/rtoken/rfis/Cargo.toml index a950192..a9ae9e5 100644 --- a/node/pallets/rtoken/rfis/Cargo.toml +++ b/node/pallets/rtoken/rfis/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rfis" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/series/Cargo.toml b/node/pallets/rtoken/series/Cargo.toml index 41ee88f..885229f 100644 --- a/node/pallets/rtoken/series/Cargo.toml +++ b/node/pallets/rtoken/series/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtoken-series" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/votes/Cargo.toml b/node/pallets/rtoken/votes/Cargo.toml index ade09e5..4c1a6ab 100644 --- a/node/pallets/rtoken/votes/Cargo.toml +++ b/node/pallets/rtoken/votes/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rtoken-votes" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/xtoken/balances/Cargo.toml b/node/pallets/xtoken/balances/Cargo.toml index 5e2ed27..c490b4f 100644 --- a/node/pallets/xtoken/balances/Cargo.toml +++ b/node/pallets/xtoken/balances/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "xtoken-balances" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 6dcbe5f..f8c20bb 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-primitives" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/rpc-client/Cargo.toml b/node/rpc-client/Cargo.toml index f961003..e8194cb 100644 --- a/node/rpc-client/Cargo.toml +++ b/node/rpc-client/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-rpc-client" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" @@ -12,6 +12,6 @@ futures = "0.1.29" hyper = "0.12.35" jsonrpc-core-client = { version = "15.0.0", default-features = false, features = ["http"] } log = "0.4.8" -node-primitives = { version = "0.4.10", path = "../primitives" } +node-primitives = { version = "0.5.0", path = "../primitives" } sp-tracing = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } sc-rpc = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } diff --git a/node/rpc/Cargo.toml b/node/rpc/Cargo.toml index 9e4c6af..f0feaf6 100644 --- a/node/rpc/Cargo.toml +++ b/node/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-rpc" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" @@ -9,8 +9,8 @@ targets = ["x86_64-unknown-linux-gnu"] [dependencies] jsonrpc-core = "15.0.0" -node-primitives = { version = "0.4.10", path = "../primitives" } -node-runtime = { version = "0.4.10", path = "../runtime" } +node-primitives = { version = "0.5.0", path = "../primitives" } +node-runtime = { version = "0.5.0", path = "../runtime" } pallet-transaction-payment-rpc = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } sc-client-api = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } sc-consensus-babe = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } diff --git a/node/runtime/Cargo.toml b/node/runtime/Cargo.toml index 2723f57..52d11cf 100644 --- a/node/runtime/Cargo.toml +++ b/node/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-runtime" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] edition = "2018" build = "build.rs" @@ -73,25 +73,25 @@ pallet-utility = { branch = "master", default-features = false, git = 'https://g pallet-transaction-payment = { branch = "master", default-features = false, git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } pallet-transaction-payment-rpc-runtime-api = { branch = "master", default-features = false, git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } pallet-vesting = { branch = "master", default-features = false, git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } -xtoken-balances = { version = "0.4.10", default-features = false, path = "../pallets/xtoken/balances" } -rtoken-balances = { version = "0.4.10", default-features = false, path = "../pallets/rtoken/balances" } -rtoken-rate = { version = "0.4.10", default-features = false, path = "../pallets/rtoken/rate" } -rfis = { version = "0.4.10", default-features = false, path = "../pallets/rtoken/rfis" } -bridge-relayers = { version = "0.4.10", default-features = false, path = "../pallets/bridge/relayers" } -bridge-common = { version = "0.4.10", default-features = false, path = "../pallets/bridge/common", package = "bridge-common" } -bridge-swap = { version = "0.4.10", default-features = false, path = "../pallets/bridge/swap", package = "bridge-swap" } -rtoken-relayers = { version = "0.4.10", default-features = false, path = "../pallets/rtoken/relayers" } -rtoken-votes = { version = "0.4.10", default-features = false, path = "../pallets/rtoken/votes" } -rtoken-ledger = { version = "0.4.10", default-features = false, path = "../pallets/rtoken/ledger" } -rtoken-series = { version = "0.4.10", default-features = false, path = "../pallets/rtoken/series" } -xclaim = { version = "0.4.10", default-features = false, path = "../pallets/claims/xclaim" } -rclaim = { version = "0.4.10", default-features = false, path = "../pallets/claims/rclaim" } -rdexn-payers = { version = "0.4.10", default-features = false, path = "../pallets/rdexn/payers" } -rdexn-signatures = { version = "0.4.10", default-features = false, path = "../pallets/rdexn/signatures" } -rdexn-swap = { version = "0.4.10", default-features = false, path = "../pallets/rdexn/swap" } -rdex-swap = { version = "0.4.10", default-features = false, path = "../pallets/rdex/swap" } -rdex-balances = { version = "0.4.10", default-features = false, path = "../pallets/rdex/balances" } -rdex-mining = { version = "0.4.10", default-features = false, path = "../pallets/rdex/mining" } +xtoken-balances = { version = "0.5.0", default-features = false, path = "../pallets/xtoken/balances" } +rtoken-balances = { version = "0.5.0", default-features = false, path = "../pallets/rtoken/balances" } +rtoken-rate = { version = "0.5.0", default-features = false, path = "../pallets/rtoken/rate" } +rfis = { version = "0.5.0", default-features = false, path = "../pallets/rtoken/rfis" } +bridge-relayers = { version = "0.5.0", default-features = false, path = "../pallets/bridge/relayers" } +bridge-common = { version = "0.5.0", default-features = false, path = "../pallets/bridge/common", package = "bridge-common" } +bridge-swap = { version = "0.5.0", default-features = false, path = "../pallets/bridge/swap", package = "bridge-swap" } +rtoken-relayers = { version = "0.5.0", default-features = false, path = "../pallets/rtoken/relayers" } +rtoken-votes = { version = "0.5.0", default-features = false, path = "../pallets/rtoken/votes" } +rtoken-ledger = { version = "0.5.0", default-features = false, path = "../pallets/rtoken/ledger" } +rtoken-series = { version = "0.5.0", default-features = false, path = "../pallets/rtoken/series" } +xclaim = { version = "0.5.0", default-features = false, path = "../pallets/claims/xclaim" } +rclaim = { version = "0.5.0", default-features = false, path = "../pallets/claims/rclaim" } +rdexn-payers = { version = "0.5.0", default-features = false, path = "../pallets/rdexn/payers" } +rdexn-signatures = { version = "0.5.0", default-features = false, path = "../pallets/rdexn/signatures" } +rdexn-swap = { version = "0.5.0", default-features = false, path = "../pallets/rdexn/swap" } +rdex-swap = { version = "0.5.0", default-features = false, path = "../pallets/rdex/swap" } +rdex-balances = { version = "0.5.0", default-features = false, path = "../pallets/rdex/balances" } +rdex-mining = { version = "0.5.0", default-features = false, path = "../pallets/rdex/mining" } [build-dependencies] wasm-builder-runner = { branch = "master", package = "substrate-wasm-builder-runner", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } diff --git a/node/runtime/src/lib.rs b/node/runtime/src/lib.rs index 4b4d1f6..db5ca8f 100644 --- a/node/runtime/src/lib.rs +++ b/node/runtime/src/lib.rs @@ -102,7 +102,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // and set impl_version to 0. If only runtime // implementation changes and behavior does not, then leave spec_version as // is and increment impl_version. - spec_version: 18, + spec_version: 19, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/node/testing/Cargo.toml b/node/testing/Cargo.toml index 66e1c41..e0709b4 100644 --- a/node/testing/Cargo.toml +++ b/node/testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-testing" -version = "0.4.10" +version = "0.5.0" authors = ["Stafi Technologies "] description = "Test utilities for Stafi node." edition = "2018" @@ -18,9 +18,9 @@ codec = { package = "parity-scale-codec", version = "1.3.4" } pallet-grandpa = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } pallet-indices = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } sp-keyring = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } -node-executor = { version = "0.4.10", path = "../executor" } -node-primitives = { version = "0.4.10", path = "../primitives" } -node-runtime = { version = "0.4.10", path = "../runtime" } +node-executor = { version = "0.5.0", path = "../executor" } +node-primitives = { version = "0.5.0", path = "../primitives" } +node-runtime = { version = "0.5.0", path = "../runtime" } sp-core = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } sp-io = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' } frame-support = { branch = "master", git = 'https://github.com/stafiprotocol/stafi-blockchain.git' }