wormhole-foundation / wormhole-scaffolding

Starter apps with Wormhole integration
Other
49 stars 33 forks source link

Solana: Various fixes from debugging session #59

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 mac sed command 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

Closing #58