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.

27 lines
535 B

  1. ## v0.31.8
  2. **
  3. ### BREAKING CHANGES:
  4. * CLI/RPC/Config
  5. - [rpc] \#3616 Improve `/block_results` response format (`results.DeliverTx` ->
  6. `results.deliver_tx`). See docs for details.
  7. * Apps
  8. * Go API
  9. - [libs/db] Removed deprecated `LevelDBBackend` const
  10. * If you have `db_backend` set to `leveldb` in your config file, please
  11. change it to `goleveldb` or `cleveldb`.
  12. * Blockchain Protocol
  13. * P2P Protocol
  14. ### FEATURES:
  15. ### IMPROVEMENTS:
  16. - [p2p] \#3666 Add per channel telemtry to improve reactor observability
  17. ### BUG FIXES: