wormhole-foundation / wormhole-sdk-rs

Rust Wormhole SDK
7 stars 5 forks source link

more carefully consider features in raw-vaas #26

Closed ghost closed 5 months ago

ghost commented 1 year ago

right now on-chain and off-chain are mutually exclusive. this is messy because it means we can't run tests --all-features. should we change this somehow? could we make it a compile error only in release mode?

a5-pickle commented 5 months ago

"on-chain" and "off-chain" features have been removed.