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

Validate the size of a receiver address in IBC transfer #2015

Closed
Tracked by #2021
yito88 opened this issue Oct 20, 2023 · 2 comments
Closed
Tracked by #2021

Validate the size of a receiver address in IBC transfer #2015

yito88 opened this issue Oct 20, 2023 · 2 comments
Assignees
Labels

Comments

@yito88
Copy link
Member

yito88 commented Oct 20, 2023

IBC packet could be too big because there is no limitation on the size of a receiver address in a transfer request.

It can be validated by ibc-rs validation methods.

@yito88 yito88 added the IBC label Oct 20, 2023
@yito88 yito88 self-assigned this Oct 20, 2023
@yito88
Copy link
Member Author

yito88 commented Nov 13, 2023

memo field could be too long. There is no limitation and ibc-rs doesn't provide the validation.
We will validate the tx size. #2131

@yito88
Copy link
Member Author

yito88 commented Nov 21, 2023

The tx size is validated by #2187

@yito88 yito88 closed this as completed Nov 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant