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/[email protected]
$ go mod vendor
Bug Fixes & Improvements
- Check for duplicate arg tags in transactions during startup.