From ab476e89b37c74e843eb8e86d2ead3910faa5208 Mon Sep 17 00:00:00 2001 From: Aleksandr Bezobchuk Date: Thu, 3 Jun 2021 09:50:26 -0400 Subject: [PATCH] consensus: cl++ --- CHANGELOG_PENDING.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index 1323307c7..24ff06e64 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -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)