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

chore: add double_verify integration test #4563

Closed
wants to merge 8 commits into from

Conversation

TomAFrench
Copy link
Member

Description

Problem*

Closes #4562

Summary*

This PR adds a test for verifying 2 proofs inside of another proof to the integration tests.

Additional Context

Documentation*

Check one:

  • No documentation needed.
  • Documentation included in this PR.
  • [Exceptional Case] Documentation to be submitted in a separate PR.

PR Checklist*

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt on default settings.

github-merge-queue bot pushed a commit that referenced this pull request Mar 19, 2024
…ircuits (#4567)

# Description

## Problem\*

Resolves comment here
#4563 (comment)

## Summary\*



## Additional Context



## Documentation\*

Check one:
- [ ] No documentation needed.
- [ ] Documentation included in this PR.
- [ ] **[Exceptional Case]** Documentation to be submitted in a separate
PR.

# PR Checklist\*

- [ ] I have tested the changes locally.
- [ ] I have formatted the changes with [Prettier](https://prettier.io/)
and/or `cargo fmt` on default settings.
@signorecello
Copy link
Contributor

Can we merge this @TomAFrench? I see conflicts though.

(off-topic: i believe integration tests should use noir_wasm 🙄 )

@TomAFrench
Copy link
Member Author

No we can't. The tests are failing and CI blocks merging PRs which have failing tests as that means that every subsequent PR will also fail CI.

The test does use noir_wasm.

TomAFrench and others added 4 commits April 15, 2024 12:09
* master: (23 commits)
  feat: add `min` and `max` functions to the stdlib (#4839)
  feat: Allow numeric generics to non inlined ACIR functions (#4834)
  chore!: Add `as_array` and remove `_slice` variants of hash functions (#4675)
  feat!: reserve keyword `super` (#4836)
  feat: simplify `BoundedVec::eq` (#4838)
  feat: Add comptime Interpreter (#4821)
  feat: Sync from aztec-packages (#4833)
  feat: implement `Eq` trait on `BoundedVec` (#4830)
  chore: add benchmarks for serializing a dummy program (#4813)
  chore: remove unnecessary casts in `BoundedVec` (#4831)
  fix: issue 4682 and add solver for unconstrained bigintegers (#4729)
  chore(docs): fix wrong Nargo.toml workspace examples (#4822)
  chore: delete unnecessary Prover.toml file (#4829)
  chore: fix alerts on rust msrv (#4817)
  chore(ci): fix alerts on msrv issues (#4816)
  chore: run clippy (#4810)
  chore: optimize poseidon2 implementation (#4807)
  fix: catch panics from EC point creation (e.g. the point is at infinity) (#4790)
  feat: Sync from aztec-packages (#4792)
  feat: lalrpop lexer prototype (#4656)
  ...
@TomAFrench TomAFrench closed this Oct 1, 2024
@TomAFrench TomAFrench deleted the tf/double-verify-test branch November 20, 2024 12:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add double_verify_proof to integration-tests
3 participants