You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,6 +3,8 @@
3
3
## Unreleased
4
4
5
5
### Breaking Changes
6
+
- RPC changes to enhance compatibility with other ELs
7
+
- RPCs using filter parameter including `eth_getLogs` and `trace_filter` return an error if `fromBlock` is greater than `toBlock`, or if `toBlock` extends beyond chain head (previously returned an empty list) [#9604](https://github.com/hyperledger/besu/pull/9604)
6
8
7
9
### Upcoming Breaking Changes
8
10
- ETC Classic and Mordor network support in Besu is deprecated [#9437](https://github.com/hyperledger/besu/pull/9437)
Copy file name to clipboardExpand all lines: ethereum/api/src/main/java/org/hyperledger/besu/ethereum/api/jsonrpc/internal/parameters/FilterParameter.java
Copy file name to clipboardExpand all lines: ethereum/api/src/test/java/org/hyperledger/besu/ethereum/api/jsonrpc/internal/methods/TraceFilterTest.java
Copy file name to clipboardExpand all lines: ethereum/api/src/test/resources/org/hyperledger/besu/ethereum/api/jsonrpc/eth/eth_getLogs_fromBlockExceedToBlock.json
Copy file name to clipboardExpand all lines: ethereum/api/src/test/resources/org/hyperledger/besu/ethereum/api/jsonrpc/trace/specs/trace-filter/trace_filter_0x21_0x1_after_0_count_19_0xfe3_0x000.json
Copy file name to clipboardExpand all lines: ethereum/api/src/test/resources/org/hyperledger/besu/ethereum/api/jsonrpc/trace/specs/trace-filter/trace_filter_0x21_0x1_after_0_count_19_0xfe3_all.json
0 commit comments