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.44k stars 765 forks source link

Implementation of a batch committer using commitUpdates (sparse commits) instead of commit (dense commits). #7117

Closed matkt closed 2 months ago

matkt commented 2 months ago

Description

This issue will help reduce the time required to create the state root during a block import.

matkt commented 2 months ago

PR for this one https://github.com/hyperledger/besu-verkle-trie/pull/58