This repository has been archived by the owner on Nov 8, 2023. It is now read-only.
Releases: s7techlab/cckit
Releases · s7techlab/cckit
[]string in complex id fix
using []string part in complex id (#65) * using []string part in complex id
Enum key part
v0.7.5 enum key generation (#64)
v0.7.4: delete state tx isolation in mockstub (#63)
Mockstub state tx isolation improvements
Debug state service
Debug state service allows to direct access to chaincode state
v0.7.2: State write buffer (#58)
- state write buffer - endorsement state changes isolation
- add context Clone func
- state wrapper for endorsement state caching
https://hyperledger-fabric.readthedocs.io/en/release-1.4/readwrite.html
Timestamp key serializer
Timestamp based state key (#55) * timestamp based key serializer * timestamp based key serializer
Fabric 2 Compability
up to fabric version 2 (#54) * up to fabric version 2 * go mod tidy * up to fabric version 2 * add Go action * add Go action * add more files * add more files * add more files * fixes * lint * fix tests * fixes * fix actions * fix reflection * fix reflection * fix tabs * remove garbage * fix * remove swagger refs * event stream fix * lint fix Co-authored-by: Dmitry Zhvakin <[email protected]>
events service
v0.6.14 events service (#49)
fixes and code coverage report for the whole repo
fix do option from empty context and add tests (#47) * fix do option from empty context and add tests * set real coverage
broadcast sdk.api.DoOpts with context to chaincode.Service
broadcast sdk.api.DoOpts with context to chaincode.Service (#46) * broadcast sdk.api.DoOpts with context to chaincode.Service