v1.0.1
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
- Include last transaction ID as asset metadata by @samuelvenzi in #50
Full Changelog: v1.0.0...v1.0.1