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
Across the current messages defined here, we refer to the additional payload as redeemerMessage
redeemerMessage
https://github.com/wormhole-foundation/example-liquidity-layer/blob/main/universal/rs/messages/src/fast_market_order.rs#L16
https://github.com/wormhole-foundation/example-liquidity-layer/blob/main/universal/rs/messages/src/deposit/fill.rs#L10
However, the CCTP deposit refers to it as payload
payload
https://github.com/wormhole-foundation/wormhole-sdk-rs/blob/6a8c0700db65a2e049a01e5767548f59439dbb3f/universal/raw-vaas/src/payloads/cctp/payloads.rs#L144-L146
We should consider standardizing the name of the field containing extra data to just payload to match others
There may be additional fields that would benefit from standardization as well
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Across the current messages defined here, we refer to the additional payload as
redeemerMessage
https://github.com/wormhole-foundation/example-liquidity-layer/blob/main/universal/rs/messages/src/fast_market_order.rs#L16
https://github.com/wormhole-foundation/example-liquidity-layer/blob/main/universal/rs/messages/src/deposit/fill.rs#L10
However, the CCTP deposit refers to it as
payload
https://github.com/wormhole-foundation/wormhole-sdk-rs/blob/6a8c0700db65a2e049a01e5767548f59439dbb3f/universal/raw-vaas/src/payloads/cctp/payloads.rs#L144-L146
We should consider standardizing the name of the field containing extra data to just
payload
to match othersThere may be additional fields that would benefit from standardization as well
The text was updated successfully, but these errors were encountered: