Skip to content

Releases: hyperledger/fabric-chaincode-go

v2.3.0

12 Feb 13:23
Compare
Choose a tag to compare

This version adds support for GetAllStatesCompositeKeyWithPagination() so that all composite keys within a chaincode can be retrieved, similar to how GetStateByRangeWithPagination() returns all simple keys within a chaincode.

v2.2.0

10 Feb 13:15
4a4548a
Compare
Choose a tag to compare

This version adds support for GetMultipleStates() and GetMultiplePrivateData() to allow for batching of gets between chaincode and peer.

v2.1.0

21 Jan 18:15
41f06f2
Compare
Choose a tag to compare

This version adds support for StartWriteBatch() and FinishWriteBatch() to allow for batching of operations between chaincode and peer.

Go version updated to v1.22.

v2.0.0

10 Sep 15:52
Compare
Choose a tag to compare

The v2.0 release is functionally equivalent to prior pseudo-versions (the module didn't have tagged releases previously). The primary difference is the use of the current Go API for protocol buffers in place of the original (deprecated) API. The v2 implementation retains wire-level compatibility with Fabric but does include the following changes:

The module path is updated to github.com/hyperledger/fabric-chaincode-go/v2.