wormhole-foundation / wormhole-sdk-rs

Rust Wormhole SDK
7 stars 5 forks source link

raw-vaas: remove anchor feature #42

Closed a5-pickle closed 1 year ago

a5-pickle commented 1 year ago

For Solana programs, all we need to do is use features = ["ruint", "on-chain"] and set default features to false.

To generate message hash and digest, we can just pass the VAA body as_ref to keccak::hash.

This also upticks alloy in the workspace to 0.3.0.