Skip to content

aleph-v1.6.0

Choose a tag to compare

@yusefnapora yusefnapora released this 13 Feb 20:00
· 30 commits to master since this release

CHANGELOG:

mcclient:

  • Added manifest lookup command to list signed manifests for a given entity id PR #175
  • Added net find command to discover peers via DHT rendezvous PR #180
  • Added mcclient --version command to print current version PR #170

aleph:

  • Friendlier REPL interactions thanks to internal refactor of Statement and QueryResult types PR #177
  • Added aleph --version command to print current version PR #170
  • Internal refactor of classes used for signature calculation / verification PR #168
  • Refactored Statement API to have clear distinction between signed and unsigned Statements PR #179
  • Added JSDoc comments to most public classes and methods in src/peer, with generated HTML API docs [PR #182]
  • Greatly improved test coverage PR #173
  • Removed outdated dependencies PR #172, PR #181