Skip to content

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

@jribbink

Description

@jribbink

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    FeatureA new user feature or a new package API

    Type

    No type

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions