user avatar
Guillaume Ballet
@gballet
go-ethereum core dev at the Ethereum Foundation. Interested in scalability, privacy, and decentralized organizations.
Milky Way
Joined November 2012
Posts
  • user avatar
    What's up with verkle trees? We've been working on the conversion from the current merkle tree to a verkle tree. This is a challenging problem, because the amount of data is huge: it doesn't find in RAM, and needs at least a day for the translation to complete on a beefy machine.
  • user avatar
    I'm starting a series of threads to highlight some of the changes that come with stateless #Ethereum and #Verkle trees. Today, I'm going to talk about the changes to the block format.
  • user avatar
    Interested in implementing verkle trees in your clients, but find the spec daunting? @dankrad and I give a simple explanation of what the structure of a verkle tree looks like:
  • user avatar
    A demo video of the Condrieu #verkle tree testnet. This is a single-client testnet, producing blocks with proofs of the prestate. This means clients won't need to sync the entire state to participate in the #Ethereum network. youtube.com/watch?v=cPLHFB…
  • user avatar
    Proof of concept: geth using verkle trees
  • user avatar
    What does using the Condrieu #verkle testnet look like? A thread.
  • user avatar
    Slow and painful in the making, a shadowfork converting the Holesky state to verkle has finally occurred 🎉
  • user avatar
    How did I not think about that ? 🤯
  • user avatar
    The Condrieu #verkle testnet is now open to the public. Landing page at condrieu.ethdevops.io
  • user avatar
    The dialogue has been going on since 2018. We have been aware of these problems before they materialized, and fixes to address them are actively worked on, and on the roadmap. Look for "verkle trees" (the verge), "stateless Ethereum" and portal network.
    Ethereum cannot be decentralized if the stack is not decentralized... Where is the dialogue on this? 69% of hosted nodes on the Ethereum Mainnet, with over 50% of that coming from Amazon Web Services (AWS), over 15% from Hetzner and 4.1% from OVH.
  • user avatar
    #DevConBogota is over and I am leaving with the feeling that, as a community, we are building something that will outlast us all. So proud to be a tiny part of this.
  • user avatar
    A blog post about converting the state tree from hexary to binary
  • user avatar
    Proud to announce that my go-verkle repo has been moved to the Ethereum GitHub organization. github.com/ethereum/go-ve… Thanks to all contributors involved 🫡
  • user avatar
    Thanks to the unsinkable @parithosh_j The "Beverly Hills" verkle testnet is finally operational.