Skip to content

v0.5.1

Compare
Choose a tag to compare
@odesenfans odesenfans released this 20 Oct 13:19
eba0edd

New features

  • Full support for instance messages.
  • Balance checks on instances and persistent VMs.
  • Authenticated file upload: the file upload endpoint can now process a file and the corresponding aleph message at the same time.
  • Users can now query the creation/modification date of an aggregate using the new with_info query parameter.

Main bug fixes

  • Fixed the infinite RPC loop encountered by node operators caused by unexpected publishers on the aleph.im smart contract.
  • The stability issues encountered on websockets since v0.5.0 are now resolved.
  • Fixed a recurring exception caused by a breaking change in the ETH/BSC indexer GraphQL API.

Upgrade guide

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

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

  • The pyaleph and pyaleph-api services must use alephim/pyaleph-node:v0.5.1.
  • The p2p-service service must use alephim/p2p-service:0.1.3.

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

What's Changed

New Contributors

Full Changelog: v0.5.0...v0.5.1