https://github.com/tendermint/tendermint
Raw File
Tip revision: cbc7a1abcfe871cc0122ee89b841b3803f9478a9 authored by Thane Thomson on 12 August 2022, 18:33:47 UTC
spec: Sync Light Client TLA+ code with `master` (#9238)
Tip revision: cbc7a1a
CHANGELOG_PENDING.md
# Unreleased Changes

## v0.37.0

Special thanks to external contributors on this release:

Friendly reminder, we have a [bug bounty program](https://hackerone.com/tendermint).

### 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
  - [abci] \#5783 Make length delimiter encoding consistent (`uint64`) between ABCI and P2P wire-level protocols

- 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
back to top