Skip to content

Commit

Permalink
fix CI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nulltea committed Nov 29, 2023
1 parent 20eea1c commit 1e9a30e
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 9 deletions.
40 changes: 40 additions & 0 deletions lightclient-circuits/config/sync_step_20.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
{
"params": {
"k": 20,
"num_advice_per_phase": [
21
],
"num_fixed": 1,
"num_lookup_advice_per_phase": [
3,
0,
0
],
"lookup_bits": 8,
"num_instance_columns": 1
},
"break_points": [
[
1048565,
1048564,
1048566,
1048565,
1048565,
1048566,
1048566,
1048566,
1048564,
1048565,
1048566,
1048564,
1048566,
1048566,
1048564,
1048564,
1048566,
1048564,
1048566,
1048566
]
]
}
10 changes: 1 addition & 9 deletions lightclient-circuits/tests/step.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,17 +22,9 @@ fn test_eth2_spec_mock_1(
#[exclude("deneb*")]
path: PathBuf,
) {
run_test_eth2_spec_mock::<16, 20>(path)
run_test_eth2_spec_mock::<18, 20>(path)
}

#[rstest]
fn test_eth2_spec_mock_3(
#[files("../consensus-spec-tests/tests/minimal/capella/light_client/sync/pyspec_tests/**")]
#[exclude("deneb*")]
path: PathBuf,
) {
run_test_eth2_spec_mock::<17, 20>(path)
}

fn run_test_eth2_spec_mock<const K_ROTATION: u32, const K_SYNC: u32>(path: PathBuf) {
let (sync_witness, rotation_witness) = read_test_files_and_gen_witness(&path);
Expand Down

0 comments on commit 1e9a30e

Please sign in to comment.