Handle dependency version mismatches
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- rust
- Domain
- build-system
Research direction
Start with cmd/crates/stellar-ledger/Cargo.toml at the pinned testcontainers dependency, then inspect the soroban-env-host, quote, bollard, and bollard-stubs versions involved. Compare compatible dependency combinations and confirm that the create builds with a tagged testcontainers release instead of the git ref.
Written by the indexing model from the issue text.
Description
In the stellar-ledger create, we are currently pinned to a specific git ref for testcontainers: https://github.com/stellar/stellar-cli/blob/728c79ff839b38d023665fc78daf435479bb2a94/cmd/crates/stellar-ledger/Cargo.toml#L52. It would be nice to have this pointed to an actual tagged release instead.
We currently aren't able to upgrade to testcontainers v0.16.0+ because we have a dependency mismatch between testcontainers and our soroban-env-host crate. As of testcontainers release 0.16.0, it requires the quote crate at version ^1.0.35, but soroban-env-host is using 1.0.33.
To change testcontainers to an older version (e.g. 0.15), we run into mismatches with the version of bollard-stubs that testcontainers uses vs bollard.
Ideas on how to solve this:
- We could potentially downgrade
bollardto a much earlier version, and then usetestcontainersv0.15. - Upgrade the version of
quoteused insoroban-env-host
- Dominant language
- Rust
- Stars
- 123
- Forks
- 141
- Avg merge
- 2d 21h
- Merged PRs (30d)
- 17
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from stellar/stellar-cli
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
stellar/stellar-cli#2384 · 2 comments ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
stellar/stellar-cli#2347 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 68/100
stellar/stellar-cli#2723 ·
-
Difficulty 3/5 1-2 days Newbie friendliness 72/100
stellar/stellar-cli#2722 ·
-
Difficulty 4/5 3-5 days Newbie friendliness 48/100
stellar/stellar-cli#2703 ·
All issues in stellar/stellar-cli
Similar issues
-
Difficulty 2/5 1-3 hours Newbie friendliness 86/100
kwakseongjae/auto-hwp#319 ·
-
area:cli bug filter-quality good first issue priority:medium
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
-
Difficulty 1/5 Under an hour Newbie friendliness 72/100
bevyengine/bevy#25861 ·
-
comp-datalake
Difficulty 2/5 1-3 hours Newbie friendliness 88/100
ClickHouse/ClickHouse#121222 ·
-
enhancement remote
Difficulty 2/5 1-3 hours Newbie friendliness 68/100