Releases: use-ink/ink-node
Releases · use-ink/ink-node
v0.47.0
v0.46.0
Synchronized with polkadot-sdk/cbab8ed4be1941420dd25dc81102fb79d8e2a7f0.
If you install this node on Mac via cargo install, make sure you have llvm installed:
brew install llvm
export PATH="/opt/homebrew/opt/llvm/bin:$PATH"
export LIBCLANG_PATH="$(brew --prefix llvm)/lib"
export LD_LIBRARY_PATH="$LIBCLANG_PATH:$LD_LIBRARY_PATH"
export CPATH="$(brew --prefix llvm)/include"
export PATH="$(brew --prefix llvm)/bin:$PATH"
export LDFLAGS="-L/opt/homebrew/opt/llvm/lib"
export CPPFLAGS="-I/opt/homebrew/opt/llvm/include"
v0.45.1
- Synchronized with
use-ink/polkadot-sdk/a71ec19a94702ea71767ba5ac97603ea6c6305c1
Full Changelog: v0.45.0...v0.45.1
You can install this release by downloading one of the binaries below, or by following our "Build locally" instructions.
v0.44.0
- Synchronized with
polkadot-sdk/cb629d46ebf00aa65624013a61f9c69ebf02b0b4.
v0.43.3
v0.43.2
This release synchronizes ink-node with polkadot-stable2503.
The new eth-rpc binary is provided within the linux and mac builds artifacts of this release.
v0.43.1
This release synchronizes ink-node with polkadot-stable2503.
The new eth-rpc binary is provided within the linux and mac builds artifacts of this release.
v0.43.0
Synchronized with polkadot-sdk/28a7ae71cc0eac747bf346804279217a68f700da.