-
Notifications
You must be signed in to change notification settings - Fork 608
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat: multi-network upgrade handler #5959
Merged
Merged
Changes from 34 commits
Commits
Show all changes
48 commits
Select commit
Hold shift + click to select a range
7ec3d77
multi-network upgrade handler
czarcas7ic 3e0650a
run mainnet upgrade handler for e2e network IDs
czarcas7ic c697de2
fixes
czarcas7ic bbb644b
fix
czarcas7ic ab52240
widen tolerance
czarcas7ic da6324c
more resilient way to calculate coins used
czarcas7ic f849825
add logs to upgrade handler
czarcas7ic d70423c
scale error tolerance with spread factor
czarcas7ic 7145a25
change back init tag
czarcas7ic 146faa5
update changelog
devbot-wizard 8049092
Merge branch 'main' into adam/multi-network-upgrade-handler
devbot-wizard 7d7695b
Fix imports
devbot-wizard b334722
check liquidity prior to creating pool
czarcas7ic bdb5741
check base/quote rather than all denoms
czarcas7ic 2d02cea
check if pool only has 2 assets
czarcas7ic a1f3bbe
skip pools that are already linked
czarcas7ic 3a21bd5
add log and fix issue
czarcas7ic cbedf7a
add an additional log
czarcas7ic d0eba58
more logs
czarcas7ic 1454538
more prints
czarcas7ic f04b9c8
skip if incentive gauge duration does not exist
czarcas7ic 3ce1f41
use gogotypes
czarcas7ic 9318fd8
use store.Has
czarcas7ic cf87cde
error instead of panic on getgaugeId from poolId
czarcas7ic b9f28f3
Update app/upgrades/v17/upgrades_test.go
czarcas7ic d793a36
remove extra prints
czarcas7ic 7cdf2d3
Merge branch 'adam/multi-network-upgrade-handler' of https://github.c…
czarcas7ic 68cd773
remove old logs
czarcas7ic 1cfec91
Merge branch 'main' into adam/multi-network-upgrade-handler
czarcas7ic c8aa647
Merge branch 'main' into adam/multi-network-upgrade-handler
czarcas7ic 449d9a2
enable superfluid assets both chains
czarcas7ic da5d1ee
remove unused func
czarcas7ic bedf1a5
setting the default ibc-hooks params
nicolaslara 77616de
Merge branch 'main' into adam/multi-network-upgrade-handler
czarcas7ic 0c2b1e7
separate method for enable superfluid for testnet
czarcas7ic 34cff15
drastically simplify the upgrade handler
czarcas7ic 1801232
check superfluid error type directly
czarcas7ic 3cd0af5
remove use of pointer of coinsUsed and poolLinks
czarcas7ic 168cece
Merge branch 'main' into adam/multi-network-upgrade-handler
czarcas7ic 85abff8
Update app/upgrades/v17/upgrades.go
p0mvn 27e07ca
Update app/upgrades/v17/upgrades.go
p0mvn d400d36
add spot price check when adding testnet assets
czarcas7ic 2886d7a
fix osmo amount
czarcas7ic d778f12
add error check
czarcas7ic ecbb383
Merge branch 'main' into adam/multi-network-upgrade-handler
czarcas7ic 5fdb415
add additional check from testnet to mainnet
czarcas7ic ffd220d
remove this check from mainnet handler
czarcas7ic 4b63216
fix lingering merge conflict
czarcas7ic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains 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
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Note to reviewer: This is a drive by "fix". It became apparent to me that some packets get stuck, so a minute at times in not enough to wait for the result on the receiving chain.