We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Following celestiaorg/celestia-core#1287, we should update the Signer to use it for polling as to whether the transaction has been completed.
Signer
This should eventually be piped to celestia-node and result in the deprecation of the BroadcastTxCommit method
BroadcastTxCommit
FYI this shouldn't be backported to v1.x
The text was updated successfully, but these errors were encountered:
a28b9e7
refactor: signer to use txstatus (#3767)
8f2d6c4
## Overview Fixes #3366 Opens - celestiaorg/celestia-core#1453 and celestiaorg/celestia-core#1454 (cherry picked from commit a28b9e7) # Conflicts: # pkg/user/tx_client.go
ninabarbakadze
Successfully merging a pull request may close this issue.
Summary
Following celestiaorg/celestia-core#1287, we should update the
Signer
to use it for polling as to whether the transaction has been completed.This should eventually be piped to celestia-node and result in the deprecation of the
BroadcastTxCommit
methodFYI this shouldn't be backported to v1.x
The text was updated successfully, but these errors were encountered: