Skip to content

Latest commit

 

History

History
55 lines (27 loc) · 2.06 KB

CHANGELOG.md

File metadata and controls

55 lines (27 loc) · 2.06 KB

0.13.0 (2020-06-08)

Bug Fixes

  • missed grpc-common peer dependency caused error (#135)

Features

  • implement transports with retries (#130, #141)
  • get identity by public key endpoints (#133)

Documentation

  • add typing (#143)
  • JSDoc formatting (#132)
  • subscribeToTransactionsWithProofs (#137)

0.12.0 (2020-04-20)

Code Refactoring

  • remove forceJsonRpc option (#126)

BREAKING CHANGES

  • platform methods no longer available through JSON RPC

0.11.0 (2020-03-01)

Bug Fixes

  • return null if get "Not Found" gRPC error (86af3f7)
  • gRPC web connection url should contain protocol (0c7ad1f)

Features

  • introduce generateToAddress endpoint (f8b446b)
  • bring back getAddressSummary endpoint (d6de22c)
  • implement basic Core gRPC endpoints (6fe4d4a)
  • remove obsolete API endpoints and code (982a514)

BREAKING CHANGES

  • Removed unsupported generate endpoint
  • Removed insecure endpoints