hyperledger / besu

An enterprise-grade Java-based, Apache 2.0 licensed Ethereum client https://wiki.hyperledger.org/display/besu

Home Page:https://www.hyperledger.org/projects/besu

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Save the scalars of the children directly in the parents.

matkt opened this issue · comments

Description

To optimize and reduce the number of disk accesses during the generation of proofs, it would be preferable to store the scalars of the children directly in the parents. Because for the proofs, it is necessary to have the scalars of each child, which could lead to a significant number of reads.

We must implement mechanisms to reduce the impact on the database size by not storing the scalars of NullNode, for example.

hyperledger/besu-verkle-trie#60

is it ok if I assign this ticket to you ? @thomas-quadratic

Ok with me