IBC packet size causes proof error #62
Unanswered
ap0calypse644
asked this question in
Chain Builders (Cosmos SDK)
Replies: 1 comment
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have setup two chains with IBC capabilities. When I try to send a packet from one chain to another, it fails with the error:
After several tests I found that it's related to the size of the packet. A particular field in the packet has a string of about 150 characters. If I reduce the value to be around 120 characters, the packet transfer is successful. I have checked that the max tx size on both chains is much larger than the packet size.
Why does this issue occur and how to fix it. Thank you in advance.
Beta Was this translation helpful? Give feedback.
All reactions