Add Hoodi as named network (#8428)

Signed-off-by: Daniel Lehrner <daniel.lehrner@consensys.net>
Co-authored-by: Simon Dudley <simon.dudley@consensys.net>
This commit is contained in:
daniellehrner
2025-03-17 21:47:14 +01:00
committed by GitHub
parent 552cb283f9
commit 54aaf3d2fc
12 changed files with 1210 additions and 2 deletions

View File

@@ -47,7 +47,7 @@
- Add era1 format to blocks import subcommand [#7935](https://github.com/hyperledger/besu/issues/7935)
- Replace tuweni libs with https://github.com/Consensys/tuweni
- Performance: Consensys/tuweni 2.6.0 reduces boxing/unboxing overhead on some EVM opcodes, like PushX and Caller
- Add Hoodi as new named testnet [#8428](https://github.com/hyperledger/besu/issues/8428)
### Bug fixes
- 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)