|
@@ -83,7 +83,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion {
|
|
|
spec_name: create_runtime_str!("joystream-node"),
|
|
|
impl_name: create_runtime_str!("joystream-node"),
|
|
|
authoring_version: 9,
|
|
|
- spec_version: 11,
|
|
|
+ spec_version: 12,
|
|
|
impl_version: 0,
|
|
|
apis: crate::runtime_api::EXPORTED_RUNTIME_API_VERSIONS,
|
|
|
transaction_version: 1,
|
|
@@ -340,8 +340,8 @@ impl pallet_session::historical::Trait for Runtime {
|
|
|
pallet_staking_reward_curve::build! {
|
|
|
const REWARD_CURVE: PiecewiseLinear<'static> = curve!(
|
|
|
min_inflation: 0_050_000,
|
|
|
- max_inflation: 0_750_000,
|
|
|
- ideal_stake: 0_300_000,
|
|
|
+ max_inflation: 0_150_000,
|
|
|
+ ideal_stake: 0_250_000,
|
|
|
falloff: 0_050_000,
|
|
|
max_piece_count: 100,
|
|
|
test_precision: 0_005_000,
|