Skip to content

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

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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