diff --git a/tinkernet/Cargo.lock b/tinkernet/Cargo.lock index ef5e1664..d2cbe73d 100644 --- a/tinkernet/Cargo.lock +++ b/tinkernet/Cargo.lock @@ -3845,7 +3845,7 @@ dependencies = [ [[package]] name = "invarch-primitives" version = "0.1.0-dev" -source = "git+https://github.com/InvArch/InvArch-Frames?rev=82061c35b7b73d77b3a073789ef03fd56771e9fb#82061c35b7b73d77b3a073789ef03fd56771e9fb" +source = "git+https://github.com/InvArch/InvArch-Frames?rev=2830b0abc6e29e1b3412480f2e95265fafd73cb5#2830b0abc6e29e1b3412480f2e95265fafd73cb5" dependencies = [ "frame-system", "parity-scale-codec", @@ -6020,7 +6020,7 @@ dependencies = [ [[package]] name = "pallet-checked-inflation" version = "0.1.0-dev" -source = "git+https://github.com/InvArch/InvArch-Frames?rev=82061c35b7b73d77b3a073789ef03fd56771e9fb#82061c35b7b73d77b3a073789ef03fd56771e9fb" +source = "git+https://github.com/InvArch/InvArch-Frames?rev=2830b0abc6e29e1b3412480f2e95265fafd73cb5#2830b0abc6e29e1b3412480f2e95265fafd73cb5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6279,7 +6279,7 @@ dependencies = [ [[package]] name = "pallet-inv4" version = "0.1.0-dev" -source = "git+https://github.com/InvArch/InvArch-Frames?rev=82061c35b7b73d77b3a073789ef03fd56771e9fb#82061c35b7b73d77b3a073789ef03fd56771e9fb" +source = "git+https://github.com/InvArch/InvArch-Frames?rev=2830b0abc6e29e1b3412480f2e95265fafd73cb5#2830b0abc6e29e1b3412480f2e95265fafd73cb5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6451,7 +6451,7 @@ dependencies = [ [[package]] name = "pallet-ocif-staking" version = "0.1.0-dev" -source = "git+https://github.com/InvArch/InvArch-Frames?rev=82061c35b7b73d77b3a073789ef03fd56771e9fb#82061c35b7b73d77b3a073789ef03fd56771e9fb" +source = "git+https://github.com/InvArch/InvArch-Frames?rev=2830b0abc6e29e1b3412480f2e95265fafd73cb5#2830b0abc6e29e1b3412480f2e95265fafd73cb5" dependencies = [ "frame-benchmarking", "frame-support", @@ -6600,7 +6600,7 @@ dependencies = [ [[package]] name = "pallet-rings" version = "0.1.0-dev" -source = "git+https://github.com/InvArch/InvArch-Frames?rev=82061c35b7b73d77b3a073789ef03fd56771e9fb#82061c35b7b73d77b3a073789ef03fd56771e9fb" +source = "git+https://github.com/InvArch/InvArch-Frames?rev=2830b0abc6e29e1b3412480f2e95265fafd73cb5#2830b0abc6e29e1b3412480f2e95265fafd73cb5" dependencies = [ "frame-benchmarking", "frame-support", @@ -12333,7 +12333,7 @@ dependencies = [ [[package]] name = "tinkernet-node" -version = "1.5.0" +version = "1.5.1" dependencies = [ "async-trait", "clap", @@ -12407,7 +12407,7 @@ dependencies = [ [[package]] name = "tinkernet-runtime" -version = "1.5.0" +version = "1.5.1" dependencies = [ "cumulus-pallet-aura-ext", "cumulus-pallet-dmp-queue", diff --git a/tinkernet/Cargo.toml b/tinkernet/Cargo.toml index 339901ed..1a5083c5 100644 --- a/tinkernet/Cargo.toml +++ b/tinkernet/Cargo.toml @@ -7,7 +7,7 @@ members = [ ] [workspace.package] -version = "1.5.0" +version = "1.5.1" edition = "2021" license = "GPL-3.0" diff --git a/tinkernet/runtime/Cargo.toml b/tinkernet/runtime/Cargo.toml index 9835f0f2..a3247ec0 100644 --- a/tinkernet/runtime/Cargo.toml +++ b/tinkernet/runtime/Cargo.toml @@ -24,10 +24,10 @@ smallvec = "1.6.1" getrandom = { version = "0.2.4", default-features = false, features = ["js"] } # InvArch Pallets -pallet-inv4 = { git = "https://github.com/InvArch/InvArch-Frames", rev = "82061c35b7b73d77b3a073789ef03fd56771e9fb", default-features = false } -pallet-ocif-staking = { git = "https://github.com/InvArch/InvArch-Frames", rev = "82061c35b7b73d77b3a073789ef03fd56771e9fb", default-features = false } -pallet-checked-inflation = { git = "https://github.com/InvArch/InvArch-Frames", rev = "82061c35b7b73d77b3a073789ef03fd56771e9fb", default-features = false } -pallet-rings = { git = "https://github.com/InvArch/InvArch-Frames", rev = "82061c35b7b73d77b3a073789ef03fd56771e9fb", default-features = false } +pallet-inv4 = { git = "https://github.com/InvArch/InvArch-Frames", rev = "2830b0abc6e29e1b3412480f2e95265fafd73cb5", default-features = false } +pallet-ocif-staking = { git = "https://github.com/InvArch/InvArch-Frames", rev = "2830b0abc6e29e1b3412480f2e95265fafd73cb5", default-features = false } +pallet-checked-inflation = { git = "https://github.com/InvArch/InvArch-Frames", rev = "2830b0abc6e29e1b3412480f2e95265fafd73cb5", default-features = false } +pallet-rings = { git = "https://github.com/InvArch/InvArch-Frames", rev = "2830b0abc6e29e1b3412480f2e95265fafd73cb5", default-features = false } #pallet-inv4 = { path = "../../../InvArch-Frames/INV4/pallet-inv4", default-features = false } #pallet-ocif-staking = { path = "../../../InvArch-Frames/OCIF/staking", default-features = false } diff --git a/tinkernet/runtime/src/lib.rs b/tinkernet/runtime/src/lib.rs index 3dc62aa0..2c066c1d 100644 --- a/tinkernet/runtime/src/lib.rs +++ b/tinkernet/runtime/src/lib.rs @@ -32,9 +32,7 @@ use frame_support::{ weights::constants::WEIGHT_REF_TIME_PER_SECOND, }; pub use frame_support::{ - // construct_runtime, - match_types, - parameter_types, + match_types, parameter_types, traits::{ AsEnsureOriginWithArg, Contains, Currency, EqualPrivilegeOnly, Everything, FindAuthor, Get, Imbalance, KeyOwnerProofSystem, Nothing, OnUnbalanced, Randomness, StorageInfo, @@ -44,9 +42,7 @@ pub use frame_support::{ ConstantMultiplier, IdentityFee, Weight, WeightToFeeCoefficient, WeightToFeeCoefficients, WeightToFeePolynomial, }, - BoundedVec, - ConsensusEngineId, - PalletId, + BoundedVec, ConsensusEngineId, PalletId, }; use frame_system::{ limits::{BlockLength, BlockWeights}, @@ -192,7 +188,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("tinkernet_node"), impl_name: create_runtime_str!("tinkernet_node"), authoring_version: 1, - spec_version: 19, + spec_version: 20, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,