This repository was archived by the owner on Apr 9, 2024. It is now read-only.
feat(acvm_js): expose black box solver functions#481
Closed
TomAFrench wants to merge 2 commits intomasterfrom
Closed
feat(acvm_js): expose black box solver functions#481TomAFrench wants to merge 2 commits intomasterfrom
TomAFrench wants to merge 2 commits intomasterfrom
Conversation
* master: (40 commits) chore: make acvm_js publish trigger on release-please (#550) chore(ci): add `cargo deny` workflow (#549) fix: use the exact version for the hex crate (#546) chore: Release 0.26.1 (#542) fix: Implements handling of the high limb during fixed base scalar multiplication (#535) chore: fix acvm publishing (#539) chore: fix wasm build on macos (#541) chore(ci): install `wasm-bindgen-cli` through prebuilt binary (#536) chore: add manual trigger to acvm_js publishing (#534) chore: acvm_js publishing (#529) chore: Release 0.26.0 (#533) chore!: Add a low and high limb to scalar mul opcode (#532) chore: Release 0.25.0 (#526) fix: initialize recursive proof output to zero (#524) chore(ci): update to actions/checkout@v4 (#525) feat!: Provide runtime callstacks for brillig failures and return errors in acvm_js (#523) chore: add ci for acvmjs rust test (#516) chore: Release 0.24.1 (#519) fix: Add WASI 20 `_initialize` call to `acvm_backend.wasm` binary (#518) chore: Release 0.24.0 (#512) ...
5 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
Problem*
Resolves
Summary*
Janky implementation of exposing black box functions to TS. Note that this doesn't include pedersen, etc. which are the ones which are most crucial to expose.
Before we can progress on this we need to handle the unwraps, etc.
Additional Context
PR Checklist*
cargo fmton default settings.