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
Some ICS20 packets might have very big memo and/or receiver fields which could cause issues. IBC-GO v8 introduces a maximum limit for these fields: https://github.com/cosmos/ibc-go/blob/04e14a7079e18323c64d4e00e12cf77708d24701/modules/apps/transfer/types/msgs.go#L15.
Hermes should be able to configure a limit used to filter packets depending on the size of the memo and receiver fields.
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Summary
Some ICS20 packets might have very big memo and/or receiver fields which could cause issues. IBC-GO v8 introduces a maximum limit for these fields: https://github.com/cosmos/ibc-go/blob/04e14a7079e18323c64d4e00e12cf77708d24701/modules/apps/transfer/types/msgs.go#L15.
Hermes should be able to configure a limit used to filter packets depending on the size of the memo and receiver fields.
For Admin Use
The text was updated successfully, but these errors were encountered: