Skip to content

0.5.8

Latest
Compare
Choose a tag to compare
@nesitor nesitor released this 04 Dec 17:15
· 44 commits to main since this release

This new release of the aleph.im Core Channel Node application improve and reduce the number of RPC calls to 3 times less.

Bugfixes

  • Reduce RPC calls to every 30 seconds instead every 10 seconds by @nesitor in #662

What's changed

  • Reduce RPC calls to every 30 seconds instead every 10 seconds by @nesitor in #662

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 the pyaleph and pyaleph-api services must use alephim/pyaleph-node:0.5.8.

⚠️ we removed the v in the version number

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