Fabric v3.1.0 introduced a new performance optimization that allows ledger reads and writes to be performed in batches. This feature is described in the Peer to Chaincode Communication Optimization RFC.
fabric-chaincode-go provides a reference implementation of this functionality, which should be replicated by the Node chaincode libraries.
Implementation is composed of these component parts:
Fabric v3.1.0 introduced a new performance optimization that allows ledger reads and writes to be performed in batches. This feature is described in the Peer to Chaincode Communication Optimization RFC.
fabric-chaincode-go provides a reference implementation of this functionality, which should be replicated by the Node chaincode libraries.
Implementation is composed of these component parts: