Skip to content

v0.9.0

Compare
Choose a tag to compare
@andremacedopv andremacedopv released this 18 Aug 10:00
f385056

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

Full Changelog: v0.8.1...v0.9.0