Skip to content

Releases: Concordium/concordium-go-sdk

0.3.0

25 Sep 08:32
a168134
Compare
Choose a tag to compare

Updates the SDK to support protocol version 7.

0.2.0

30 Jan 08:00
Compare
Choose a tag to compare

This release adds support for new endpoints available in node version 6.1+

  • Added support for GRPC V2 GetWinningBakersEpoch for getting a list of bakers that won the lottery in a particular historical epoch. Only available when querying a node with version at least 6.1.
  • Added support for GRPC V2 GetFirstBlockEpoch for getting the block hash of the first finalized block in a specified epoch. Only available when querying a node with version at least 6.1.
  • Added support for GRPC V2 GetBakerEarliestWinTime for getting the projected earliest time at which a particular baker will be required to bake a block. Only available when querying a node with version at least 6.1.
  • Added support for GRPC V2 GetBakerRewardPeriodInfo for getting all the bakers in the reward period of a block. Only available when querying a node with version at least 6.1.
  • Added support for GRPC V2 GetBlockCertificates for retrieving certificates for a block supporting ConcordiumBF, i.e. a node with at least version 6.1.

0.1.0

23 Aug 18:24
b719492
Compare
Choose a tag to compare

Initial release of the Go SDK that supports the new V2 API.