Files
tendermint/CHANGELOG_PENDING.md
Marko 5e107589cb remove lastresulthash from merklization in lastresult hash (#9175)
remove gas from merklization in headers


Im not sure where to change docs since main points to the spec repo but that repo is archived. Maybe someone can help me?
2022-08-11 13:47:59 +02:00

724 B

Unreleased Changes

v0.37.0

Special thanks to external contributors on this release:

Friendly reminder, we have a bug bounty program.

BREAKING CHANGES

  • CLI/RPC/Config

  • Apps

    • [abci/counter] #6684 Delete counter example app
    • [txResults] #9175 Remove gas_used & gas_wanted from being merkelized in the lastresulthash in the header
  • P2P Protocol

  • Go API

    • [all] [#9144] Change spelling from British English to American (@cmwaters)
      • Rename "Subscription.Cancelled()" to "Subscription.Canceled()" in libs/pubsub
  • Blockchain Protocol

FEATURES

IMPROVEMENTS

BUG FIXES

[docker] #9073 enable cross platform build using docker buildx