Skip to content

Commit

Permalink
chore: removed signed block window
Browse files Browse the repository at this point in the history
  • Loading branch information
RafilxTenfen committed Dec 19, 2024
1 parent 5ed4b1c commit a0dfc3b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion test/e2e/configurer/chain/queries.go
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ func (n *NodeConfig) WaitFinalityIsActivated() (activatedHeight uint64) {
return false
}
return activatedHeight > 0
}, time.Minute*4, time.Millisecond*50)
}, time.Minute*4, time.Second*1)
n.t.Logf("the activated height is %d", activatedHeight)
return activatedHeight
}
1 change: 0 additions & 1 deletion test/e2e/initialization/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ func updateFinalityGenesis(finalityGenState *finalitytypes.GenesisState) {
finalityGenState.Params.FinalityActivationHeight = 0
finalityGenState.Params.FinalitySigTimeout = 3
finalityGenState.Params.SignedBlocksWindow = 300
finalityGenState.Params.MinSignedPerWindow = sdkmath.LegacyMustNewDecFromStr("0.000005000000000000")
}

func updateGenUtilGenesis(c *internalChain) func(*genutiltypes.GenesisState) {
Expand Down

0 comments on commit a0dfc3b

Please sign in to comment.