v0.7.3
New Features
- New method UpdateRecursive
Breaking Changes
- No breaking changes! Just need to update using the following inside your chaincode folder:
$ go get -d github.com/goledgerdev/cc-tools@v0.7.3
$ go mod vendor
Bug Fixes & Improvements
- Check for duplicate arg tags in transactions during startup.