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: cache for compile task #4

Open
swr1bm86 opened this issue May 7, 2022 · 3 comments
Open

feat: cache for compile task #4

swr1bm86 opened this issue May 7, 2022 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@swr1bm86
Copy link
Contributor

swr1bm86 commented May 7, 2022

right now, it will compile all Fe contract files every time with npx hardhat compile, need a cache mechanism for eliminate redundant compiling process.

@swr1bm86 swr1bm86 added enhancement New feature or request good first issue Good for newcomers labels May 7, 2022
@with-heart
Copy link
Member

What do you imagine the solution to this looking like? Where in the stack does it live?

@swr1bm86
Copy link
Contributor Author

@with-heart I think a dispatcher to memorize last modified timestamp of each contract file will do the rescue :)

@swr1bm86
Copy link
Contributor Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

2 participants