Skip to content

v1.1.0

Choose a tag to compare

@asladeofgreen asladeofgreen released this 03 Mar 21:54
· 151 commits to main since this release

Change Log:

  1. The node client has been split out into a client per API:
  • REST API - NodeRestClient
  • RPC API - NodeRpcClient
  • Speculative RPC API - NodeSpeculativeRpcClient
  • SSE API - NodeSseClient

This allows finer grained access to a Node's API surface. Certain endpoints (e.g. REST) that were previously unavailable are now supported. Furthermore some of the RPC endpoint functions now optionally return strong types rather than simply dictionaries dumped from json blobs.

  1. How-Tos have been restructured and extended.