hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu
https://www.hyperledger.org/projects/besu
Apache License 2.0
1.5k stars 821 forks source link

EIP-2935: Serve historical block hashes from state #6531

Closed matkt closed 5 months ago

matkt commented 8 months ago

Description

For verkle we need to implement the EIP 2935 https://github.com/ethereum/EIPs/blob/master/EIPS/eip-2935.md

in order to save historical block hashes in the state. There is already an implementation in the verkle branch

Gabriel-Trintinalia commented 6 months ago

@matkt do you want help extracting it from the Verkle branch into Besu?

matkt commented 6 months ago

yes feel free to do it 👍

most important is here

etc..