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
+22-1Lines changed: 22 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,29 @@
3
3
## Unreleased
4
4
5
5
### Breaking Changes
6
+
- Remove these deprecated CLI options [#9385](https://github.com/hyperledger/besu/pull/9385)
7
+
- Remove`--Xbonsai-parallel-tx-processing-enabled` deprecated since 25.7.0. Use `--bonsai-parallel-tx-processing-enabled` instead.
8
+
- Remove `--Xsnapsync-server-enabled` deprecated since 25.7.0. Use `--snapsync-server-enabled` instead.
9
+
- Remove `--Xsnapsync-synchronizer-pre-merge-headers-only-enabled` deprecated since 25.7.0. Use `--snapsync-synchronizer-pre-checkpoint-headers-only-enabled` instead.
10
+
- Remove `--Xhistory-expiry-prune` deprecated since 25.7.0. Use `--history-expiry-prune` instead.
6
11
- eth_createAccessList now returns success result if execution reverted [#9358](https://github.com/hyperledger/besu/pull/9358)
7
12
13
+
### Upcoming Breaking Changes
14
+
- Sunsetting features - for more context on the reasoning behind the deprecation of these features, including alternative options, read [this blog post](https://www.lfdecentralizedtrust.org/blog/sunsetting-tessera-and-simplifying-hyperledger-besu)
15
+
- Proof of Work consensus (PoW)
16
+
- Fast Sync
17
+
18
+
### Additions and Improvements
19
+
- Update to vertx 4.5.22 [#9375](https://github.com/hyperledger/besu/pull/9375)
20
+
- Add `opcodes` optional parameter to RPC methods: `debug_standardTraceBlockToFile`, `debug_standardTraceBadBlockToFile`, `debug_traceBlockByNumber`, `debug_traceBlockByHash`, `debug_traceTransaction`, `debug_traceBlock`, `debug_traceCall` for tracing specified opcodes [#9335](https://github.com/hyperledger/besu/pull/9335)
21
+
- eth_createAccessList now returns success result if execution reverted [#9358](https://github.com/hyperledger/besu/pull/9358)
22
+
23
+
### Bug fixes
24
+
25
+
## 25.11.0
26
+
27
+
### Breaking Changes
28
+
8
29
### Upcoming Breaking Changes
9
30
- Deprecated CLI options
10
31
-`--Xbonsai-parallel-tx-processing-enabled` is deprecated since 25.7.0. Use `--bonsai-parallel-tx-processing-enabled` instead.
@@ -16,13 +37,13 @@
16
37
- Fast Sync
17
38
18
39
### Additions and Improvements
40
+
- Add Osaka, BPO1 and BPO2 fork times for mainnet [#9380](https://github.com/hyperledger/besu/pull/9380)
19
41
- Add blockTimestamp to receipt logs for `eth_getBlockReceipts` and `eth_getTransactionReceipt` results [#9294](https://github.com/hyperledger/besu/pull/9294)
20
42
- Upgrade to execution-spec-tests v5.3.0 [#9301](https://github.com/hyperledger/besu/pull/9301)
21
43
- Update to netty 4.2.7.Final [#9330](https://github.com/hyperledger/besu/pull/9330)
22
44
- Ability to enable/disable stack, storage and returnData tracing data in debug_traceStandardBlockToFile and debug_traceStandardBadBlockToFile endpoints [#9183](https://github.com/hyperledger/besu/pull/9183)
23
45
- Increase mainnet gas limit to 60M [#9339](https://github.com/hyperledger/besu/pull/9339)
24
46
- Update to tuweni 2.7.2 [#9338](https://github.com/hyperledger/besu/pull/9338)
25
-
- eth_createAccessList now returns success result if execution reverted [#9358](https://github.com/hyperledger/besu/pull/9358)
Copy file name to clipboardExpand all lines: acceptance-tests/test-plugins/src/main/java/org/hyperledger/besu/tests/acceptance/plugins/TestBesuEventsPlugin.java
0 commit comments