Closed a5-pickle closed 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.
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.