mirror of
https://github.com/vacp2p/linea-besu.git
synced 2026-01-09 07:27:55 -05:00
* Refactor BlockHashOperation block height check into Operation Refactor the 4 different places block height is checked across Besu into the BlockHashOperation. Add support to make the lookback range configurable in the BlockHashLookup interface, but default it to 256. Signed-off-by: Danno Ferrin <danno@numisight.com> * spotless Signed-off-by: Danno Ferrin <danno@numisight.com> * javadoc Signed-off-by: Danno Ferrin <danno@numisight.com> * Update Unit Tests to use the operation. Signed-off-by: Danno Ferrin <danno@numisight.com> * Update Unit Tests to use the operation. Signed-off-by: Danno Ferrin <danno@numisight.com> --------- Signed-off-by: Danno Ferrin <danno@numisight.com>