-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
refactor: use timeout_timestamp in unordered txs #23734
base: technicallyty/STA-117/backport-auditfix1-e2c6e
Are you sure you want to change the base?
refactor: use timeout_timestamp in unordered txs #23734
Conversation
…chnicallyty/STA-118/timeout_height_time_based
Co-authored-by: Alex | Interchain Labs <[email protected]>
…://github.com/cosmos/cosmos-sdk into technicallyty/STA-118/timeout_height_time_based
…chnicallyty/STA-118/timeout_height_time_based
TimeoutHeight: body.TimeoutHeight, | ||
TimeoutTimestamp: body.TimeoutTimestamp, |
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 looks like in the flags
file we are replacing TimeoutHeight
with TimeoutTimestamp
but here we allow the use of both?
Maybe we still want to include the flag for a timeout height as well?
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.
the original intent was to introduce a small break to the client to push them towards using the better design of timestamp timeouts. https://github.com/cosmos/cosmos-sdk/pull/20870/files#r1686279283.
which makes sense to me - however im unsure if this is a substantial break to make or not.
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.
I think we should support all available flags since people might be relying on them and we cannot remove them from the proto anyways
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.
…chnicallyty/STA-118/timeout_height_time_based
Description
backports ddf9e18
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...