-
Notifications
You must be signed in to change notification settings - Fork 784
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
Client: Add some small Verkle section in docs #3453
Comments
Hey @holgerd77 how are you? I see that Verkle proof (check & creation) are not possible yet, any ETA to announce in the main readme? |
For futur ref : merkle integration stage Hey I just tried the code provided in https://github.com/ethereumjs/ethereumjs-monorepo/blob/master/packages/verkle/README.md#usage It's deployed here : https://replit.com/@foufrix/ethereum-merkle#index.ts Apparently there is an issue there : ethereumjs-monorepo/packages/verkle/src/verkleTree.ts Lines 118 to 121 in bcb0a84
@holgerd77 do you know if it an issue from the package itself or the example being outdated? The
expect what's provided in the example |
Responses in line.
This is cloned from the
The problem here is that I believe |
Somewhat adressed by latest PRs from @gabrocheleau, will close. |
I think being able to test Verkle and run the test networks is a strong selling factor for our client being used as a research client, and we should point this out in the docs.
So we should give this a small section in the main README to both make the integration more visible and assist people who want to experiment.
This does not need to be long and can very well link to existing write-ups in PRs or issues (but it might also make sense to just directly copy them over completely to have some more persistent place for them).
There should also be a cross-link to the Verkle package somewhere in these docs.
The text was updated successfully, but these errors were encountered: