Danny Willems

Results 171 issues of Danny Willems

When we have a flat JSON, we can now export in CSV, follow https://github.com/LeakIX/LeakIXClient-Python/issues/14

Features to provide: - [ ] export to CSV - [ ] export to JSON - [ ] Make a search with a plugin - [ ] Get only certain...

Nit: it might be more helpful in future to have `f : 'bool Option.t -> 'a -> unit`, but LGTM for now _Originally posted by @mrmr1993 in https://github.com/MinaProtocol/mina/pull/14090#discussion_r1321856683_

- [x] Testing folding instances of a zkVM instruction/constraint

At the moment, there is a huge memory overhead as we keep a full columns for each selectors for each traces, i.e. if we have N relations columns and M...

We should follow the same design as in `o1vm/src/mips`. The witness environment carries some additional values that are updated over the rows. The state of the hash(es) is (are) saved...

This will help later verifying the IVC circuit can still be built. It is mostly checking that the changes in the [previous PR](https://github.com/o1-labs/proof-systems/pull/2367) does not change the fact that the...