wormhole-foundation / wormhole-scaffolding

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

Bump to Solana 1.16 #78

Closed jdubpark closed 11 months ago

jdubpark commented 11 months ago

Description and context

Currently, the scaffolding app supports testing with Solana 1.14. However, with the 1.16 mainnet-beta upgrade, over 93% of mainnet-beta validators are on 1.16.x. I think it's apt to bump the repo's supported version to 1.16.

Definition of done

Compile the program with Solana 1.16.16 and all test cases should still pass for NETWORK=devnet make test.

a5-pickle commented 11 months ago

PR #79 closes this.