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: Add support for remaining black box opcodes using barretenberg #26

Merged
merged 91 commits into from
Jun 8, 2023

Conversation

kobyhallx
Copy link
Contributor

@kobyhallx kobyhallx commented Jun 5, 2023

Description

Adds missing OpCodes with barretenberg library

Summary of changes

  • adds Pedersen, Schnorr and ScalarMul opcodes
  • adds new flake based nix build method
  • build can be done with nix build or independently from nix with build.sh and associated scripts (includes changes coauthored by @jonybur (wip) nix flake #19)
  • adds custom noir test packages on which tests are based

Dependency additions / changes

Test additions / changes

Browser tests expanded to match nodejs test suit.

Checklist

  • I have tested the changes locally.
  • I have formatted the changes with Prettier and/or cargo fmt with default settings.
  • I have linked this PR to the issue(s) that it resolves.
  • I have reviewed the changes on GitHub, line by line.
  • I have ensured all changes are covered in the description.

Documentation needs

  • This PR requires documentation updates when merged.

Additional context

@TomAFrench TomAFrench changed the title feat: Adds missing OpCodes with barretenberg feat: Add support for remaining black box opcodes using barretenberg Jun 5, 2023
@TomAFrench TomAFrench mentioned this pull request Jun 5, 2023
6 tasks
kobyhallx added 3 commits June 5, 2023 13:20
- build is invoked through nix flake `nix build .#`
- tests brought to single file so we're building once, invoking tests
  for browser and nodejs in one place
- removes unnecessary node/yarn setup as these are provided with runner
* master:
  chore: add build.sh (#37)
  chore: Add description of repository purpose to README (#24)
@TomAFrench TomAFrench force-pushed the kh-missing-opcodes branch from 7e05ddf to 2db368a Compare June 8, 2023 05:16
@TomAFrench TomAFrench marked this pull request as ready for review June 8, 2023 12:32
@TomAFrench TomAFrench merged commit 869cef9 into master Jun 8, 2023
@TomAFrench TomAFrench deleted the kh-missing-opcodes branch June 8, 2023 12:33
@github-actions github-actions bot mentioned this pull request Jun 8, 2023
@github-actions github-actions bot mentioned this pull request Jun 26, 2023
kobyhallx added a commit to noir-lang/acvm that referenced this pull request Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

3 participants