aleph-v1.6.0
CHANGELOG:
mcclient:
- Added
manifest lookupcommand to list signed manifests for a given entity id PR #175 - Added
net findcommand to discover peers via DHT rendezvous PR #180 - Added
mcclient --versioncommand to print current version PR #170
aleph:
- Friendlier REPL interactions thanks to internal refactor of Statement and QueryResult types PR #177
- Added
aleph --versioncommand 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