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.
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
.