mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 22:11:02 +00:00
Re-configure offchain repeat frequency for elections (#3966)
This commit is contained in:
@@ -361,8 +361,8 @@ parameter_types! {
|
|||||||
pub SignedRewardBase: Balance = UNITS / 10;
|
pub SignedRewardBase: Balance = UNITS / 10;
|
||||||
pub SolutionImprovementThreshold: Perbill = Perbill::from_rational(5u32, 10_000);
|
pub SolutionImprovementThreshold: Perbill = Perbill::from_rational(5u32, 10_000);
|
||||||
|
|
||||||
// miner configs
|
// 1 hour session, 15 minutes unsigned phase, 8 offchain executions.
|
||||||
pub OffchainRepeat: BlockNumber = 5;
|
pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 8;
|
||||||
|
|
||||||
/// Whilst `UseNominatorsAndUpdateBagsList` or `UseNominatorsMap` is in use, this can still be a
|
/// Whilst `UseNominatorsAndUpdateBagsList` or `UseNominatorsMap` is in use, this can still be a
|
||||||
/// very large value. Once the `BagsList` is in full motion, staking might open its door to many
|
/// very large value. Once the `BagsList` is in full motion, staking might open its door to many
|
||||||
|
|||||||
@@ -385,8 +385,8 @@ parameter_types! {
|
|||||||
pub SignedRewardBase: Balance = 1 * UNITS;
|
pub SignedRewardBase: Balance = 1 * UNITS;
|
||||||
pub SolutionImprovementThreshold: Perbill = Perbill::from_rational(5u32, 10_000);
|
pub SolutionImprovementThreshold: Perbill = Perbill::from_rational(5u32, 10_000);
|
||||||
|
|
||||||
// miner configs
|
// 4 hour session, 1 hour unsigned phase, 32 offchain executions.
|
||||||
pub OffchainRepeat: BlockNumber = 5;
|
pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 32;
|
||||||
|
|
||||||
/// Whilst `UseNominatorsAndUpdateBagsList` or `UseNominatorsMap` is in use, this can still be a
|
/// Whilst `UseNominatorsAndUpdateBagsList` or `UseNominatorsMap` is in use, this can still be a
|
||||||
/// very large value. Once the `BagsList` is in full motion, staking might open its door to many
|
/// very large value. Once the `BagsList` is in full motion, staking might open its door to many
|
||||||
|
|||||||
@@ -347,8 +347,8 @@ parameter_types! {
|
|||||||
pub SignedRewardBase: Balance = 1 * UNITS;
|
pub SignedRewardBase: Balance = 1 * UNITS;
|
||||||
pub SolutionImprovementThreshold: Perbill = Perbill::from_rational(5u32, 10_000);
|
pub SolutionImprovementThreshold: Perbill = Perbill::from_rational(5u32, 10_000);
|
||||||
|
|
||||||
// miner configs
|
// 1 hour session, 15 minutes unsigned phase, 4 offchain executions.
|
||||||
pub OffchainRepeat: BlockNumber = 5;
|
pub OffchainRepeat: BlockNumber = UnsignedPhase::get() / 4;
|
||||||
|
|
||||||
/// Whilst `UseNominatorsAndUpdateBagsList` or `UseNominatorsMap` is in use, this can still be a
|
/// Whilst `UseNominatorsAndUpdateBagsList` or `UseNominatorsMap` is in use, this can still be a
|
||||||
/// very large value. Once the `BagsList` is in full motion, staking might open its door to many
|
/// very large value. Once the `BagsList` is in full motion, staking might open its door to many
|
||||||
|
|||||||
Reference in New Issue
Block a user