feat: Simplify ram circuit input #43
Annotations
12 warnings
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
crates/circuit_definitions/src/lib.rs#L4
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|
crates/circuit_definitions/src/lib.rs#L4
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|
crates/zkevm_test_harness/src/lib.rs#L6
the feature `generic_const_exprs` is incomplete and may not be safe to use and/or cause compiler crashes
|
crates/zkevm_test_harness/src/tests/complex_tests/mod.rs#L301
unused variable: `unsorted_memory_queue_witnesses_it`
|
crates/zkevm_test_harness/src/tests/complex_tests/mod.rs#L302
unused variable: `sorted_memory_queue_witnesses`
|
crates/zkevm_test_harness/src/tests/complex_tests/mod.rs#L303
unused variable: `el`
|
crates/zkevm_test_harness/src/tests/complex_tests/mod.rs#L301
variable does not need to be mutable
|
crates/zkevm_test_harness/src/tests/complex_tests/mod.rs#L302
variable does not need to be mutable
|
crates/zkevm_test_harness/src/witness/oracle.rs#L58
struct `CallframeLogState` is never constructed
|
crates/zkevm_test_harness/src/witness/oracle.rs#L126
struct `FlattenedLogQueueIndexer` is never constructed
|
crates/zkevm_test_harness/src/tests/run_manually.rs#L322
unused variable: `unsorted_memory_queue_witnesses_it`
|
This job succeeded
Loading