Skip to content

Releases: hyperledger/fabric-chaincode-go

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.