Cli: Don't regenerate idl in read_all_programs() - #2332
Merged
Conversation
|
@ckamm is attempting to deploy a commit to the coral-xyz Team on Vercel. A member of the Team first needs to authorize it. |
|
Looks good, should be a small enough change to leave out of the changelog but whatever you prefer. I'm happy to merge as is. |
Henry-E
force-pushed
the
ckamm/skip-idl-regenerate
branch
from
December 23, 2022 10:51
f020d75 to
5baef90
Compare
dovahcrow
pushed a commit
to dovahcrow/anchor
that referenced
this pull request
Jan 13, 2023
stegaBOB
added a commit
to staratlasmeta/anchor
that referenced
this pull request
Aug 7, 2023
This commit optimizes the method of reading all programs in `config.rs` file. It replaces the old method of parsing the source with reading directly from the target IDL directory. This enables us to run `anchor localnet` without needing the entire program source files. Backport of otter-sec#2332
github-merge-queue Bot
pushed a commit
to staratlasmeta/anchor
that referenced
this pull request
Aug 7, 2023
This commit optimizes the method of reading all programs in `config.rs` file. It replaces the old method of parsing the source with reading directly from the target IDL directory. This enables us to run `anchor localnet` without needing the entire program source files. Backport of otter-sec#2332
akash-osec
pushed a commit
to akash-osec/anchor
that referenced
this pull request
Mar 25, 2026
akash-osec
pushed a commit
to akash-osec/anchor
that referenced
this pull request
Jul 25, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Resolving a TODO and making idl tooling work more nicely with manual adjustments to the on-disk idl.