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
Version(s) of tendermint-rs: v0.23.x
Tendermint v0.34.20 will introduce the notion of a prioritized mempool, which introduces some new fields into the ABCI CheckTx response:
CheckTx
sender
priority
mempool_error
See tendermint/tendermint#8695 and https://github.com/tendermint/tendermint/blob/v0.34.20-rc0/proto/tendermint/abci/types.proto#L214 for details.
When we've regenerated our Rust code from the v0.34.20-rc0 protos in Tendermint and have ensured that any relevant domain types are updated.
v0.34.20-rc0
The text was updated successfully, but these errors were encountered:
thanethomson
No branches or pull requests
Version(s) of tendermint-rs: v0.23.x
Description
Tendermint v0.34.20 will introduce the notion of a prioritized mempool, which introduces some new fields into the ABCI
CheckTx
response:sender
priority
mempool_error
See tendermint/tendermint#8695 and https://github.com/tendermint/tendermint/blob/v0.34.20-rc0/proto/tendermint/abci/types.proto#L214 for details.
Definition of "done"
When we've regenerated our Rust code from the
v0.34.20-rc0
protos in Tendermint and have ensured that any relevant domain types are updated.The text was updated successfully, but these errors were encountered: