Skip to content

Latest commit

 

History

History
62 lines (47 loc) · 2.7 KB

CHANGELOG.md

File metadata and controls

62 lines (47 loc) · 2.7 KB

Changelog

Features

(build) #793 enable to use libsodium version ostracon

Improvements

  • (x/auth) #776 remove unused MsgEmpty

Bug Fixes

  • (x/foundation) #772 export x/foundation pool
  • (baseapp) #781 implement method SetOption() in baseapp
  • (global) #782 add unhandled return error handling
  • (x/collection,x/token) #798 Fix x/collection ModifyContract
  • (ci) #803 fix test flow to install libsodium
  • (x/collection,token) #784 Make field key matching in x/token & x/collection case-sensitive

Breaking Changes

  • (cli) #773 guide users to use generate-only in messages for x/foundation authority
  • (x/foundation) #790 fix case of gov_mint_left_count in x/foundation

Build, CI

  • (ci) #779 change github action trigger rules for release/* and rc*/* branches

Document Updates

  • (docs) #766 fix submit-proposal command on x/foundation