-
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
Tx Height Timeout #6089
Tx Height Timeout #6089
Conversation
Can we proceed with this now @aaronc? |
Yes please! |
Because of #6863 we should add the timeout field to Although that will require adding to I don't have a strong preference, but it needs to be addressed. |
…-sdk into bez/5339-tx-height-timeout
Codecov Report
@@ Coverage Diff @@
## master #6089 +/- ##
==========================================
+ Coverage 60.86% 61.94% +1.08%
==========================================
Files 379 519 +140
Lines 24737 32088 +7351
==========================================
+ Hits 15056 19877 +4821
- Misses 8506 10597 +2091
- Partials 1175 1614 +439 |
…-sdk into bez/5339-tx-height-timeout
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.
ACK
@aaronc, mind taking another look at this? |
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.
ACK 🎉
* Implement TxHeightTimeoutDecorator * Update error message * rename type * set height timeout * update tests * update *SignDoc) * rename * remove dup * fix build * cli updates * rest updates * cl++ * Update x/auth/ante/basic.go Co-authored-by: colin axnér <[email protected]> * Update x/auth/ante/basic.go Co-authored-by: colin axnér <[email protected]> * Update x/auth/ante/basic.go Co-authored-by: colin axnér <[email protected]> * Update x/auth/ante/basic.go Co-authored-by: Federico Kunze <[email protected]> * rename * rename * remove TimeoutHeight from SignDoc * updates * fix tests * update IBC cmd flags * use omitempty * update godoc * add test case to TestStdSignBytes Co-authored-by: colin axnér <[email protected]> Co-authored-by: Federico Kunze <[email protected]> Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Description
SigFeeMemoTx
toTx
SigFeeMemoTx
is really a poor choiceTxHeightTimeoutDecorator
ante-handler decoratortimeout-height
closes: #5339
For contributor use:
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerFor admin use:
WIP
,R4R
,docs
, etc)