Skip to content

Latest commit

 

History

History
76 lines (60 loc) · 4.2 KB

CHANGELOG.md

File metadata and controls

76 lines (60 loc) · 4.2 KB

Changelog

Features

Improvements

  • (x/collection,token) #900 Add uri for MsgModify and deprecate the old ones
  • (x/foundation) #912 Introduce censorship into x/foundation
  • (x/foundation) #933 Clean up x/foundation apis
  • (x/collection) #938 Add progress log into x/collection import-genesis
  • (x/foundation) #952 Address generation of the empty coins in x/foundation
  • (x/collection,token,foundation) #963 Check event determinism on original modules
  • (x/collection) #965 Provide specific error messages on x/collection queries

Bug Fixes

  • (swagger) #898 fix a bug not added lbm.tx.v1beta1.Service/GetBlockWithTxs in swagger
  • (x/collection) #911 Add missing command(TxCmdModify) for CLI
  • (x/foundation) #922 Propagate events in x/foundation through sdk.Results
  • (x/foundation) #946 Fix broken x/foundation invariant on treasury
  • (x/foundation) #947 Unpack proposals in x/foundation import-genesis
  • (x/collection) #953 Allow zero amount of coin in x/collection Query/Balance
  • (x/collection) #954 Remove duplicated events in x/collection Msg/Modify
  • (x/collection) #955 Return nil where the parent not exists in x/collection Query/Parent
  • (x/collection) #959 Revert #955 and add Query/HasParent into x/collection
  • (x/collection) #960 Fix default next class ids of x/collection
  • (x/collection) #961 Do not loop enum in x/collection
  • (x/collection,token) #957 Refactor queries of x/collection and x/token

Removed

Breaking Changes

  • (proto) #923 deprecate broadcast mode block
  • (x/collection,token) #956 Replace query errors on the original modules into gRPC ones

Build, CI

  • (ci, build) #901 Update release pipeline to match non-wasm env

Document Updates

  • (x/foundation) #934 Update permlinks in x/foundation documents
  • (x/collection,token) #944 Update comments in the x/token,collection events proto