chore: set versions to test btc activation height #19
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Modified versions:
v0.13.0
vigilante#80Test to check if gov param finality activation height for
x/finality
worksHow to test
Open the logs for the finality provider and Babylon node
At the Babylon node logs at each block you should see that the btc staking module is not activated yet and will be when it reaches the block height of 40
1:07AM INF received complete proposal block hash=610D8322EA9A3BE8F6974B170ED7708A2B556310917C900114646E5A582897E1 height=36 module=consensus 1:07AM INF finalizing commit of block hash=610D8322EA9A3BE8F6974B170ED7708A2B556310917C900114646E5A582897E1 height=36 module=consensus num_txs=1 root=4302C366CA86B21B942ED7EE9343C7F7A18D3F3CA83A670C0743F4C07735FC7E 1:07AM INF module not active yet activationHeight=40 currHeight=36 module=x/btcstaking
When it reaches the block height 40 in Babylon it should process all the events that happened until that block