github stellar/go-stellar-sdk v0.1.0

13 hours ago

v0.1.0

Inaugural release of restructured SDK.
This is first release of the newly restructured GO SDK. It is a single Go module providing multiple platform SDK's and utility packages such as:

  • horizonclient
  • txnbuild
  • rpcclient
  • corelient
  • ingest

Prior releases of these packages are retained for historical reference on stellar/go

Forward releases on this repository will adhere to Go module Versioning.

Fixed

  • ingest: captive core ledger backend doesn't replay ledger sequence 2 when inclusive of an unbounded prepare range(#5866)
  • txnbuild: fix BumpSequence to validate sequence number error text(#5880)
  • support: prevent overflow when calculating the file/partition boundary(#5871)

Added

  • historyarchive: add time->ledger lookup using binary search(#5874)
  • ingest: Added futurenet for preconfigured network types(#5863)
  • rpcclient: Expanded GetLatestLedgerResponse struct fields(#5870)

Don't miss a new go-stellar-sdk release

NewReleases is sending notifications on new releases.