test: add crosschain and observer operations#3207
Merged
Conversation
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
swift1337
reviewed
Dec 13, 2024
Contributor
swift1337
left a comment
There was a problem hiding this comment.
Did a first round on the PR. Solid work!
kingpinXD
commented
Dec 13, 2024
lumtis
reviewed
Dec 17, 2024
x/crosschain/simulation/operation_migrate_erc20_custody_funds.go
Outdated
Show resolved
Hide resolved
swift1337
approved these changes
Dec 18, 2024
gartnera
reviewed
Jan 8, 2025
lumtis
approved these changes
Jan 10, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Description
The pr
Adds all the operations for crosschain module except
MsgMigrateTssFunds. MigrateTSSFunds expects inbound to be paused and no new pending nonces to be generated, which does not fit in well with how simulation tests runAdds all the operations for the observer module except .
MsgRemoveChainParams. Removing or disabling a chain causes a lot of other simulations to fail, I dont think its required to be added into simulation testsSimplifies the init genesis for cross-chain module
Closes
#2973
#2974
#2975
#3100
How Has This Been Tested?
Summary by CodeRabbit
Release Notes
New Features
/systemtimeadded to enhance monitoring capabilities.Improvements
Bug Fixes
Documentation