Skip to content

Devnet Node Version Incompatibility with @alephium/cli v2.x #40

@YYBer

Description

@YYBer

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions