From 267aac2e9095cbae113ed6ee55e34d4bf8367ae8 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Tue, 17 Aug 2021 15:45:14 +0200 Subject: [PATCH] changelog_pending: add missing item (#6829) --- CHANGELOG_PENDING.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG_PENDING.md b/CHANGELOG_PENDING.md index e8d687f1c..28a983b06 100644 --- a/CHANGELOG_PENDING.md +++ b/CHANGELOG_PENDING.md @@ -157,8 +157,9 @@ Friendly reminder: We have a [bug bounty program](https://hackerone.com/tendermi - [blockchain/v1] [\#5701](https://github.com/tendermint/tendermint/pull/5701) Handle peers without blocks (@melekes) - [blockchain/v1] \#5711 Fix deadlock (@melekes) - [evidence] \#6375 Fix bug with inconsistent LightClientAttackEvidence hashing (cmwaters) -- [rpc] \#6507 fix RPC client doesn't handle url's without ports (@JayT106) +- [rpc] \#6507 Ensure RPC client can handle URLs without ports (@JayT106) - [statesync] \#6463 Adds Reverse Sync feature to fetch historical light blocks after state sync in order to verify any evidence (@cmwaters) - [fastsync] \#6590 Update the metrics during fast-sync (@JayT106) - [gitignore] \#6668 Fix gitignore of abci-cli (@tanyabouman) -- [light] \#6687 Fix bug with incorrecly handled contexts in the light client (@cmwaters) +- [light] \#6687 Fix bug with incorrectly handled contexts in the light client (@cmwaters) +- [privval] \#6748 Fix vote timestamp to prevent chain halt (@JayT106) \ No newline at end of file