Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Gateway conditional expiration (#3946)
* wormchain: conditionally enable new guardian set expiration logic The new code path costs more gas, so it changes the app hash. By guarding the new code path behind a block height, consensus does not break (as every validator that upgrades by that block will switch at the same block height). * wormchain: update mainnet cutover block height * wormchain: update cutover to 24 hours later --------- Co-authored-by: Csongor Kiss <[email protected]>
- Loading branch information