Skip to content
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

fix: validate proposed genesis state in InitGenesis #89

Closed
wants to merge 2 commits into from

Conversation

jtieri
Copy link
Member

@jtieri jtieri commented Aug 30, 2023

When genesis initialization takes place in InitGenesis we were not explicitly calling ValidateGenesis on the proposed genesis state. This was allowing invalid data to be written to the store.

Closes #46

@jtieri jtieri added BACKPORT Backport into maintained branches packet-forward-middleware Label for items related to the packet forward middleware labels Aug 30, 2023
@jtieri jtieri closed this Aug 31, 2023
@jtieri jtieri deleted the justin/genesis-val branch September 4, 2024 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BACKPORT Backport into maintained branches packet-forward-middleware Label for items related to the packet forward middleware
Projects
None yet
Development

Successfully merging this pull request may close these issues.

PFM: FeePercentage param should default to zero if not set
1 participant