-
Notifications
You must be signed in to change notification settings - Fork 18
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
Problem: cosmos sdk 0.47.1 is not used #219
Conversation
google.golang.org/genproto v0.0.0-20221227171554-f9683d7f8bef | ||
google.golang.org/grpc v1.52.0 | ||
github.com/stretchr/testify v1.8.2 | ||
github.com/tendermint/tendermint v0.35.9 |
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.
Needed for the v1 types files.
We may just removed them since we dont have to migrate from v1 to v2
9be1b90
to
9839f3a
Compare
9839f3a
to
4d7e1a2
Compare
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.
Should the abci 1.0 stuff be leveraged in GB? e.g. extra mempool prioritisation for attestations or ordering based on the paid fee?
Yes this could be an idea. I think we can always prioritised the gravity bridges attestations & confirmations msgs as they are crucial for the liveness of the bridge. |
replace with stable version
replace tendermint dependencies with cometbft