consensus: cl++

This commit is contained in:
Aleksandr Bezobchuk
2021-06-03 09:50:26 -04:00
parent 58f0a87015
commit ab476e89b3

View File

@@ -32,6 +32,9 @@ Friendly reminder: We have a [bug bounty program](https://hackerone.com/tendermi
- P2P Protocol
- Go API
- [consensus] \#6532 Move the `consensus` package to the `internal` package. (@alexanderbez)
- Remove `ConsensusState()` and `ConsensusReactor()` on the `Node` type.
- Move `consensus` metrics to the root `metrics` package.
- [mempool] \#6529 The `Context` field has been removed from the `TxInfo` type. `CheckTx` now requires a `Context` argument. (@alexanderbez)
- [abci/client, proxy] \#5673 `Async` funcs return an error, `Sync` and `Async` funcs accept `context.Context` (@melekes)
- [p2p] Removed unused function `MakePoWTarget`. (@erikgrinaker)