Skip to content
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

Tendermint prioritized mempool #1148

Closed
thanethomson opened this issue Jun 29, 2022 · 0 comments
Closed

Tendermint prioritized mempool #1148

thanethomson opened this issue Jun 29, 2022 · 0 comments
Assignees
Labels
abci enhancement New feature or request

Comments

@thanethomson
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
abci enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant