-
Notifications
You must be signed in to change notification settings - Fork 607
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
Add fix for prop 597 code issue #6279
Conversation
devbot add changelog fix prop-572 introduced issue |
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.
Validated that all pool IDs from linked proposals are present
Corrected the prop id that broke it to 597
e2e is failing because init genesis is not updated accordingly. Started to update it in: #6280 However, I think we should merge as is and instead just test on a state-exported testnet |
* Add fix for prop 572 code issue * update changelog * Update CHANGELOG.md * basic upgrade unit test --------- Co-authored-by: devbot-wizard <[email protected]> Co-authored-by: Roman <[email protected]> (cherry picked from commit bd09d44) # Conflicts: # CHANGELOG.md # app/upgrades/v19/upgrades_test.go
This reverts commit bd09d44.
* Add fix for prop 572 code issue * update changelog * Update CHANGELOG.md * basic upgrade unit test --------- Co-authored-by: devbot-wizard <[email protected]> Co-authored-by: Roman <[email protected]>
* Add fix for prop 572 code issue * update changelog * Update CHANGELOG.md * basic upgrade unit test --------- Co-authored-by: devbot-wizard <[email protected]> Co-authored-by: Roman <[email protected]>
* Add fix for prop 572 code issue * update changelog * Update CHANGELOG.md * basic upgrade unit test --------- Co-authored-by: devbot-wizard <[email protected]> Co-authored-by: Roman <[email protected]>
Proposal 597 broke the cfmm-gamm pool links, due to the governance logic not behaving as expected (replacing a list of instead of fixing it)
Proposed for this to be included in the v19 upgrade due to urgency at hand.