Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add verkle trie implementation #3

Merged
merged 23 commits into from
Nov 6, 2023
Merged

Conversation

matkt
Copy link
Contributor

@matkt matkt commented Nov 3, 2023

Implementing the Verkle Trie within Besu. It sets up the initial version of the repository by adding the necessary code and librairies for Verkle Trie.

This PR lays the groundwork for our implementation of this important feature.

In this PR, we have:

Initialized the repository.
Added the Java library necessary for the Verkle Trie.
Set up the basic structure for further development and implementation of the Verkle Trie.

This is the first step in our plan to integrate the Verkle Trie into Besu. Future PRs will build upon this foundation, adding more functionality and tests as we progress in our implementation.

@matkt matkt marked this pull request as ready for review November 4, 2023 08:44
thomas-quadratic and others added 23 commits November 6, 2023 11:21
Signed-off-by: Karim TAAM <[email protected]>
Signed-off-by: Karim TAAM <[email protected]>
Signed-off-by: Karim TAAM <[email protected]>
Signed-off-by: Karim TAAM <[email protected]>
Signed-off-by: Thomas Zamojski <[email protected]>
Signed-off-by: Karim TAAM <[email protected]>
Signed-off-by: Thomas Zamojski <[email protected]>
Signed-off-by: Karim TAAM <[email protected]>
Signed-off-by: Karim TAAM <[email protected]>
Signed-off-by: Karim TAAM <[email protected]>
Signed-off-by: Karim TAAM <[email protected]>
@matkt matkt merged commit c3dff8c into hyperledger:main Nov 6, 2023
3 of 4 checks passed
dragan2234 pushed a commit to dragan2234/besu-verkle-trie that referenced this pull request Jan 22, 2024
Implementing the Verkle Trie library. It sets up the initial version of the repository by adding the necessary code and librairies for Verkle Trie.

---------

Signed-off-by: Thomas Zamojski <[email protected]>
Co-authored-by: Karim TAAM <[email protected]>
Co-authored-by: Paweł <[email protected]>
Signed-off-by: Dragan Pilipovic <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants