celestia-app
celestia-app copied to clipboard
Signer should use TxStatus instead of Tx to confirm submission
Summary
Following https://github.com/celestiaorg/celestia-core/pull/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
method
FYI this shouldn't be backported to v1.x