-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
chore: tm 0.34 changes #12221
chore: tm 0.34 changes #12221
Conversation
Hey, I’m not really sure why we would do that. Is there a critical issue in tendermint? |
yes its unstable and there is a lack of confidence in the latest release. Happy to chat about it on tg. We are working on getting features that are crucial to the ecosystem back ported, hope to have an update soonish |
I reviewed every single file thus far -- looks good apart from params usage in a few places and a TM command comment. |
@@ -17,7 +17,7 @@ require ( | |||
github.com/cosmos/cosmos-proto v1.0.0-alpha7 | |||
github.com/cosmos/cosmos-sdk/db v1.0.0-beta.1 | |||
github.com/cosmos/go-bip39 v1.0.0 | |||
github.com/cosmos/iavl v0.18.0 | |||
github.com/cosmos/iavl v0.17.3 |
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.
We have to downgrade right? Isn't IAVL 0.18 what contains all the performance improvements @marbar3778?
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.
could use the osmosis v 0.17 ?
I think that the mainline 18 is osmo 17 with a few other changes iirc
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.
it does not. 0.18 has 0.35 tendermint which we need to remove
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.
also I flubbed, the osmo fork, would require further changes and cause possible further sadness.
Related |
Can we add a changelog? |
Description
blocked on tm 0.34 release with priority
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change