You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After merginf #527 to close #504 , the agreed domain types are missing from tendermint-rs.
Implement domain types with TryFrom/From protobuf types. This should ease any conversion issues in the long run.
Possibly implement a derive macro that indicates for each domain type what their protobuf type is and implements direct .encode and .decode functionality.
Check the notes in #527 for the requirements for domain types.
The text was updated successfully, but these errors were encountered:
After merginf #527 to close #504 , the agreed domain types are missing from tendermint-rs.
.encode
and.decode
functionality.Check the notes in #527 for the requirements for domain types.
The text was updated successfully, but these errors were encountered: