Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -1459,6 +1459,7 @@ func TestChainSimulator_DirectStakingNodes_WithdrawUnstakedInWithdrawEpoch(t *te
cfg.EpochConfig.EnableEpochs.StakingV4Step3EnableEpoch = 102

cfg.EpochConfig.EnableEpochs.MaxNodesChangeEnableEpoch[2].EpochEnable = 102
cfg.SystemSCConfig.StakingSystemSCConfig.UnBondPeriodInEpochs = 1
},
})
require.Nil(t, err)
Expand Down Expand Up @@ -1489,6 +1490,7 @@ func TestChainSimulator_DirectStakingNodes_WithdrawUnstakedInWithdrawEpoch(t *te
cfg.EpochConfig.EnableEpochs.StakingV4Step3EnableEpoch = 4

cfg.EpochConfig.EnableEpochs.MaxNodesChangeEnableEpoch[2].EpochEnable = 4
cfg.SystemSCConfig.StakingSystemSCConfig.UnBondPeriodInEpochs = 1
},
})
require.Nil(t, err)
Expand Down Expand Up @@ -1519,6 +1521,7 @@ func TestChainSimulator_DirectStakingNodes_WithdrawUnstakedInWithdrawEpoch(t *te
cfg.EpochConfig.EnableEpochs.StakingV4Step3EnableEpoch = 4

cfg.EpochConfig.EnableEpochs.MaxNodesChangeEnableEpoch[2].EpochEnable = 4
cfg.SystemSCConfig.StakingSystemSCConfig.UnBondPeriodInEpochs = 1
},
})
require.Nil(t, err)
Expand Down Expand Up @@ -1549,6 +1552,7 @@ func TestChainSimulator_DirectStakingNodes_WithdrawUnstakedInWithdrawEpoch(t *te
cfg.EpochConfig.EnableEpochs.StakingV4Step3EnableEpoch = 4

cfg.EpochConfig.EnableEpochs.MaxNodesChangeEnableEpoch[2].EpochEnable = 4
cfg.SystemSCConfig.StakingSystemSCConfig.UnBondPeriodInEpochs = 1
},
})
require.Nil(t, err)
Expand Down
Loading