wormhole-foundation / wormhole-scaffolding

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

Bump to Solana 1.16 #79

Closed jdubpark closed 11 months ago

jdubpark commented 11 months ago

For #78

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.

All test cases passes for bumped 1.16 via

NETWORK=devnet make clean
NETWORK=devnet make test

Note: I have not checked on other dependency bumps when bumping to v1.16. While all unit tests and 146 integration test cases pass, we have to make sure there are no hiccups in dependency bumps.