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

Refactor bonsai in order to add verkle storage format #6627

Closed matkt closed 6 months ago

matkt commented 7 months ago

Start a refactor to simplify the integration of Verkle into Besu. For this, I’ve made several PRs to facilitate the review, even though some are a bit more complicated to review than others.

For example :

matkt commented 7 months ago

First PR https://github.com/hyperledger/besu/pull/6209