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
In x/rollapp/genesis.go:25-90, the Validate method of the GenesisState does not perform validations for the LivenessEvents, RegisteredDenoms, and SequencerHeightPairs slices.
These slices are not checked for duplicate entries or for ensuring that their data is correctly constructed.
This omission can result in invalid or inconsistent state data being accepted during genesis initialization.
Recommendation
We recommend enhancing the Validate method to include comprehensive checks for the aforementioned slices.
The text was updated successfully, but these errors were encountered:
In x/rollapp/genesis.go:25-90, the Validate method of the GenesisState does not perform validations for the LivenessEvents, RegisteredDenoms, and SequencerHeightPairs slices.
These slices are not checked for duplicate entries or for ensuring that their data is correctly constructed.
This omission can result in invalid or inconsistent state data being accepted during genesis initialization.
Recommendation
We recommend enhancing the Validate method to include comprehensive checks for the aforementioned slices.
The text was updated successfully, but these errors were encountered: