v0.9.0
New Features
- New built-in mechanism on CC-Tools to interact with the event functionality of Hyperledger Fabric
- New built-in transactions: RunEvent, ExecuteEvent, GetEvents
Breaking Changes
- No breaking changes! Just need to update using the following inside your chaincode folder:
$ go get -d github.com/goledgerdev/[email protected]
$ go mod vendor
Bug Fixes & Improvements
- New method
GetMany
which receives an array of keys and return an array with its respective assets - New method
History
which returns the history for an asset Referrers
methods now can optionally receive assetTypes to filter its results- Method
NewKey
now evaluates possible existing key, verifying if it indeed corresponds to the assetType in question, generating a new key if it doesn't
What's Changed
- Events funcionality by @andremacedopv in #24
Full Changelog: v0.8.1...v0.9.0