Skip to content

Cyphernode v0.2.1

Compare
Choose a tag to compare
@Kexkey Kexkey released this 05 Jun 02:50
· 420 commits to master since this release

Cyphernode release v0.2.1

NEW

  • NODL support (aarch64)
  • Added addresstype to getnewaddress endpoint, so you can choose between legacy, p2sh-segwit or bech32
  • pub/sub architecture (new broker component): it's now possible to subscribe and publish to topics, as a cyphernode component, following mqtt standard implementation of MQ/pubsub design pattern
  • notifier: all the callbacks are now done through the notifier component, who is a subscriber to notifications (so it can easily be used by any cyphernode component by simply publishing to that topic)
  • new installation_info endpoint to get information about what's installed in cyphernode; useful for the cypherapps!

FIXED

  • Several bugs fixed
  • Improvements in performance and reliability

IMPROVED

  • All images that need glibc are now based on our glibc-base image compatible with x86, arm and aarch64!
  • New rewritten installer (cyphernodeconf) that is compatible with aarch64 (NODL!) and lighter, with less dependencies