Deduplicate domain types #918
Labels
domain-types
Anything relating to the creation, modification or removal of domain types
enhancement
New feature or request
There are some data structures (all domain types) that are duplicated between the
tendermint
andtendermint-rpc
crates:Event
andTmEvent
Tag
andAttribute
We need to remove one of each of these and refactor accordingly. We should also be on the lookout for any other duplicate data structures and prune them ASAP (and add them to this issue).
What's the definition of "done" for this issue?
When there's only one of each domain type.
The text was updated successfully, but these errors were encountered: