From b276d3cdbbe213c6584d4fb200d890b3f9986724 Mon Sep 17 00:00:00 2001 From: Nathan Whitaker Date: Wed, 1 Nov 2023 14:07:48 -0700 Subject: [PATCH] Bump version to 2.235 --- Cargo.lock | 42 +++++++++++++++++++++--------------------- Cargo.toml | 4 ++-- runtime/src/version.rs | 2 +- 3 files changed, 24 insertions(+), 24 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f55a18cb61..a4b5f0ff1d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -972,9 +972,9 @@ dependencies = [ [[package]] name = "clap" -version = "4.4.6" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "d04704f56c2cde07f43e8e2c154b43f216dc5c92fc98ada720177362f953b956" +checksum = "ac495e00dcec98c83465d5ad66c5c4fabd652fd6686e7c6269b117e729a6f17b" dependencies = [ "clap_builder", "clap_derive", @@ -982,9 +982,9 @@ dependencies = [ [[package]] name = "clap_builder" -version = "4.4.6" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0e231faeaca65ebd1ea3c737966bf858971cd38c3849107aa3ea7de90a804e45" +checksum = "c77ed9a32a62e6ca27175d00d29d05ca32e396ea1eb5fb01d8256b669cec7663" dependencies = [ "anstream", "anstyle", @@ -994,9 +994,9 @@ dependencies = [ [[package]] name = "clap_derive" -version = "4.4.2" +version = "4.4.7" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873" +checksum = "cf9804afaaf59a91e75b022a30fb7229a7901f60c755489cc61c9b423b836442" dependencies = [ "heck", "proc-macro2", @@ -1006,9 +1006,9 @@ dependencies = [ [[package]] name = "clap_lex" -version = "0.5.0" +version = "0.6.0" source = "registry+https://github.com/rust-lang/crates.io-index" -checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b" +checksum = "702fc72eb24e5a1e48ce58027a675bc24edd52096d5397d4aea7c6dd9eca0bd1" [[package]] name = "codespan-reporting" @@ -1226,7 +1226,7 @@ dependencies = [ [[package]] name = "creditcoin-node" -version = "2.234.0" +version = "2.235.0" dependencies = [ "creditcoin-node-rpc", "creditcoin-node-runtime", @@ -1294,7 +1294,7 @@ dependencies = [ [[package]] name = "creditcoin-node-rpc" -version = "2.234.0" +version = "2.235.0" dependencies = [ "assert_matches", "creditcoin-node-runtime", @@ -1313,7 +1313,7 @@ dependencies = [ [[package]] name = "creditcoin-node-runtime" -version = "2.234.0" +version = "2.235.0" dependencies = [ "assert_matches", "frame-benchmarking", @@ -1344,7 +1344,7 @@ dependencies = [ "pallet-rewards", "pallet-scheduler", "pallet-session", - "pallet-staking 2.234.0", + "pallet-staking 2.235.0", "pallet-staking 4.0.0-dev", "pallet-staking-reward-fn", "pallet-sudo", @@ -4902,7 +4902,7 @@ dependencies = [ [[package]] name = "pallet-creditcoin" -version = "2.234.0" +version = "2.235.0" dependencies = [ "assert_matches", "base58", @@ -4940,7 +4940,7 @@ dependencies = [ [[package]] name = "pallet-difficulty" -version = "2.234.0" +version = "2.235.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5130,7 +5130,7 @@ dependencies = [ [[package]] name = "pallet-pos-switch" -version = "2.234.0" +version = "2.235.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5164,7 +5164,7 @@ dependencies = [ [[package]] name = "pallet-rewards" -version = "2.234.0" +version = "2.235.0" dependencies = [ "frame-benchmarking", "frame-support", @@ -5221,7 +5221,7 @@ dependencies = [ [[package]] name = "pallet-staking" -version = "2.234.0" +version = "2.235.0" dependencies = [ "frame-benchmarking", "frame-election-provider-support", @@ -5764,7 +5764,7 @@ dependencies = [ [[package]] name = "primitives" -version = "2.234.0" +version = "2.235.0" dependencies = [ "merlin", "num", @@ -7895,7 +7895,7 @@ dependencies = [ [[package]] name = "sha3pow" -version = "2.234.0" +version = "2.235.0" dependencies = [ "assert_matches", "pallet-difficulty", @@ -9093,7 +9093,7 @@ checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76" [[package]] name = "test-client" -version = "2.234.0" +version = "2.235.0" dependencies = [ "creditcoin-node-runtime", "sc-chain-spec", @@ -9107,7 +9107,7 @@ dependencies = [ [[package]] name = "test-runtime-utils" -version = "2.234.0" +version = "2.235.0" dependencies = [ "frame-support", "frame-system", diff --git a/Cargo.toml b/Cargo.toml index 63fa438530..f931502a07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ members = [ resolver = "2" [workspace.package] -version = '2.234.0' +version = '2.235.0' authors = ['Gluwa Inc.', 'Nathan Whitaker '] edition = '2021' license = 'Unlicense' @@ -153,4 +153,4 @@ pallet-proxy = { branch = "pos-keep-history-polkadot-v0.9.41", git = "https://gi pallet-fast-unstake = { branch = "pos-keep-history-polkadot-v0.9.41", git = "https://github.com/gluwa/substrate.git", default-features = false } pallet-nomination-pools = { branch = "pos-keep-history-polkadot-v0.9.41", git = "https://github.com/gluwa/substrate.git", default-features = false } pallet-identity = { branch = "pos-keep-history-polkadot-v0.9.41", git = "https://github.com/gluwa/substrate.git", default-features = false } -generate-bags = { branch = "pos-keep-history-polkadot-v0.9.41", git = "https://github.com/gluwa/substrate.git" } # Utils +generate-bags = { branch = "pos-keep-history-polkadot-v0.9.41", git = "https://github.com/gluwa/substrate.git" } # Utils diff --git a/runtime/src/version.rs b/runtime/src/version.rs index afd85f31ee..af85f1804e 100644 --- a/runtime/src/version.rs +++ b/runtime/src/version.rs @@ -14,7 +14,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // `spec_version`, and `authoring_version` are the same between Wasm and native. // This value is set to 100 to notify Polkadot-JS App (https://polkadot.js.org/apps) to use // the compatible custom types. - spec_version: 234, + spec_version: 235, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 11,