-
Notifications
You must be signed in to change notification settings - Fork 97
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
fix: alliance amino signatures #131
Conversation
Codecov Report
@@ Coverage Diff @@
## main #131 +/- ##
=======================================
Coverage 78.03% 78.03%
=======================================
Files 4 4
Lines 701 701
=======================================
Hits 547 547
Misses 140 140
Partials 14 14 |
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.
Is this going to break consensus?
Yes, it will require a software upgrade but it still need to be reviewed |
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.
LGTM but we need to have a proper release plan for this since this is a consensus breaking change
@gregnuj should this PR be merged into the |
go.mod
Outdated
github.com/tendermint/tendermint v0.34.27 | ||
github.com/tendermint/tm-db v0.6.8-0.20221109095132-774cdfe7e6b0 | ||
github.com/terra-money/alliance v0.1.0-beta1 | ||
github.com/terra-money/alliance v0.1.1-rc.0 |
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.
Can we update to use [v0.1.1](https://github.com/terra-money/alliance/releases/tag/v0.1.1)
merge to main.... will be release 2.4 since it breaks consensus |
This pull request implements the following changes from alliance module terra-money/alliance#173.