diff --git a/Cargo.lock b/Cargo.lock index 6189208c25..6c16e33e4a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ checksum = "9b34d609dfbaf33d6889b2b7106d3ca345eacad44200913df5ba02bfd31d2ba9" [[package]] name = "astar-collator" -version = "2.4.0" +version = "2.4.1" dependencies = [ "async-trait", "cumulus-client-cli", @@ -8831,7 +8831,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "2.4.0" +version = "2.4.1" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-parachain-system", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index affcc8ef05..338a9d9164 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "2.4.0" +version = "2.4.1" authors = ["Stake Technologies "] description = "Astar collator implementation in Rust." build = "build.rs" diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 63ea8f1692..cfc03254bc 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "2.4.0" +version = "2.4.1" authors = ["Stake Technologies "] edition = "2018" build = "build.rs" diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 9870f4dff6..33cd850a28 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -86,7 +86,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 7, + spec_version: 8, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, @@ -146,7 +146,6 @@ impl Contains for BaseFilter { fn contains(call: &Call) -> bool { match call { // These modules are not allowed to be called by transactions: - Call::Balances(_) => false, // To leave collator just shutdown it, next session funds will be released Call::CollatorSelection(pallet_collator_selection::Call::leave_intent(..)) => false, // Other modules should works: