This new release of the aleph.im Core Channel Node application improve and reduce the number of RPC calls to 3 times less.
Bugfixes
What's changed
Full Changelog: 0.5.7...0.5.8
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.8
.
⚠️ we removed thev
in the version number
Then, restart your node: docker-compose pull && docker-compose down && docker-compose up -d
.