-
Notifications
You must be signed in to change notification settings - Fork 345
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(timeout-height): allow define optional timeout height parameter #1489
Conversation
0620ad8
to
f3cd085
Compare
f3cd085
to
2bf0e05
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.
Great stuff, love it. High quality contribution ❤️
Some smaller changes. Then this can go in 0.32.
I just merged #1484 which turns all Long into bigints. Could you rebase this work onto current main? |
a2573f7
to
2bf0e05
Compare
3fb1ad7
to
b3f4839
Compare
b3f4839
to
efeb501
Compare
9ba0d30
to
5bdd121
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.
Could you also add the parameter to signAndBroadcastSync
and signAndBroadcast
? I think signAndBroadcast is the highest level where people might need this. No need to write extra tests for those but just propagate the parameter.
Sure, I'm gonna add that tomorrow morning |
95afa1d
to
423b309
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.
Beautiful, thank you!
Introduce timeout height option for signing transactions (amino and direct) to support new POB/block-sdk modules.
Skip's documentation for details: https://docs.skip.money/searcher-docs