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

Check if dependencies are up-to-date using hash or batching #1843

Open
jribbink opened this issue Nov 22, 2024 · 0 comments
Open

Check if dependencies are up-to-date using hash or batching #1843

jribbink opened this issue Nov 22, 2024 · 0 comments
Labels
Feature A new user feature or a new package API

Comments

@jribbink
Copy link
Contributor

Issue To Be Solved

Currently, flow deps install naiively downloads new copies of all contracts. This impacts performance and risks rate limiting

(Optional): Suggest A Solution

We can improve this by doing a batched hash check against current contract code on-chain to see what is up-to-date.

We should also look into whether we can do batched downloads of dependencies. This depends on what the limits are for script results which will need to be investigated.

@jribbink jribbink added the Feature A new user feature or a new package API label Nov 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature A new user feature or a new package API
Projects
Status: No status
Development

No branches or pull requests

1 participant