mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 21:17:54 -05:00
* [PAN-2946] - changes in core JSON-RPC method to support ReTestEth Some of the methods need to have a changeable reference to stuff like blockchainqueries. For the impacted methods the solution is to wrap them in a Supplier<> interface. This includes new constructors for re-used methods. Also include the debug_accountRangeAt method as it's namespaced as debug. Some features needed for retesteth are flag controlled to preserve current behaviors. Signed-off-by: Adrian Sutton <adrian.sutton@consensys.net>