Skip to content

Releases: hyperledger/fabric-chaincode-go

v2.3.0

Choose a tag to compare

@denyeart denyeart released this 12 Feb 13:23

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

Choose a tag to compare

@denyeart denyeart released this 10 Feb 13:15
4a4548a

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

v2.1.0

Choose a tag to compare

@denyeart denyeart released this 21 Jan 18:15
41f06f2

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

Choose a tag to compare

@denyeart denyeart released this 10 Sep 15:52

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.