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
Deposit
The Deposit message comes from the [Wormhole Circle Integration], but it has more fields than we need.
Introduce a lightweight message (maybe called CctpMessage?) that only has the following fields:
CctpMessage
Source CCTP domain may not be needed because the emitter chain in the VAA should determine the source network.
This will save 128 bytes, which results in 6960 * 128 = 890880 lamports for the posted VAA account per order settlement.
We may want to introduce this change to the Wormhole CCTP Library introduced in this PR and a corresponding change to the WIP Solana lib.
The text was updated successfully, but these errors were encountered:
Also consider increasing the payload length from u16 to u32, which would reduce the cost savings to 126 bytes.
Sorry, something went wrong.
No branches or pull requests
The
Deposit
message comes from the [Wormhole Circle Integration], but it has more fields than we need.Introduce a lightweight message (maybe called
CctpMessage
?) that only has the following fields:Source CCTP domain may not be needed because the emitter chain in the VAA should determine the source network.
This will save 128 bytes, which results in 6960 * 128 = 890880 lamports for the posted VAA account per order settlement.
Notes
We may want to introduce this change to the Wormhole CCTP Library introduced in this PR and a corresponding change to the WIP Solana lib.
The text was updated successfully, but these errors were encountered: