-
Notifications
You must be signed in to change notification settings - Fork 1k
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
Deprecate --interop-genesis-state
#12008
Conversation
I think the pattern for deprecation is deleting the flag from it's home in Since we're close to a major version breaking change opportunity, and this is an easy removal to justify given the normal genesis state flag works, I would suggest we go ahead and also remove the code that currently uses |
Ah yes, I forgot about this. Also I agree that maybe we should just remove this all together instead of deprecating. |
--interop-genesis-state
--interop-genesis-state
We can possibly split the removal of code that uses |
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.
Nice removal indeed but we need to fix the tests
# Conflicts: # config/features/deprecated_flags.go
What type of PR is this?
Cleanup
What does this PR do? Why is it needed?
The flag
--interop-genesis-state
does not work. Running interop with this flag results in the following error:Running interop with
--genesis-state
works properly and this is the flag that should be used moving forward.