Skip to content

Streaming Bones

Choose a tag to compare

@lrettig lrettig released this 08 Jun 15:56
· 827 commits to master since this release
8208880

Last major release planned in the current line. Includes all services and endpoints required for frontend app, as well as for explorer/dashboard backends.

Major changes:

  • neatly splits endpoints into queries (historical, paginated) and streams (live, new data only) (#37)
  • cleans up handling of transaction data per last week's design review
  • rename NodeTxService to TransactionService, and moves TransactionState into TransactionService