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
After #211 we need to create a SignDoc and TxRaw in order to submit a binary tx to Tendermint.
SignDoc
TxRaw
This can either be tested by using curl to send the tranyaction to Tendermint (https://docs.tendermint.com/master/rpc/) or by doing #204 first
The text was updated successfully, but these errors were encountered:
Tracking issue for Cosmos SDK: cosmos/cosmos-sdk#6213 Tracking PR for Cosmos SDK: cosmos/cosmos-sdk#6614
Sorry, something went wrong.
I assume this is unblocked by #342 ?
And the issue cosmos/cosmos-sdk#6213 is majority done (awaiting cleanup in the go code).
willclarktech
Successfully merging a pull request may close this issue.
After #211 we need to create a
SignDoc
andTxRaw
in order to submit a binary tx to Tendermint.This can either be tested by using curl to send the tranyaction to Tendermint (https://docs.tendermint.com/master/rpc/) or by doing #204 first
The text was updated successfully, but these errors were encountered: