zkevm-circuits icon indicating copy to clipboard operation
zkevm-circuits copied to clipboard

Results 195 zkevm-circuits issues
Sort by recently updated
recently updated
newest added

>LGTM for now to merge and prevent PR outdating. I'd really consider to use testing setup/teardown to reduce the verbosity and redundancy in the tests. Also, I think it would...

good first issue
T-design
T-test

this error execution is different from others(OOG, stack error etc.) we have done, when this error happens, the result was pushed into stack and execution will consume instead of restore...

crate-bus-mapping
crate-zkevm-circuits

There are a lot of stack-only opcodes in bus-mapping. Meanwhile, the unit tests are few. As @CPerezz mentioned in #939. Some StackOnly opcodes, like COINBASE, have been tested associated. So,...

Run with cargo test -p zkevm-circuits --features mock --release get_evm_states_stats -- --nocapture --ignored [Current Metrics](https://github.com/privacy-scaling-explorations/zkevm-circuits/files/9891417/opcode_metrics2.txt)

crate-zkevm-circuits

This PR aims to provide the first version of Merkle Patricia Trie circuit. The witnesses are currently generated [here](https://github.com/miha-stopar/mpt). Lookups in the Keccak circuit are simulated using internal lookup table....

crate-zkevm-circuits

## Issue description To quote from https://choosealicense.com/no-permission/: > If you find software that doesn’t have a license, that generally means you have no permission from the creators of the software...

Reference example: https://github.com/privacy-scaling-explorations/zkevm-circuits/pull/803

good first issue

Volume of ci-check jobs is greatly increasing. having a single runner instance causes great delays. We need to implement a ci environment consisting of multiple nodes.

devops

See https://github.com/privacy-scaling-explorations/zkevm-circuits/issues/650#issuecomment-1319441372 Our current circuits can be parametrized with a maximum number of operations supported: - TxCircuit: max number of txs - CopyCircuit: max number of copied bytes - StateCircuit:...

Integration of eth Test Tool (in self hosted runners) with Jenkins, to allow ad hoc execution of test sets with increased coverage, without having to worry about excessive run duration/increased...

CI