Skip to content

Latest commit

 

History

History
71 lines (55 loc) · 3.29 KB

CHANGELOG.md

File metadata and controls

71 lines (55 loc) · 3.29 KB

Changelog

Features

  • (baseapp) #840 allow querying the state based on CheckState.
  • (x/foundation) #848 remove gov mint for x/foundation proposal
  • (x/wasm) #850 remove x/wasm module in lbm-sdk

Improvements

  • (cosmovisor) #792 Use upstream's cosmovisor
  • (server) #821 Get validator pubkey considering KMS

Bug Fixes

  • (client) #817 remove support for composite (BLS) type
  • (x/foundation) #834 Apply foundation audit
  • (x/collection,token) #849 Introduce codespace into x/collection,token
  • (x/token,collection) #863 Update x/collection,token proto
  • (x/collection,token) #866 Do not create account on x/token,collection

Removed

  • #853 remove useless stub BeginBlock, EndBlock methods from modules below
    • ibc, authz, collection, feegrant, ibc, token, wasm
  • (x/ibc) #858 detach ibc module(repo: line/ibc-go)

Breaking Changes

  • (rest) #807 remove legacy REST API
  • (codec) #833 Fix foundation amino codec
  • (ostracon) #869 apply changes to replace Ostracon proto message with Tendermint
  • (x/bank) #876 Add MultiSend deactivation

Build, CI

  • (ci) #829 automate release process
  • (build) #872 Retract v1.0.0

Document Updates