Skip to content

Commit 5f309e6

Browse files
authored
v0.19.0 (#2059)
2 parents 737be76 + 27d2913 commit 5f309e6

File tree

237 files changed

+19977
-6121
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

237 files changed

+19977
-6121
lines changed

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,14 @@ out
66
cache
77
**/build
88
**/target
9+
**/CLAUDE.md
10+
CLAUDE.md
911
scripts/test_files/gnark_groth16_bn254_infinite_script/infinite_proofs/**
1012
crates/cli/batch_inclusion_responses/*
1113
**/aligned_verification_data
1214
**/broadcast
1315
volume
16+
volume2
1417
config-files/*.last_processed_batch.json
1518
config-files/*.last_aggregated_block.json
1619

@@ -36,5 +39,5 @@ witness.wtns
3639
circuit_cpp/
3740
circuit_js
3841

39-
# Link checker results
42+
# Reports
4043
docs/dead_links_report.txt

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,3 +43,6 @@
4343
[submodule "examples/l2/contracts/lib/forge-std"]
4444
path = examples/l2/contracts/lib/forge-std
4545
url = https://github.com/foundry-rs/forge-std
46+
[submodule "examples/circom/contracts/lib/forge-std"]
47+
path = examples/circom/contracts/lib/forge-std
48+
url = https://github.com/foundry-rs/forge-std

Makefile

Lines changed: 85 additions & 46 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)