-
Notifications
You must be signed in to change notification settings - Fork 4k
feat: backport unordered transactions #23708
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: backport unordered transactions #23708
Conversation
string memo = 2; | ||
int64 timeout_height = 3; | ||
uint64 some_new_field = 4; | ||
uint64 some_new_field = 5; |
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.
…-unorderedtx-part-1
…-unorderedtx-part-1
Co-authored-by: yihuang <[email protected]> Co-authored-by: Facundo <[email protected]>
…-unorderedtx-part-1
…-unorderedtx-part-1
…-unorderedtx-part-1
REMINDER TO SELF: Changelog for --
|
Co-authored-by: Facundo Medica <[email protected]> Co-authored-by: Alex | Interchain Labs <[email protected]>
…-unorderedtx-part-1
proto/cosmos/tx/v1beta1/tx.proto
Outdated
// incremented, which allows for fire-and-forget as well as concurrent | ||
// transaction execution. | ||
// | ||
// Note, when set to true, the existing 'timeout_height' value must |
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.
This comment should be about timout_timestamp
instead - needs to be reworked
will need to regen
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.
…-unorderedtx-part-1
…f ssh://github.com/cosmos/cosmos-sdk into technicallyty/backport-6ec53aaf54-unorderedtx-part-1
Description
this is the mega PR that will have all commits introduced for backporting the necessary work for unordered transactions.
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...
!
in 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.
Please see Pull Request Reviewer section in the contributing guide for more information on how to review a pull request.
I have...