aleph-v1.5.0
mcclient:
- Removed default connection timeouts to concat node API to prevent spurious errors PR #145
- Added
mcclient net pingcommand, which uses libp2p ping protocol, andmcclient net identify, which returns
the output of the libp2p identify protocol.
Also renamedmcclient netAddrandmcclient netConnectionstomcclient net addrandmcclient net connections, with
the old invocations kept around as aliases for compatibility. PR #154 - Require a prefix for "WKI"s during
mcclient publish. PR #156 - Add support for
mcnode"manifest" commands to set and retrieve the node's public identity manifests. PR #158
aleph:
- Added local datastore to aleph nodes (currently in-memory only). PR #144
- Added local statement db to aleph nodes (again, in-memory only). PR #146
- Added support for pushing statements + data from aleph nodes to concat nodes. PR #147
- Added support for merging statements + data from concat nodes to aleph nodes. PR #152