Add changelog info for 1.5.2

Signed-off-by: Tim Beiko <t.beiko23@gmail.com>
This commit is contained in:
Tim Beiko
2020-08-10 10:55:48 -07:00
committed by GitHub
parent e41419ba1f
commit 022dab4e16
2 changed files with 24 additions and 2 deletions

View File

@@ -9,9 +9,15 @@ Known issues are open issues categorized as [Very High or High impact](https://w
[`eth_getLogs` queries that are too large or too broad can cause Besu to never return](https://github.com/hyperledger/besu/issues/944).
Workaround - Limit the number of blocks queried by each `eth_getLogs` call.
Workaround -> Limit the number of blocks queried by each `eth_getLogs` call.
A fix for this issue is being actively worked on.
## Logs queries missing results against chain head
When using `eth_getLogs` against the head of Goerli to retrieve Eth2 deposit log events, [some results seem to be missing](https://github.com/hyperledger/besu/issues/1153).
Workaround -> Use `eth_getLogs` against historical blocks rather than the chain head directly.
A fix for this issue is actively being worked on.
## Eth/65 loses peers