inkdevhub / swanky-cli

The all-in-one developer environment for Parity pallet-contracts based smart contracts!
https://docs.astar.network/docs/build/wasm/swanky-suite/cli/
MIT License
70 stars 29 forks source link

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

Open ipapandinas opened 8 months ago

ipapandinas commented 8 months ago

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

Logs, Errors or Screenshots

[ERROR] Version of ink (4.2.1) in flipper is higher than supported ink version (v4.2.0)