Releases: spacemeshos/api
Releases · spacemeshos/api
Release v1.4.0
Release Notes
- New Smesher API
- Release for go-spacemesh 0.2.
Release v1.4.0 for Go - hierarchical tag
Release Notes
- New Smesher API
Release v1.3.0: Use MeshTransaction in AccountMeshDataQuery rpc
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
mesh: use mesh transaction in AccountMeshDataQuery rpc
Release v1.2.0: UpdatePoetServer endpoint
- added NodeService.UpdatePoetServer endpoint
Minor mesh api update
Merge pull request #126 from spacemeshos/add-atx-to-block Add atx to block
Friendly Skies
Adds two new services, DebugService and GatewayService.
Silver Pipes
Bugfixes only: fixes layer number type in a few more places.
Genesis Jones
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
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
toTransactionService
, and movesTransactionState
intoTransactionService