Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Refactor to read idl from target folder instead of parsing source #16

Merged
merged 1 commit into from
Aug 7, 2023

Conversation

stegaBOB
Copy link
Member

@stegaBOB stegaBOB commented 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 coral-xyz#2332

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 coral-xyz#2332
@stegaBOB stegaBOB enabled auto-merge August 7, 2023 23:33
@stegaBOB stegaBOB added this pull request to the merge queue Aug 7, 2023
Merged via the queue into private_star_atlas_repo with commit c810aec Aug 7, 2023
@stegaBOB stegaBOB deleted the stegaBOB/feat/target-idl branch August 7, 2023 23:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants