-
Notifications
You must be signed in to change notification settings - Fork 233
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: naive attempt to bind the honk solidity verifier function to the ts interface #9432
Conversation
can't believe it worked first thing 😲 |
Hey, how was this tested? |
I tested manually in a noir-starter branch. Figured since there wasn't a test for the UP solidity verifier (I think?) I could get away without one for Honk too. Didn't get too deep into the matter, just wanted to save you guys some time with some quick plumbing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
barretenberg/ts/src/barretenberg_wasm/barretenberg_wasm_main/index.ts
Outdated
Show resolved
Hide resolved
95b46c9
to
6bd8c6e
Compare
* master: fix: TXE fixes (#9930) chore: pull noir PR #6461 from sync PR (#9923) chore: update version numbers of noir packages (#9922) chore: pull doc changes out of sync PR (#9921) feat: naive attempt to bind the honk solidity verifier function to the ts interface (#9432) fix: update cli-wallet bash tests to reflect token contract changes (#9927)
Attempts to plumb the honk solidity verifier into the WASM output and expose it in the ts API