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)