solana-playground / solana-playground

Quickly develop, deploy and test Solana programs from browsers
https://beta.solpg.io
Apache License 2.0
399 stars 135 forks source link

Requesting for the use of latest crates namely anchor_spl 0.30.0 and others #228

Closed GunjanSurti closed 1 month ago

GunjanSurti commented 1 month ago

I'm using solpg for a while it the experience is great it pretty much does the heavy lifting. I would loved see the integration of anchor_spl 0.30.0

Thank You for your hard work

acheroncrypto commented 1 month ago

This upgrade is more challenging than other upgrades mainly because of the Anchor IDL changes (which we also use in the app itself) and the new declare_program! macro. Upgrading the crate versions won't be enough, and unfortunately, I don't know when I'll be able to get to this.

Thanks for your kind words!

GunjanSurti commented 1 month ago

Thank you for replying .

And we can use latest anchor version in vscode right?

acheroncrypto commented 1 month ago

Yes, of course.

https://www.anchor-lang.com/docs/installation