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

### Describe the feature you would like I just saw @arnaucube's PR for adding a typo detection CI automation. It looks easy to configure. https://github.com/privacy-scaling-explorations/folding-schemes/pull/76/ The best time to adopt...

good first issue
T-feature

### What command(s) is the bug in? _No response_ ### Describe the bug ``` https://github.com/privacy-scaling-explorations/zkevm-circuits/actions/runs/7113665859 failures: sub_mock_prover::serial_test_evm_circuit_erc20_openzeppelin_transfer_fail sub_mock_prover::serial_test_evm_circuit_erc20_openzeppelin_transfer_succeed sub_mock_prover::serial_test_evm_circuit_multiple_erc20_openzeppelin_transfers sub_mock_prover::serial_test_evm_circuit_multiple_transfers_0 sub_mock_prover::serial_test_super_circuit_erc20_openzeppelin_transfer_fail sub_mock_prover::serial_test_super_circuit_erc20_openzeppelin_transfer_succeed sub_mock_prover::serial_test_super_circuit_multiple_erc20_openzeppelin_transfers sub_mock_prover::serial_test_super_circuit_multiple_transfers_0 thread 'sub_mock_prover::serial_test_evm_circuit_erc20_openzeppelin_transfer_fail' panicked at 'circuit fixed...

T-bug

### What command(s) is the bug in? _No response_ ### Describe the bug Some fixed columns within the evm circuit are not actually fixed. It has been identified that when...

T-bug

### Describe the feature you would like This issue is to implement stack trie for transaction leaves. Targeting to separate this into two (one is stack trie gadget and the...

T-feature

### Describe the feature you would like #### Potential improvement 1: Make it works on the root directory. Currently, the testool requires the user to cd into the directory to...

good first issue
T-feature

I am worried about the current architecture and the memory consumption it entails. I did a lower bound estimate and found that SuperCircuit with k=26 (That's 32 chunks for 30M...

T-performance
T-tech-debt

### Description When proving each block, to construct the witness needs to obtain at least the previous(except the block number > 256) block hash, which need 256 times RPC.(It's a...

crate-bus-mapping

### What command(s) is the bug in? cd testool; cargo run -r -- --suite nightly --inspect stackOverflowM1PUSH_d10_g0_v0 ### Describe the bug ``` thread 'main' panicked at 'attempt to subtract with...

T-bug

### What command(s) is the bug in? testool --oneliner "call 12;602000" ### Describe the bug Testool fails to execute a simple transaction ``` testool git:(main) ✗ cargo run --release --...

T-bug

### What command(s) is the bug in? _No response_ ### Describe the bug Some MPT issues have been found by light-client big block tests. One of the issues is related...

T-bug