wormhole-foundation / example-liquidity-layer

Apache License 2.0
13 stars 12 forks source link

LL: Fix encoded redeemer message length #139

Closed gator-boi closed 6 months ago

gator-boi commented 6 months ago

The purpose of this PR is to restrict the redeemer message size to u16 in both EVM and Solana. This PR also introduces a max redeemer message length of 500 bytes to ensure that all LL messages can safely be posted on Solana.

Closes #105