-
Notifications
You must be signed in to change notification settings - Fork 77
Conversation
Generate tendermint types
Update Tendermint definitions
Use camel case in Tendermint definitions
Update the `EventData` type
fixes linting errors - Graph 114
Fixes missing Tendermint tests
TendermintEventValidatorSetUpdates = 130, | ||
TendermintDuration = 131, | ||
TendermintTimestamp = 132, | ||
TendermintEventData = 133, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we're going to start allocating index ranges for different chains, as we should, this will need to change.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You mean having multiple enums for each TypeId
? (per chain)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not multiple enums, but ranges such as numbers 1000-2000 being reserved for tendermint.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Oh I see, yeah that seems a good idea
No description provided.