mario-eth / soldeer

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

Improved defaulting to latest version by sorting the versions #148

Open mario-eth opened 3 weeks ago

mario-eth commented 3 weeks ago

Currently, when we will default to the latest inserted version in the backend when someone does: soldeer install DEPENDENCY In the next version we want to parse all versions and if they all can be parsed by semver then we consider this project "semver-compliant" and we sort the versions by semver, otherwise default to latest inserted version.

For this we will need a backend service as well that returns only the version tag of a project.

mario-eth commented 3 weeks ago

Depends on https://github.com/mario-eth/soldeer/issues/103