Skip to content

Commit

Permalink
Add linter upgrade note to 5.1 release note (use-ink#2341)
Browse files Browse the repository at this point in the history
  • Loading branch information
cmichi authored Dec 5, 2024
1 parent 9af923e commit 8ac9899
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,16 @@ The compatibility changes a bit to ink! 5.0:
- `substrate-contracts-node`: `>= 0.42.0`
- [DRink!](https://github.com/inkdevhub/drink): `>= 0.18.0`

For the linter in `cargo-contract` the Rust toolchain version changed.
To upgrade:

```
export TOOLCHAIN_VERSION=nightly-2024-09-05
rustup install $TOOLCHAIN_VERSION
rustup component add rust-src --toolchain $TOOLCHAIN_VERSION
rustup run $TOOLCHAIN_VERSION cargo install cargo-dylint dylint-link
```

### Added
- [Runtime-to-Contract Calls] Environment agnostic contract invocation API, for calling contracts from runtime ‒ [#2219](https://github.com/use-ink/ink/pull/2219)
- [Runtime-to-Contract Calls] Add `no-panic-handler` feature ‒ [#2164](https://github.com/paritytech/ink/pull/2164)
Expand Down

0 comments on commit 8ac9899

Please sign in to comment.