diff --git a/Cargo.lock b/Cargo.lock index 83b2aae..a21044c 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -578,7 +578,7 @@ dependencies = [ [[package]] name = "bridge-common" -version = "0.4.7" +version = "0.4.8" dependencies = [ "bridge-relayers", "frame-support", @@ -595,7 +595,7 @@ dependencies = [ [[package]] name = "bridge-relayers" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -610,7 +610,7 @@ dependencies = [ [[package]] name = "bridge-swap" -version = "0.4.7" +version = "0.4.8" dependencies = [ "bridge-common", "frame-support", @@ -2011,7 +2011,7 @@ checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2" [[package]] name = "general-signature" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -3680,7 +3680,7 @@ dependencies = [ [[package]] name = "node-cli" -version = "0.4.7" +version = "0.4.8" dependencies = [ "assert_cmd", "frame-benchmarking-cli", @@ -3752,7 +3752,7 @@ dependencies = [ [[package]] name = "node-executor" -version = "0.4.7" +version = "0.4.8" dependencies = [ "criterion", "frame-benchmarking", @@ -3784,7 +3784,7 @@ dependencies = [ [[package]] name = "node-inspect" -version = "0.4.7" +version = "0.4.8" dependencies = [ "derive_more", "log", @@ -3800,7 +3800,7 @@ dependencies = [ [[package]] name = "node-primitives" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-system", "parity-scale-codec", @@ -3813,7 +3813,7 @@ dependencies = [ [[package]] name = "node-rpc" -version = "0.4.7" +version = "0.4.8" dependencies = [ "jsonrpc-core", "node-primitives", @@ -3840,7 +3840,7 @@ dependencies = [ [[package]] name = "node-rpc-client" -version = "0.4.7" +version = "0.4.8" dependencies = [ "futures 0.1.30", "hyper 0.12.35", @@ -3853,7 +3853,7 @@ dependencies = [ [[package]] name = "node-runtime" -version = "0.4.7" +version = "0.4.8" dependencies = [ "bridge-common", "bridge-relayers", @@ -3934,7 +3934,7 @@ dependencies = [ [[package]] name = "node-testing" -version = "0.4.7" +version = "0.4.8" dependencies = [ "criterion", "frame-support", @@ -5544,7 +5544,7 @@ dependencies = [ [[package]] name = "rclaim" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -5558,7 +5558,7 @@ dependencies = [ [[package]] name = "rdexn-payers" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -5573,7 +5573,7 @@ dependencies = [ [[package]] name = "rdexn-signatures" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -5592,7 +5592,7 @@ dependencies = [ [[package]] name = "rdexn-swap" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -5725,7 +5725,7 @@ checksum = "e005d658ad26eacc2b6c506dfde519f4e277e328d0eb3379ca61647d70a8f531" [[package]] name = "rfis" -version = "0.4.7" +version = "0.4.8" dependencies = [ "bridge-common", "frame-support", @@ -5782,7 +5782,7 @@ dependencies = [ [[package]] name = "rtoken-balances" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -5796,7 +5796,7 @@ dependencies = [ [[package]] name = "rtoken-ledger" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -5816,7 +5816,7 @@ dependencies = [ [[package]] name = "rtoken-rate" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -5833,7 +5833,7 @@ dependencies = [ [[package]] name = "rtoken-relayers" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -5848,7 +5848,7 @@ dependencies = [ [[package]] name = "rtoken-series" -version = "0.4.7" +version = "0.4.8" dependencies = [ "bridge-common", "frame-support", @@ -5871,7 +5871,7 @@ dependencies = [ [[package]] name = "rtoken-votes" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -9448,7 +9448,7 @@ dependencies = [ [[package]] name = "xclaim" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", @@ -9461,7 +9461,7 @@ dependencies = [ [[package]] name = "xtoken-balances" -version = "0.4.7" +version = "0.4.8" dependencies = [ "frame-support", "frame-system", diff --git a/README.md b/README.md index 5caaebc..0794cfc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Welcome to participate in us. Download the source: ```bash git clone https://github.com/stafiprotocol/stafi-node.git cd stafi-node -git checkout v0.4.7 +git checkout v0.4.8 ``` Install system dependencies(recommend ubuntu or macos): diff --git a/node/bench/Cargo.toml b/node/bench/Cargo.toml index 9dfd750..cad4389 100644 --- a/node/bench/Cargo.toml +++ b/node/bench/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-bench" -version = "0.4.7" +version = "0.4.8" 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.7", path = "../primitives" } -node-testing = { version = "0.4.7", path = "../testing" } -node-runtime = { version = "0.4.7", path = "../runtime" } +node-primitives = { version = "0.4.8", path = "../primitives" } +node-testing = { version = "0.4.8", path = "../testing" } +node-runtime = { version = "0.4.8", 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 eca88f1..2f8f933 100644 --- a/node/cli/Cargo.toml +++ b/node/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-cli" -version = "0.4.7" +version = "0.4.8" 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.7", path = "../runtime" } -node-rpc = { version = "0.4.7", path = "../rpc" } -node-primitives = { version = "0.4.7", path = "../primitives" } -node-executor = { version = "0.4.7", path = "../executor" } +node-runtime = { version = "0.4.8", path = "../runtime" } +node-rpc = { version = "0.4.8", path = "../rpc" } +node-primitives = { version = "0.4.8", path = "../primitives" } +node-executor = { version = "0.4.8", 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.7", optional = true, path = "../inspect" } +node-inspect = { version = "0.4.8", optional = true, path = "../inspect" } [target.'cfg(target_arch="x86_64")'.dependencies] -node-executor = { version = "0.4.7", path = "../executor", features = [ "wasmtime" ] } +node-executor = { version = "0.4.8", 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 = "0.2.1" [build-dependencies] structopt = { version = "0.3.8", optional = true } -node-inspect = { version = "0.4.7", optional = true, path = "../inspect" } +node-inspect = { version = "0.4.8", 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 98e00b9..1143058 100644 --- a/node/executor/Cargo.toml +++ b/node/executor/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-executor" -version = "0.4.7" +version = "0.4.8" 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.7", path = "../primitives" } -node-runtime = { version = "0.4.7", path = "../runtime" } +node-primitives = { version = "0.4.8", path = "../primitives" } +node-runtime = { version = "0.4.8", 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.7", path = "../testing" } +node-testing = { version = "0.4.8", 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 e1dc594..6a512f0 100644 --- a/node/inspect/Cargo.toml +++ b/node/inspect/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-inspect" -version = "0.4.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/bridge/common/Cargo.toml b/node/pallets/bridge/common/Cargo.toml index e929c5a..bd3c515 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/bridge/relayers/Cargo.toml b/node/pallets/bridge/relayers/Cargo.toml index b1f8c22..f2ac9bf 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/bridge/swap/Cargo.toml b/node/pallets/bridge/swap/Cargo.toml index aeec4f2..880c2ed 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/claims/rclaim/Cargo.toml b/node/pallets/claims/rclaim/Cargo.toml index 69d9d61..d7a5523 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/claims/xclaim/Cargo.toml b/node/pallets/claims/xclaim/Cargo.toml index 1706c0c..b1de2f2 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/general/signature/Cargo.toml b/node/pallets/general/signature/Cargo.toml index 038d04d..286b9ff 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rcrypto/Cargo.toml b/node/pallets/rcrypto/Cargo.toml index 5e5dfb1..267fd7c 100644 --- a/node/pallets/rcrypto/Cargo.toml +++ b/node/pallets/rcrypto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rcrypto" -version = "0.4.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rdexn/payers/Cargo.toml b/node/pallets/rdexn/payers/Cargo.toml index 0873a19..766505c 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rdexn/signatures/Cargo.toml b/node/pallets/rdexn/signatures/Cargo.toml index 5007fe5..f13e9cd 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rdexn/swap/Cargo.toml b/node/pallets/rdexn/swap/Cargo.toml index ada30ed..1f00b70 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/balances/Cargo.toml b/node/pallets/rtoken/balances/Cargo.toml index 0bec83b..b184a31 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/ledger/Cargo.toml b/node/pallets/rtoken/ledger/Cargo.toml index 4995d2b..93e302d 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/rate/Cargo.toml b/node/pallets/rtoken/rate/Cargo.toml index 342504b..93c9692 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/relayers/Cargo.toml b/node/pallets/rtoken/relayers/Cargo.toml index 2b7ed5a..b21198c 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/rfis/Cargo.toml b/node/pallets/rtoken/rfis/Cargo.toml index 692175f..be364d6 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/series/Cargo.toml b/node/pallets/rtoken/series/Cargo.toml index f14e146..615550c 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/rtoken/votes/Cargo.toml b/node/pallets/rtoken/votes/Cargo.toml index 37bfecb..9b33ef2 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/pallets/xtoken/balances/Cargo.toml b/node/pallets/xtoken/balances/Cargo.toml index 64b3cad..94d692e 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.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/primitives/Cargo.toml b/node/primitives/Cargo.toml index 12eb888..4a774a7 100644 --- a/node/primitives/Cargo.toml +++ b/node/primitives/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-primitives" -version = "0.4.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" diff --git a/node/rpc-client/Cargo.toml b/node/rpc-client/Cargo.toml index f31d29c..3d02db0 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.7" +version = "0.4.8" 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.7", path = "../primitives" } +node-primitives = { version = "0.4.8", 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 3146dc8..6b18a21 100644 --- a/node/rpc/Cargo.toml +++ b/node/rpc/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-rpc" -version = "0.4.7" +version = "0.4.8" 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.7", path = "../primitives" } -node-runtime = { version = "0.4.7", path = "../runtime" } +node-primitives = { version = "0.4.8", path = "../primitives" } +node-runtime = { version = "0.4.8", 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 52c4786..0b2d3ca 100644 --- a/node/runtime/Cargo.toml +++ b/node/runtime/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-runtime" -version = "0.4.7" +version = "0.4.8" authors = ["Stafi Technologies "] edition = "2018" build = "build.rs" @@ -73,22 +73,22 @@ 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.7", default-features = false, path = "../pallets/xtoken/balances" } -rtoken-balances = { version = "0.4.7", default-features = false, path = "../pallets/rtoken/balances" } -rtoken-rate = { version = "0.4.7", default-features = false, path = "../pallets/rtoken/rate" } -rfis = { version = "0.4.7", default-features = false, path = "../pallets/rtoken/rfis" } -bridge-relayers = { version = "0.4.7", default-features = false, path = "../pallets/bridge/relayers" } -bridge-common = { version = "0.4.7", default-features = false, path = "../pallets/bridge/common", package = "bridge-common" } -bridge-swap = { version = "0.4.7", default-features = false, path = "../pallets/bridge/swap", package = "bridge-swap" } -rtoken-relayers = { version = "0.4.7", default-features = false, path = "../pallets/rtoken/relayers" } -rtoken-votes = { version = "0.4.7", default-features = false, path = "../pallets/rtoken/votes" } -rtoken-ledger = { version = "0.4.7", default-features = false, path = "../pallets/rtoken/ledger" } -rtoken-series = { version = "0.4.7", default-features = false, path = "../pallets/rtoken/series" } -xclaim = { version = "0.4.7", default-features = false, path = "../pallets/claims/xclaim" } -rclaim = { version = "0.4.7", default-features = false, path = "../pallets/claims/rclaim" } -rdexn-payers = { version = "0.4.7", default-features = false, path = "../pallets/rdexn/payers" } -rdexn-signatures = { version = "0.4.7", default-features = false, path = "../pallets/rdexn/signatures" } -rdexn-swap = { version = "0.4.7", default-features = false, path = "../pallets/rdexn/swap" } +xtoken-balances = { version = "0.4.8", default-features = false, path = "../pallets/xtoken/balances" } +rtoken-balances = { version = "0.4.8", default-features = false, path = "../pallets/rtoken/balances" } +rtoken-rate = { version = "0.4.8", default-features = false, path = "../pallets/rtoken/rate" } +rfis = { version = "0.4.8", default-features = false, path = "../pallets/rtoken/rfis" } +bridge-relayers = { version = "0.4.8", default-features = false, path = "../pallets/bridge/relayers" } +bridge-common = { version = "0.4.8", default-features = false, path = "../pallets/bridge/common", package = "bridge-common" } +bridge-swap = { version = "0.4.8", default-features = false, path = "../pallets/bridge/swap", package = "bridge-swap" } +rtoken-relayers = { version = "0.4.8", default-features = false, path = "../pallets/rtoken/relayers" } +rtoken-votes = { version = "0.4.8", default-features = false, path = "../pallets/rtoken/votes" } +rtoken-ledger = { version = "0.4.8", default-features = false, path = "../pallets/rtoken/ledger" } +rtoken-series = { version = "0.4.8", default-features = false, path = "../pallets/rtoken/series" } +xclaim = { version = "0.4.8", default-features = false, path = "../pallets/claims/xclaim" } +rclaim = { version = "0.4.8", default-features = false, path = "../pallets/claims/rclaim" } +rdexn-payers = { version = "0.4.8", default-features = false, path = "../pallets/rdexn/payers" } +rdexn-signatures = { version = "0.4.8", default-features = false, path = "../pallets/rdexn/signatures" } +rdexn-swap = { version = "0.4.8", default-features = false, path = "../pallets/rdexn/swap" } [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 1ec84b7..669bc1e 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: 15, + spec_version: 16, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, diff --git a/node/testing/Cargo.toml b/node/testing/Cargo.toml index 0720576..4a11ca4 100644 --- a/node/testing/Cargo.toml +++ b/node/testing/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "node-testing" -version = "0.4.7" +version = "0.4.8" 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.7", path = "../executor" } -node-primitives = { version = "0.4.7", path = "../primitives" } -node-runtime = { version = "0.4.7", path = "../runtime" } +node-executor = { version = "0.4.8", path = "../executor" } +node-primitives = { version = "0.4.8", path = "../primitives" } +node-runtime = { version = "0.4.8", 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' }