Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Update NodeInfo supported ink version to '4.2.1' #201

Open
ipapandinas opened this issue Jan 16, 2024 · 0 comments
Open

[BUG] Update NodeInfo supported ink version to '4.2.1' #201

ipapandinas opened this issue Jan 16, 2024 · 0 comments
Labels
bug Something isn't working good first issue Good for newcomers

Comments

@ipapandinas
Copy link
Contributor

Description

The ink version (v4.2.1) used in contract templates is higher than than supported ink version (v4.2.0).
The supportedInk value in swankyNode object has to be increased to "v4.2.1".

Steps to Reproduce

  1. swanky init test
  2. cd test
  3. swanky check

Expected vs. Actual Behavior

Expected: No error should be logged.
Actual Behavior: Logs an error.

Environment

  • Operating system: Mac M1 darwin
  • Project version/tag: @astar-network/swanky-cli/3.1.0 darwin-arm64 node-v18.17.1
  • Rust version: rustc 1.72.1
  • Rust toolchain: 1.72-aarch64-apple-darwin
  • Node version: 18.17.1

Logs, Errors or Screenshots

[ERROR] Version of ink (4.2.1) in flipper is higher than supported ink version (v4.2.0)
@ipapandinas ipapandinas added bug Something isn't working good first issue Good for newcomers labels Jan 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant