Skip to content

aleph-v1.5.0

Choose a tag to compare

@yusefnapora yusefnapora released this 17 Jan 16:25
· 110 commits to master since this release

mcclient:

  • Removed default connection timeouts to concat node API to prevent spurious errors PR #145
  • Added mcclient net ping command, which uses libp2p ping protocol, and mcclient net identify, which returns
    the output of the libp2p identify protocol.
    Also renamed mcclient netAddr and mcclient netConnections to mcclient net addr and mcclient 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