Skip to content

Commit e3868e9

Browse files
chore: bump to version 2.4.0-rc1 (specVersion: 132)
1 parent 797b136 commit e3868e9

File tree

5 files changed

+7
-11
lines changed

5 files changed

+7
-11
lines changed

substrate-node/Cargo.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

substrate-node/charts/substrate-node/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ name: substrate-node
33
description: Tfchain node
44
type: application
55
version: 0.3.0
6-
appVersion: '2.3.0-rc8'
6+
appVersion: '2.4.0-rc1'

substrate-node/node/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ homepage = 'https://substrate.dev'
77
license = 'Unlicense'
88
name = 'tfchain'
99
repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
10-
version = '2.3.0-rc8'
10+
version = '2.4.0-rc1'
1111

1212
[[bin]]
1313
name = 'tfchain'

substrate-node/runtime/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ homepage = 'https://substrate.dev'
55
license = 'Unlicense'
66
name = 'tfchain-runtime'
77
repository = 'https://github.com/substrate-developer-hub/substrate-node-template/'
8-
version = '2.3.0-rc8'
8+
version = '2.4.0-rc1'
99

1010
[package.metadata.docs.rs]
1111
targets = ['x86_64-unknown-linux-gnu']

substrate-node/runtime/src/lib.rs

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
147147
spec_name: create_runtime_str!("substrate-threefold"),
148148
impl_name: create_runtime_str!("substrate-threefold"),
149149
authoring_version: 1,
150-
spec_version: 131,
150+
spec_version: 132,
151151
impl_version: 1,
152152
apis: RUNTIME_API_VERSIONS,
153153
transaction_version: 2,
@@ -765,11 +765,7 @@ pub type Executive = frame_executive::Executive<
765765

766766
// All migrations executed on runtime upgrade as a nested tuple of types implementing
767767
// `OnRuntimeUpgrade`.
768-
type Migrations = (
769-
pallet_tfgrid::migrations::v14::FixFarmingPoliciesMap<Runtime>,
770-
migrations::tfgrid_v15_smart_contract_v8::Migrate<Runtime>,
771-
pallet_smart_contract::migrations::v9::CleanBillingLoop<Runtime>,
772-
);
768+
type Migrations = (pallet_smart_contract::migrations::v9::CleanBillingLoop<Runtime>,);
773769

774770
// follows Substrate's non destructive way of eliminating otherwise required
775771
// repetion: https://github.com/paritytech/substrate/pull/10592

0 commit comments

Comments
 (0)