You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For read-only information such as the update client message (including the zkp and such), we could avoid doing ABI decoding (memory allocation and copy) and directly index the calldata via assembly. fix(ucs01): use correct ibc path prefix when bridging denoms #1726
Revisit IBC structures to avoid dynamic string/bytes:
Consider removing string/bytes in favor of u256 where possible (port/channel/con ids? the path could be reconstructed where needed)
The text was updated successfully, but these errors were encountered:
Following #1613.
The text was updated successfully, but these errors were encountered: