Skip to content

Commit

Permalink
Merge e186627 into 9ae0aa4
Browse files Browse the repository at this point in the history
  • Loading branch information
yusefnapora committed Feb 13, 2017
2 parents 9ae0aa4 + e186627 commit 1c90f2f
Show file tree
Hide file tree
Showing 3 changed files with 185 additions and 15 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
## 2016-02-13: aleph-v1.6.0
aleph-v1.6.0

mcclient:
- Added `manifest lookup` command to list signed manifests for a given entity id [PR #175](https://github.com/mediachain/aleph/pull/175)
- Added `net find` command to discover peers via DHT rendezvous [PR #180](https://github.com/mediachain/aleph/pull/180)

aleph:
- Internal refactor of classes used for signature calculation / verification [PR #168](https://github.com/mediachain/aleph/pull/168)
- Removed outdated dependencies [PR #172](https://github.com/mediachain/aleph/pull/172), [PR #181](https://github.com/mediachain/aleph/pull/181)
- Greatly improved test coverage [PR #173](https://github.com/mediachain/aleph/pull/173)
- Friendlier REPL interactions thanks to internal refactor of Statement and QueryResult types [PR #177](https://github.com/mediachain/aleph/pull/177)
- Refactored Statement API to have clear distinction between signed and unsigned Statements [PR #179](https://github.com/mediachain/aleph/pull/179)
- Added JSDoc comments to most public classes and methods in `src/peer`, with generated HTML API docs [PR #182]

## 2016-01-18: aleph-v1.5.1

aleph:
Expand Down
Loading

0 comments on commit 1c90f2f

Please sign in to comment.