diff --git a/node/Cargo.toml b/node/Cargo.toml index 52ee47a1c..00111ea66 100644 --- a/node/Cargo.toml +++ b/node/Cargo.toml @@ -9,7 +9,7 @@ license = 'GPL-3.0' name = 'manta' repository = 'https://github.com/Manta-Network/Manta/' rust-version = '1.62' -version = '4.4.0' +version = '4.5.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/asset-manager/Cargo.toml b/pallets/asset-manager/Cargo.toml index a9be6f607..e3806064c 100644 --- a/pallets/asset-manager/Cargo.toml +++ b/pallets/asset-manager/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-asset-manager" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false } diff --git a/pallets/collator-selection/Cargo.toml b/pallets/collator-selection/Cargo.toml index 9b1fafb47..608655a8d 100644 --- a/pallets/collator-selection/Cargo.toml +++ b/pallets/collator-selection/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'manta-collator-selection' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/pallets/farming/Cargo.toml b/pallets/farming/Cargo.toml index ae8d1e369..228ede1c9 100644 --- a/pallets/farming/Cargo.toml +++ b/pallets/farming/Cargo.toml @@ -6,7 +6,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-farming" repository = 'https://github.com/Manta-Network/Manta/' -version = "4.4.0" +version = "4.5.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] } diff --git a/pallets/farming/rpc/Cargo.toml b/pallets/farming/rpc/Cargo.toml index ccc3679cb..b8f93bf8f 100644 --- a/pallets/farming/rpc/Cargo.toml +++ b/pallets/farming/rpc/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-farming-rpc-api" repository = 'https://github.com/Manta-Network/Manta/' -version = "4.4.0" +version = "4.5.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] } diff --git a/pallets/farming/rpc/runtime-api/Cargo.toml b/pallets/farming/rpc/runtime-api/Cargo.toml index e2429187b..9e541487f 100644 --- a/pallets/farming/rpc/runtime-api/Cargo.toml +++ b/pallets/farming/rpc/runtime-api/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-farming-rpc-runtime-api" repository = 'https://github.com/Manta-Network/Manta/' -version = "4.4.0" +version = "4.5.0" [dependencies] codec = { package = "parity-scale-codec", version = "3.4.0", default-features = false, features = ["derive"] } diff --git a/pallets/manta-pay/Cargo.toml b/pallets/manta-pay/Cargo.toml index 078f748f1..18295842c 100644 --- a/pallets/manta-pay/Cargo.toml +++ b/pallets/manta-pay/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'pallet-manta-pay' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [package.metadata.docs.rs] # To build locally: diff --git a/pallets/manta-sbt/Cargo.toml b/pallets/manta-sbt/Cargo.toml index bf256233b..09ad4176b 100644 --- a/pallets/manta-sbt/Cargo.toml +++ b/pallets/manta-sbt/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'pallet-manta-sbt' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [[bin]] name = "precompute_coins" diff --git a/pallets/manta-support/Cargo.toml b/pallets/manta-support/Cargo.toml index 0b9cbfa5f..fa521f907 100644 --- a/pallets/manta-support/Cargo.toml +++ b/pallets/manta-support/Cargo.toml @@ -7,7 +7,7 @@ license = 'GPL-3.0' name = 'pallet-manta-support' readme = 'README.md' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [dependencies] # utils diff --git a/pallets/name-service/Cargo.toml b/pallets/name-service/Cargo.toml index edffe4cf3..26856068c 100644 --- a/pallets/name-service/Cargo.toml +++ b/pallets/name-service/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "pallet-name-service" repository = "https://github.com/Manta-Network/Manta/" -version = "4.4.0" +version = "4.5.0" [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false } diff --git a/pallets/pallet-lottery/Cargo.toml b/pallets/pallet-lottery/Cargo.toml index f27b6df4d..d73b60056 100644 --- a/pallets/pallet-lottery/Cargo.toml +++ b/pallets/pallet-lottery/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'pallet-lottery' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [dependencies] codec = { version = '3.4.0', default-features = false, features = ['derive'], package = 'parity-scale-codec' } diff --git a/pallets/parachain-staking/Cargo.toml b/pallets/parachain-staking/Cargo.toml index 41c3bf00b..055d9f6ca 100644 --- a/pallets/parachain-staking/Cargo.toml +++ b/pallets/parachain-staking/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "pallet-parachain-staking" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [dependencies] log = { version = "0.4", default-features = false } diff --git a/pallets/randomness/Cargo.toml b/pallets/randomness/Cargo.toml index 000f52e6d..63c93c9fe 100644 --- a/pallets/randomness/Cargo.toml +++ b/pallets/randomness/Cargo.toml @@ -6,7 +6,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'pallet-randomness' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [dependencies] frame-benchmarking = { git = 'https://github.com/paritytech/substrate.git', branch = "polkadot-v0.9.37", default-features = false, optional = true } diff --git a/pallets/tx-pause/Cargo.toml b/pallets/tx-pause/Cargo.toml index 45b20d484..936a83503 100644 --- a/pallets/tx-pause/Cargo.toml +++ b/pallets/tx-pause/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "pallet-tx-pause" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false } diff --git a/pallets/vesting/Cargo.toml b/pallets/vesting/Cargo.toml index 3856c741b..94fffd4cd 100644 --- a/pallets/vesting/Cargo.toml +++ b/pallets/vesting/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "calamari-vesting" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/primitives/manta/Cargo.toml b/primitives/manta/Cargo.toml index 8b5b068ff..8a6b59604 100644 --- a/primitives/manta/Cargo.toml +++ b/primitives/manta/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "manta-primitives" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [package.metadata.docs.rs] targets = ['x86_64-unknown-linux-gnu'] diff --git a/primitives/session-keys/Cargo.toml b/primitives/session-keys/Cargo.toml index 6d8d47192..aeb5e6893 100644 --- a/primitives/session-keys/Cargo.toml +++ b/primitives/session-keys/Cargo.toml @@ -4,7 +4,7 @@ description = "Primitives for session keys" edition = "2021" license = "GPL-3.0" name = "session-key-primitives" -version = '4.4.0' +version = '4.5.0' [dependencies] async-trait = { version = "0.1", optional = true } diff --git a/runtime/calamari/Cargo.toml b/runtime/calamari/Cargo.toml index d6cf61286..30081278c 100644 --- a/runtime/calamari/Cargo.toml +++ b/runtime/calamari/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'calamari-runtime' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/runtime/calamari/src/lib.rs b/runtime/calamari/src/lib.rs index e71cefd03..3a729f6fa 100644 --- a/runtime/calamari/src/lib.rs +++ b/runtime/calamari/src/lib.rs @@ -143,10 +143,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("calamari"), impl_name: create_runtime_str!("calamari"), authoring_version: 2, - spec_version: 4402, + spec_version: 4500, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 16, + transaction_version: 17, state_version: 0, }; diff --git a/runtime/common/Cargo.toml b/runtime/common/Cargo.toml index 76a89e73a..38d352b4e 100644 --- a/runtime/common/Cargo.toml +++ b/runtime/common/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = "runtime-common" repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [dependencies] # Substrate dependencies diff --git a/runtime/integration-tests/Cargo.toml b/runtime/integration-tests/Cargo.toml index b3d1e6b5a..faf47c414 100644 --- a/runtime/integration-tests/Cargo.toml +++ b/runtime/integration-tests/Cargo.toml @@ -5,7 +5,7 @@ homepage = "https://manta.network" license = "GPL-3.0" name = "integration-tests" repository = "https://github.com/Manta-Network/Manta/" -version = "4.4.0" +version = "4.5.0" [dependencies] calamari-runtime = { path = "../calamari", optional = true } diff --git a/runtime/manta/Cargo.toml b/runtime/manta/Cargo.toml index 0b88d3b3f..e5f74ea11 100644 --- a/runtime/manta/Cargo.toml +++ b/runtime/manta/Cargo.toml @@ -5,7 +5,7 @@ homepage = 'https://manta.network' license = 'GPL-3.0' name = 'manta-runtime' repository = 'https://github.com/Manta-Network/Manta/' -version = '4.4.0' +version = '4.5.0' [dependencies] codec = { package = "parity-scale-codec", version = '3.4.0', default-features = false, features = ["derive", "max-encoded-len"] } diff --git a/runtime/manta/src/lib.rs b/runtime/manta/src/lib.rs index 3ce56d419..087d9fe8c 100644 --- a/runtime/manta/src/lib.rs +++ b/runtime/manta/src/lib.rs @@ -145,10 +145,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("manta"), impl_name: create_runtime_str!("manta"), authoring_version: 1, - spec_version: 4402, + spec_version: 4500, impl_version: 1, apis: RUNTIME_API_VERSIONS, - transaction_version: 5, + transaction_version: 6, state_version: 1, };