Skip to content

Commit db62d0c

Browse files
authored
Update versions (spec & transaction) (#1170)
1 parent 03ce081 commit db62d0c

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

pallets/runtime/ci/src/runtime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
6161
// and set impl_version to 0. If only runtime
6262
// implementation changes and behavior does not, then leave spec_version as
6363
// is and increment impl_version.
64-
spec_version: 3000,
64+
spec_version: 3001,
6565
impl_version: 0,
6666
apis: RUNTIME_API_VERSIONS,
67-
transaction_version: 1,
67+
transaction_version: 2,
6868
};
6969

7070
parameter_types! {

pallets/runtime/develop/src/runtime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -59,10 +59,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
5959
// and set impl_version to 0. If only runtime
6060
// implementation changes and behavior does not, then leave spec_version as
6161
// is and increment impl_version.
62-
spec_version: 3000,
62+
spec_version: 3001,
6363
impl_version: 0,
6464
apis: RUNTIME_API_VERSIONS,
65-
transaction_version: 1,
65+
transaction_version: 2,
6666
};
6767

6868
parameter_types! {

pallets/runtime/mainnet/src/runtime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
5757
// and set impl_version to 0. If only runtime
5858
// implementation changes and behavior does not, then leave spec_version as
5959
// is and increment impl_version.
60-
spec_version: 3000,
60+
spec_version: 3001,
6161
impl_version: 0,
6262
apis: RUNTIME_API_VERSIONS,
63-
transaction_version: 1,
63+
transaction_version: 2,
6464
};
6565

6666
parameter_types! {

pallets/runtime/testnet/src/runtime.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,10 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
6161
// and set impl_version to 0. If only runtime
6262
// implementation changes and behavior does not, then leave spec_version as
6363
// is and increment impl_version.
64-
spec_version: 3000,
64+
spec_version: 3001,
6565
impl_version: 0,
6666
apis: RUNTIME_API_VERSIONS,
67-
transaction_version: 1,
67+
transaction_version: 2,
6868
};
6969

7070
parameter_types! {

0 commit comments

Comments
 (0)