-
Notifications
You must be signed in to change notification settings - Fork 33
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
Verkle testnet #53
Comments
Hi @sauliusgrigaitis! I'm interested in working on this. Can you please guide me on how to start? |
Hi @shreyas-londhe , I think it makes sense to check https://verkle.info/ . There was some turbulence around Verkle recently because binary trees are getting strong support from some folks. Likely it would be the best to ask EL does it still makes sense to join Verkle testnet for a new client right now or is it better to wait until the discussions around verkle/binary trees settle. @gballet any comment? |
It still makes sense to join the verkle testnet, because from a CL point of view, stateless Ethereum is the same whether we are looking at verkle trees or binary trees. The only thing that changes is the crypto, and that is opaque to the CL. |
@sauliusgrigaitis I think I can get started with this as my other PR #69 is almost done. Can you please tell me how I can start on this? |
it should be straightforward:
|
We should have support for Verkle. On CL side there aren't many changes so it really makes sense to support it soon and join https://github.com/ethpandaops/verkle-devnets.
The text was updated successfully, but these errors were encountered: