We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
MsgUpdateRollappInformation
MinSequencerBond
on MsgUpdateRollappInformation, MinSequencerBond should be optional
currently it's mandatory, which mess with the eip712 signing when passed empty coin.
(un)fortunately, we don't validate the coin, and just ignore it if not valid. we use it as a workaround (passing non valid coin to act as optional)
this should be fixed
The text was updated successfully, but these errors were encountered:
zale144
No branches or pull requests
on MsgUpdateRollappInformation, MinSequencerBond should be optional
currently it's mandatory, which mess with the eip712 signing when passed empty coin.
(un)fortunately, we don't validate the coin, and just ignore it if not valid.
we use it as a workaround (passing non valid coin to act as optional)
this should be fixed
The text was updated successfully, but these errors were encountered: