Files
linea-besu/consensus
Danno Ferrin f1f7b69dfd [PAN-2946] - changes in core JSON-RPC method to support ReTestEth (#1815)
* [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>
2019-08-02 15:23:57 -06:00
..