Thanks to visit codestin.com
Credit goes to github.com

Skip to content

v0.46.0

Latest

Choose a tag to compare

@github-actions github-actions released this 30 Oct 16:11
· 9 commits to main since this release

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"