mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
188 stars 19 forks source link

Improve performance for git dependencies #122

Open beeb opened 1 month ago

beeb commented 1 month ago

At the moment, the git dependencies download method performs the following:

If submodules are not desired, then we could maybe instead do

beeb commented 3 weeks ago

Working on it, for now I added --filter=tree:0 which seems to be the less disturbing solution.

mario-eth commented 3 weeks ago

We need to make sure it will work with tags and branches and everything that we added new