Skip to content

Releases: spacemeshos/api

Release v1.4.0

28 Jul 07:15
9474f58
Compare
Choose a tag to compare

Release Notes

  • New Smesher API
  • Release for go-spacemesh 0.2.

Release v1.4.0 for Go - hierarchical tag

28 Jul 07:14
9474f58
Compare
Choose a tag to compare

Release Notes

  • New Smesher API

Release v1.3.0: Use MeshTransaction in AccountMeshDataQuery rpc

16 Jul 06:35
Compare
Choose a tag to compare

Not backward compatible release. Transaction is replaced by MeshTransactoin in AccountMeshData return type.
See the following commit for protobuf changes 3a1508b.

release/go/v1.3.0

16 Jul 07:49
Compare
Choose a tag to compare
release/go/v1.3.0 Pre-release
Pre-release
mesh: use mesh transaction in AccountMeshDataQuery rpc

Release v1.2.0: UpdatePoetServer endpoint

15 Jul 12:48
Compare
Choose a tag to compare
  • added NodeService.UpdatePoetServer endpoint

Minor mesh api update

10 Dec 09:57
1052499
Compare
Choose a tag to compare
Minor mesh api update Pre-release
Pre-release
Merge pull request #126 from spacemeshos/add-atx-to-block

Add atx to block

Friendly Skies

03 Nov 00:34
7d0dfed
Compare
Choose a tag to compare

Adds two new services, DebugService and GatewayService.

Silver Pipes

12 Oct 21:46
a2af5cc
Compare
Choose a tag to compare

Bugfixes only: fixes layer number type in a few more places.

Genesis Jones

10 Sep 17:42
9701df0
Compare
Choose a tag to compare

First stable API release. Includes golang build only. Includes a number of breaking changes from last release.

Nearly fully implemented in go-spacemesh as of: spacemeshos/go-spacemesh@ce9d5da

Streaming Bones

08 Jun 15:56
8208880
Compare
Choose a tag to compare

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