-
Notifications
You must be signed in to change notification settings - Fork 226
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
rpc: Remove ABCI-related types #1090
Comments
Some questions while working on #1204:
|
The I'd say we should use the domain types as far as practically possible.
Are you referring to the |
It probably does in the response for
Yes, I did that as part of #1204. |
Version(s) of tendermint-rs:
master
Description
Follows from #1022, which introduced domain types into the
tendermint
crate for ABCI. The RPC crate used to have ABCI-specific data structures to use in its responses, but these have been superseded by the ABCI domain types in thetendermint
crate.These old ABCI RPC data structures must be removed.
Definition of "done"
When all of the old ABCI RPC data structures have been removed.
The text was updated successfully, but these errors were encountered: