Skip to content

Commit

Permalink
chore: bump to version 2.5.0-rc5 (specVersion: 143)
Browse files Browse the repository at this point in the history
  • Loading branch information
DylanVerstraete committed Jul 11, 2023
1 parent 07ad89a commit 9497da0
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion bridge/tfchain_bridge/chart/tfchainbridge/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ type: application

version: 0.2.2

appVersion: '2.5.0-rc4'
appVersion: '2.5.0-rc5'
2 changes: 1 addition & 1 deletion substrate-node/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ homepage = "https://threefold.io/"
license-file = "LICENSE"
readme = "README.md"
repository = "https://github.com/threefoldtech/tfchain3"
version = "2.5.0-rc4"
version = "2.5.0-rc5"

[workspace]
members = [
Expand Down
2 changes: 1 addition & 1 deletion substrate-node/charts/substrate-node/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ name: substrate-node
description: Tfchain node
type: application
version: 0.3.0
appVersion: '2.5.0-rc4'
appVersion: '2.5.0-rc5'
8 changes: 4 additions & 4 deletions substrate-node/runtime/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
spec_name: create_runtime_str!("substrate-threefold"),
impl_name: create_runtime_str!("substrate-threefold"),
authoring_version: 1,
spec_version: 142,
spec_version: 143,
impl_version: 1,
apis: RUNTIME_API_VERSIONS,
transaction_version: 2,
Expand Down Expand Up @@ -700,15 +700,15 @@ construct_runtime!(
Timestamp: pallet_timestamp = 1,
Utility: pallet_utility = 3,
Scheduler: pallet_scheduler = 4,

// Consensus support
ValidatorSet: substrate_validator_set = 10,
Session: pallet_session = 11,
Aura: pallet_aura = 12,
Grandpa: pallet_grandpa = 13,
Historical: pallet_session::historical::{Pallet} = 14,
Authorship: pallet_authorship = 15,

// Money
Balances: pallet_balances = 20,
TransactionPayment: pallet_transaction_payment = 21,
Expand All @@ -726,7 +726,7 @@ construct_runtime!(
Council: pallet_collective::<Instance1> = 40,
CouncilMembership: pallet_membership::<Instance1> = 41,
Dao: pallet_dao = 43,

// otherwise it requires genesis config, will be deprecated in the future so we can remove later
Validator: pallet_validator::{Pallet, Call, Storage, Event<T>} = 50,
}
Expand Down

0 comments on commit 9497da0

Please sign in to comment.