wormhole-foundation / wormhole-scaffolding

Starter apps with Wormhole integration
Other
47 stars 30 forks source link

Solana: Various fixes from debugging session #58

Closed barnjamin closed 1 year ago

barnjamin commented 1 year ago

Makefile: If for some reason the clone/build fails (like docker not running) the tmp dir will hang around and fail further attempts. Replaced \s with ` (space literal) since macsedcommand does not respect the\s`

Module: Set a default feature of mainnet in Cargo.toml and added cfg_if to execute the declare_id macro conditionally