You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

23 lines
432 B

  1. ## v0.27.1
  2. *TBD*
  3. Special thanks to external contributors on this release:
  4. ### BREAKING CHANGES:
  5. * CLI/RPC/Config
  6. * Apps
  7. * Go API
  8. * Blockchain Protocol
  9. * P2P Protocol
  10. ### FEATURES:
  11. ### IMPROVEMENTS:
  12. ### BUG FIXES:
  13. - [rpc] \#2408 `/broadcast_tx_commit`: Fix "interface conversion: interface {} in nil, not EventDataTx" panic (could happen if somebody sent a tx using /broadcast_tx_commit while Tendermint was being stopped)