0.5.4
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 thepyaleph
andpyaleph-api
services must usealephim/pyaleph-node:0.5.4
.
⚠️ we removed thev
in the version number
Then, restart your node: docker-compose pull && docker-compose down && docker-compose up -d
.