Skip to content

Latest commit

 

History

History
69 lines (51 loc) · 2.91 KB

CHANGELOG.md

File metadata and controls

69 lines (51 loc) · 2.91 KB

Changelog

Features

Improvements

  • (docs) #1120 Update links in x/foundation README.md
  • (feat) #1121 Add update-censorship cmd to x/foundation cli
  • (server) #1153 remove grpc replace directive
  • (crypto) #1163 Update some secp256k1 logics with latest dcrec
  • (x/crisis) #1167 Use CacheContext() in AssertInvariants()
  • (chore) #1168 Replace ExactArgs(0) with NoArgs() in x/upgrade module

Bug Fixes

  • chore(deps) #1141 Bump github.com/cosmos/ledger-cosmos-go from 0.12.2 to 0.13.2 to fix ledger signing issue

Removed

Breaking Changes

State Machine Breaking

Event Breaking Changes

Build, CI

  • (ci) #1078 fix tag comments in github actions workflow docker.yml
  • (repo) #1157 setup CODEOWNERS and backport action
  • (ci) #1160 remove autopr ci

Document Updates

  • (docs) #1059 create ERRORS.md for x/module
  • (docs) #1083 Add detailed explanation about default events