Closed VictorTrustyDev closed 2 months ago
According to Ethereum, current block hash + 255 historical block hash are supported by GetHashFn.
GetHashFn
This PR introduce new store to persist block hash into store, the most recent 256 records are kept and GetHashFn retrieves directly from here.
According to Ethereum, current block hash + 255 historical block hash are supported by
GetHashFn
.This PR introduce new store to persist block hash into store, the most recent 256 records are kept and
GetHashFn
retrieves directly from here.