cosmos-sdk/PENDING.md

1.3 KiB

PENDING

BREAKING CHANGES

  • Gaia REST API (gaiacli advanced rest-server)

  • Gaia CLI (gaiacli)

    • #810 Don't fallback to any default values for chain ID.
      • Users need to supply chain ID either via config file or the --chain-id flag.
      • Change chain_id and trust_node in gaiacli configuration to chain-id and trust-node respectively.
  • Gaia

  • SDK

    • #3064 Sanitize sdk.Coin denom. Coins denoms are now case insensitive, i.e. 100fooToken equals to 100FOOTOKEN.
  • Tendermint

FEATURES

  • Gaia REST API (gaiacli advanced rest-server)

  • Gaia CLI (gaiacli)

  • Gaia

  • SDK

  • Tendermint

IMPROVEMENTS

  • Gaia REST API (gaiacli advanced rest-server)

  • Gaia CLI (gaiacli)

  • Gaia

  • SDK

    • #3093 Ante handler does no longer read all accounts in one go when processing signatures as signature verification may fail before last signature is checked.
  • Tendermint

BUG FIXES

  • Gaia REST API (gaiacli advanced rest-server)

  • Gaia CLI (gaiacli)

  • Gaia

    • #3148 Fix gaiad export by adding a boolean to NewGaiaApp determining whether or not to load the latest version
  • SDK

  • Tendermint