m4rio
m4rio
I've updated the pull request with version 0.2.6 of soldeer. This version does the following things: 1. Previously i was using `sdependencies` tag to store the dependencies in the foundry.toml...
Updated to version 0.2.7. Now the dependency name is the key in the config file, previously was `[DEP-NAME]~[DEP-VERSION]`. This was needed to respect the cargo way. If the need for...
> if possible, can we also add a simple integration test? see e.g. https://github.com/foundry-rs/foundry/tree/master/crates/forge/tests/it I have some issues on how to approach this, most of the integrations are related with...
> if possible, can we also add a simple integration test? see e.g. https://github.com/foundry-rs/foundry/tree/master/crates/forge/tests/it Added cli tests [here](https://github.com/mario-eth/foundry-soldeer/blob/resolve-conflicts/crates/forge/tests/cli/soldeer.rs)
> Some comment on the dependency format > > I also think we ideally ditch the "v" prefix so we can support semver operators later, see e.g. https://doc.rust-lang.org/cargo/reference/specifying-dependencies.html#specifying-dependencies-from-cratesio Removed the...
> @mario-eth, before this is merged, wanted to ask on the concept of nested dependencies. > > I'm using soldeer to install [`@uniswap-v2-periphery-1.1.0-beta.0`](https://soldeer.xyz/project/@uniswap-v2-periphery), yet it's not usable since it has...
Bumped the Soldeer version to v0.2.15. I had to solve two bugs: - One was regarding replacing versions in the config files. I was using append instead of overwrite, which...