SingularityNET Daemon v0.1.0
Pre-release
Pre-release
- 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