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
{{ message }}
This repository was archived by the owner on Jul 1, 2025. It is now read-only.
This replaces io.tmio/tuweni with the Consensys fork.
Also Includes:
- reduce check argument args allocations - Consensys/tuweni#10
which should reduce Integer and int[] and therefore gc pressure
Signed-off-by: Simon Dudley <[email protected]>
Copy file name to clipboardExpand all lines: CHANGELOG.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,6 +45,9 @@
45
45
- Support pending transaction score when saving and restoring txpool [#8363](https://github.com/hyperledger/besu/pull/8363)
46
46
- Upgrade to execution-spec-tests v4.1.0 including better EIP-2537 coverage for BLS [#8402](https://github.com/hyperledger/besu/pull/8402)
47
47
- Add era1 format to blocks import subcommand [#7935](https://github.com/hyperledger/besu/issues/7935)
48
+
- Replace tuweni libs with https://github.com/Consensys/tuweni
49
+
- Performance: Consensys/tuweni 2.6.0 reduces boxing/unboxing overhead on some EVM opcodes, like PushX and Caller
50
+
48
51
49
52
### Bug fixes
50
53
- Add missing RPC method `debug_accountRange` to `RpcMethod.java` so this method can be used with `--rpc-http-api-method-no-auth`[#8153](https://github.com/hyperledger/besu/issues/8153)
0 commit comments