Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat(nargo): Update nargo to use preprocessing interface #765

Merged
merged 27 commits into from
Feb 16, 2023
Merged
Show file tree
Hide file tree
Changes from 18 commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
98379a6
initial preprocess cmd to test backend changes
vezenovm Feb 2, 2023
ec07827
merge conflicts
vezenovm Feb 6, 2023
61b0fcb
cargo lock merge conflicts
vezenovm Feb 6, 2023
bb26ce7
initial work using preprocess for nargo proving and verification, sti…
vezenovm Feb 7, 2023
24eff9f
use fixed up aztec_backend for preprocess
vezenovm Feb 9, 2023
37949b2
moving preprocess into compile command
vezenovm Feb 9, 2023
dcee05c
use nargo compile to preprocess no more preprocess cmd
vezenovm Feb 9, 2023
c14b00e
remove preprocess cmd file
vezenovm Feb 9, 2023
5665ffc
remove TODO from nargo cargo.toml
vezenovm Feb 9, 2023
c3f1960
merge conflicts
vezenovm Feb 14, 2023
34e5e65
add checking of acir file in nargo prove
vezenovm Feb 14, 2023
16ee9ac
switch to using circuit_path for pk and vk paths, compare compiled ci…
vezenovm Feb 14, 2023
0e6a44c
add logic to look at checksum of acir rather than the file byte by bte
vezenovm Feb 14, 2023
babe68b
merge conflicts with combined prove and verify cmd
vezenovm Feb 14, 2023
5add0bd
remove debug
vezenovm Feb 15, 2023
e11e29b
cargo update
vezenovm Feb 15, 2023
29d11c4
remove unnecessary comments
vezenovm Feb 15, 2023
57158bb
switch backend reference to updated composer
vezenovm Feb 15, 2023
90b3294
when build artifacts are not provided to nargo prove, preprocess as a…
vezenovm Feb 16, 2023
a1864a5
move fetch_pk_and_vk into main nargo module, also use hash cs method …
vezenovm Feb 16, 2023
5d8db6b
move path specifications to separate method in nargo commands
vezenovm Feb 16, 2023
9ea4cec
comment in compile cmd
vezenovm Feb 16, 2023
3f76f1e
nit comments and cspell
vezenovm Feb 16, 2023
3c9e953
update aztec_backend commit rev
vezenovm Feb 16, 2023
189defd
merge conflicts
vezenovm Feb 16, 2023
eab26bf
merge conflicts
vezenovm Feb 16, 2023
f600459
cargo fmt after merge
vezenovm Feb 16, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,8 @@ pkg/
# Nargo output
*.proof
*.acir
*.acir.sha256
*.tr
*.pk
*.vk
**/Verifier.toml
Loading