feat(lang, cli): re-added legacy idl support under legacy-idl feature flag#4455
feat(lang, cli): re-added legacy idl support under legacy-idl feature flag#4455tiago18c wants to merge 6 commits into
Conversation
|
@tiago18c is attempting to deploy a commit to the Solana Foundation Team on Vercel. A member of the Team first needs to authorize it. |
|
@jamie-osec On the lang side should anything be done re the recent zero discriminator issues? |
…ncheckedAccount, overall cleanup and better deprecation messaging on usage. Remmoved stale feature from tests.
8c9473a to
82d33ef
Compare
|
Hmm, not necessarily a blocker, but I notice that |
|
The Is there a workaround this? |
|
Hmm, true. Any idea about the context for Maybe we can fix that? |
I think if we require |
…g accounts with zero discriminator
|
Trivial and shouldn't affect anyone. |
|
This looks basically ready, would you mind adding some brief tests that exercise each CLI option/instruction variant, and one to test that the account takeover is closed? |
Summary
Added legacy IDL code generation under
legacy-idlfeature flag.Added support to the above on the CLI via the
anchor legacy-idl ...command (all previous command exceptBuildandConvert).