cosmos-sdk/PENDING.md
Christopher Goes dfd00a661a Inflation bug fixes (#2982)
* PENDING.md; swap BeginBlocker ordering
* Calculate inflation every block
* Update x/mint spec
* Reset distribution info bond height instead
2018-12-04 10:17:02 -08:00

1.8 KiB

PENDING

BREAKING CHANGES

  • Gaia REST API (gaiacli advanced rest-server)

  • Gaia CLI (gaiacli)

    • [cli] #2595 Remove keys new in favor of keys add incorporating existing functionality with addition of key recovery functionality.
    • [cli] #2987 Add shorthand -a to gaiacli keys show and update docs
    • [cli] #2971 Additional verification when running gaiad gentx
    • [cli] #2734 Rewrite gaiacli config. It is now a non-interactive config utility.
  • Gaia

  • #128 Updated CircleCI job to trigger website build on every push to master/develop.
  • #2994 Change wrong-password error message.
  • SDK
  • [auth] #2952 Signatures are no longer serialized on chain with the account number and sequence number
  • Tendermint

FEATURES

  • Gaia REST API (gaiacli advanced rest-server)

  • Gaia CLI (gaiacli)

    • #2961 Add --force flag to gaiacli keys delete command to skip passphrase check and force key deletion unconditionally.
  • Gaia

  • SDK

  • Tendermint

IMPROVEMENTS

  • Gaia REST API (gaiacli advanced rest-server)

  • Gaia CLI (gaiacli)

  • Gaia

  • SDK

  • #1277 Complete bank module specification
  • Tendermint

BUG FIXES

  • Gaia REST API (gaiacli advanced rest-server)

  • Gaia CLI (gaiacli)

    • #2921 Fix keys delete inability to delete offline and ledger keys.
  • Gaia

  • SDK

    • #2967 Change ordering of mint.BeginBlocker and distr.BeginBlocker, recalculate inflation each block
  • Tendermint