-
Build a list of adaptor APIs, so that given a frontend circuit configuration (e.g., Jellyfish, Halo2, or PIL), generate the corresponding `SelectorColumns`, `WitnessColumns`, `Permutation`, and the `C…
-
Try `lake update` and then investigate why this update causes the lean build to fail.
Files changed in update:
-
Subtasks:
- [ ] https://github.com/0xPolygonZero/zk_evm/issues/798
- [ ] https://github.com/0xPolygonZero/zk_evm/issues/799
-
Some segments (like the kernel code) are read-only. We can make sure of that by panicking if the interpreter tries to write in them.
-
I've noticed some kind of block concurrency issues in limited environments (i.e. no unlimited horizontal scaling), which can have some non-negligible performance impact overall. It _may_ be due to #60…
-
**Problem:**
`define.go` has a syntax error and other errors described in the Appendix. Temporarily, for testing purposes, I manually fixed all the errors, and `zkevm-monorepo/prover`'s `make test`…
-
@temaniarpit27, you did a bunch of ramp-up in this area, I think you're well placed to write some docs for it
-
We should have the ability to turn on/off KERNEL logs, so that we can easily go through deeper logging levels for `evm_arithmetization` crate (`DEBUG` / `TRACE`) without bloating log files / proving t…
-
I am running into what appears to be an invalid state root calculation when executing the following [transaction](https://etherscan.io/tx/0xf272b5c901812d981a57ee366d0b25cb68835be82fe25068f99f763b5e0b…
-
Currently our project is using a mix of logging and tracing. Since tracing works as a drop-in replacement, so it shouldn't be too much work, and would provide benefits such as a more pleasant debuggi…