v0.8.0: Dynamically defined assets
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
- Dynamic Asset Type funcionality by @andremacedopv in #17
New Contributors
- @andremacedopv made their first contribution in #16
Full Changelog: v0.7.6...v0.8.0