Skip to content

0.5.4

Latest
Compare
Choose a tag to compare
@nesitor nesitor released this 05 Sep 15:23
· 25 commits to main since this release
b858351

This new release of the aleph.im Core Channel Node application significantly solve an important error on instances and implements support for more blockchains and tokens.

What's Changed

  • Solve issue with instance messages and requirements empty field by @nesitor in #599
  • Created new version 0.5.4 by @nesitor in #600

Full Changelog: v0.5.3...0.5.4

Upgrade guide

Make sure that your node is running v0.5.1 or later. If that is not the case already, follow the upgrade guide here.

From v0.5.1, simply bump the version of these services:

  • On the docker-compose.yml file, in the pyaleph and pyaleph-api services must use alephim/pyaleph-node:0.5.4.

⚠️ we removed the v in the version number

Then, restart your node: docker-compose pull && docker-compose down && docker-compose up -d.