Skip to content

SingularityNET Daemon v0.1.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@erickearns erickearns released this 07 Aug 17:11
· 1807 commits to master since this release
9a1cc34
  • Rewritten in golang with performance in flexibility in mind
  • Supports new service backends; in addition to JSON-RPC, service developers can now expose gRPC services as well as executables to be invoked on a per-request basis
  • Exposes gRPC/gRPC-Web endpoint for all client connections (deprecated JSON-RPC over HTTP proxy functionality supported for backwards compatibility for a limited time)
  • Supports SSL termination at the daemon; service developers can either use their own provided certificates or have certificates automatically issued and rotated by LetsEncrypt (requires domain name)
  • Various other improvements