coral-xyz / anchor

⚓ Solana Sealevel Framework
https://anchor-lang.com
Apache License 2.0
3.36k stars 1.25k forks source link

lang,cli,client,spl: update solana-program and spl dependencies #3067

Closed lbennett-stacki closed 3 days ago

lbennett-stacki commented 3 days ago

to be compatible with solana-program@v2. Currently using latest version of anchor-lang and anchor-spl causes a number of version-mismatch related errors. 2 versions of solana-program would exist and this fixes that

vercel[bot] commented 3 days ago

@lbennett-stacki is attempting to deploy a commit to the coral-xyz Team on Vercel.

A member of the Team first needs to authorize it.

lbennett-stacki commented 3 days ago

This is now working for me. Implemented a simple token using anchor-spl. Can build and deploy. Ready for review!

lbennett-stacki commented 3 days ago

Thanks @acheroncrypto I'll use the fork until it's ready!