Skip to content

Releases: use-ink/ink-node

v0.47.0

13 Nov 20:16

Choose a tag to compare

Synchronized with polkadot-sdk/cbab8ed4be1941420dd25dc81102fb79d8e2a7f0.

v0.46.0

30 Oct 16:11

Choose a tag to compare

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

09 Sep 15:04
62c7d72

Choose a tag to compare

  • 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

16 Jul 00:04
38ef287

Choose a tag to compare

  • Synchronized with polkadot-sdk/cb629d46ebf00aa65624013a61f9c69ebf02b0b4.

v0.43.3

23 Jun 12:29
ba24435

Choose a tag to compare

What's Changed

  • chore: sync ink-node with latest polkadot-sdk main branch by @AlexD10S in #9
  • fix: version 0.43.3 by @AlexD10S in #11

New Contributors

Full Changelog: v0.43.2...v0.43.3

v0.43.2

22 Apr 07:52
5f93093

Choose a tag to compare

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

20 Apr 07:06
fead45a

Choose a tag to compare

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

25 Mar 14:17
4d6bb28

Choose a tag to compare

Synchronized with polkadot-sdk/28a7ae71cc0eac747bf346804279217a68f700da.