Skip to content

v0.8.0: Dynamically defined assets

Compare
Choose a tag to compare
@samuelvenzi samuelvenzi released this 07 Feb 19:40
91eefe1

New Features

  • Assets can now be defined dynamically without the need of upgrading a chaincode
  • New built-in transactions: CreateAssetType, UpdateAssetTypes, DeleteAssetType

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

What's Changed

New Contributors

Full Changelog: v0.7.6...v0.8.0