Skip to content

v0.7.3

Compare
Choose a tag to compare
@samuelvenzi samuelvenzi released this 06 May 20:31
e0e28c5

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.