alephium / alephium/alephium-stack
Devnet Node Version Incompatibility with @alephium/cli v2.x
Nobody has claimed this yet.
- Dominant language
- Makefile
- Stars
- 11
- Forks
- 17
- PR merge metrics
- No merged PRs in 30d
Description
Issue Description
The current docker-compose.yml for the Devnet environment uses an outdated version of the Alephium node, which causes compatibility issues with the latest versions of the Alephium CLI.
- Official devnet/docker-compose.yml: Uses alephium/alephium:v4.0.1
- Latest @alephium/cli: v2.0.7 (requires node v4.2.0+)
Proposed Solution
Update devnet/docker-compose.yml to use a compatible node version:
services: alephium: image: alephium/alephium:v4.2.0
Contributor guide
No contributing guide indexed for this repository
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.
Research direction
Open devnet/docker-compose.yml and inspect the alephium service image tag. Update the node image from alephium/alephium:v4.0.1 to v4.2.0, then verify that the compose configuration uses the requested compatible version.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- docker-compose
- Domain
- devops
- Issue type
- Bug
- Difficulty
- 1/5
- Estimated time
- Under an hour
- Activity status
- Stale
- Clarity
- Clearly specified
- Newbie friendliness
- 70/100