Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Corrected eth_getLogs default fromBlock value. #4513

Merged
merged 8 commits into from
Oct 26, 2022
Prev Previous commit
Merge branch 'main' into eth_getLogs_fix
Signed-off-by: mark-terry <36909937+mark-terry@users.noreply.github.com>
  • Loading branch information
mark-terry authored Oct 26, 2022
commit 3b29797e030d07184d4128c50992d7234e0c5853
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@
### Additions and Improvements
- Updated jackson-databind library to version 2.13.4.2 addressing [CVE-2022-42003](https://nvd.nist.gov/vuln/detail/CVE-2022-42003)

### Bug Fixes
- Fixed default fromBlock value and improved parameter interpetation in eth_getLogs RPC handler [#4513](https://github.com/hyperledger/besu/pull/4513)

## 22.10.0-RC2

### Breaking Changes
Expand Down Expand Up @@ -36,7 +39,6 @@
- Avoid a cyclic reference while printing EngineExchangeTransitionConfigurationParameter [#4357](https://github.com/hyperledger/besu/pull/4357)
- Corrects treating a block as bad on internal error [#4512](https://github.com/hyperledger/besu/issues/4512)
- In GraphQL update scalar parsing to be variable friendly [#4522](https://github.com/hyperledger/besu/pull/4522)
- Fixed default fromBlock value and improved parameter interpetation in eth_getLogs RPC handler [#4513](https://github.com/hyperledger/besu/pull/4513)

### Download Links

Expand Down
You are viewing a condensed version of this merge commit. You can view the full changes here.