Skip to content

v1.0.1

Compare
Choose a tag to compare
@samuelvenzi samuelvenzi released this 28 Aug 17:16
· 2 commits to main since this release
995dfb2

Release Notes

This is a minor release.

New Features

  • Assets now include the last transaction ID as a metadata represented by @lastTxID. This allows for users to easily retrieve the block that included that state change by transaction ID. A chaincode upgrade with the new version will start including the new metadata, but won't change the previous states already registered (as expected in a blockchain network).

Breaking Changes

  • If your chaincode implements unit testing with the MockStub object, you'll need to include the new field in the expected response or remove it from verification altogether.

What's Changed

Full Changelog: v1.0.0...v1.0.1