v1.5.0 - 2021-06-23
Features
- Update Cosmos SDK to 0.42.6 with Tendermint 0.34.11 #355
- Refund gas support added to gas meter trace
ibc-transfer
now contains anescrow-address
command for querying current escrow balances
- Add
update
anddelete-distinct
attributes toattribute
module #314 - Add support to
metadata
module for adding and removing contract specifications to scope specification #302- Added
MsgAddContractSpecToScopeSpecRequest
andMsgDeleteContractSpecFromScopeSpecRequest
messages for adding/removing - Added cli commands for adding/removing
- Added
- Add smart contract query support to the
metadata
module #65
API Breaking
- Redundant account parameter was removed from Attribute module SetAttribute API. PR 348
Bug Fixes
- Value owner changes are independent of scope owner signature requirements after transfer #347
- Attribute module allows removal of orphan attributes, attributes against root names PR 348
marker
cli query for marker does not cast marker argument to lower case #329