Guillaume Ballet

Results 175 issues of Guillaume Ballet

Fix some issues I found while reading the documentation.

This is an update to #23630, rebased to a state past the beacon consensus commit. It is the new reference branch for the verkle tree implementation in geth.

Move the code that serializes an MPT leaf to the MPT tree code itself. ### Rationale The encoding of the leaf in RLP is very much dependent on the format...

verkle

Fixes the error condition in #25222

This is the concurrent version of #24815: it adds a `to-verkle` subcommand to the `snapshot` command, to translate the current tree from the snapshot. This command will not produce a...

When building quick prototypes, I often find it useful to directly access the `execute` method, instead of having to bring up the whole EMVC environment.

When zokrates is passed an invalid file as an input argument when calling `compute-witness`, it will segfault with a cryptic message that isn't pointing to the root cause. Steps to...

Type: Bug
Priority: Low

The goal is to catch the error early, otherwise it will cause a very confusing `disasm: stack underflow` which makes debugging very difficult.

While investigating [this issue](https://github.com/gballet/go-verkle/issues/50) in our verkle tree library, we figured out that there is a re-entrancy issue in EC point multiplication. A description and a test to reproduce the...