eth-protocol-fellows / cohort-zero

116 stars 72 forks source link

Verkle trie implementation for Nethermind client. #81

Open pipermerriam opened 3 years ago

pipermerriam commented 3 years ago

Verkle tries are coming...

https://notes.ethereum.org/@vbuterin/verkle_tree_eip

Every client is going to need this functionality. The Nethermind client is ripe for someone to jump in and create a workable proof-of-concept implementation of the verkle trie in preparation for the upcoming protocol changes.

ankurdubey521 commented 1 year ago

Hi @pipermerriam , is this issue still up for taking? I plan to participate in EPF's 3rd cohort in a permissionless manner and this looks like something I would really be interested in working on