metaplex-foundation / shank

Extracts IDL from Solana Rust contracts
https://docs.rs/crate/shank_macro/latest
116 stars 23 forks source link

Support the newer Anchor IDL standard #65

Open GabrielePicco opened 4 months ago

GabrielePicco commented 4 months ago

Support the newer IDL standard

Anchor 0.30.0, the latest release, introduced a new IDL standard: https://github.com/coral-xyz/anchor/pull/2824.

It would be beneficial to integrate support for this new IDL standard into Shank.