-
Notifications
You must be signed in to change notification settings - Fork 3
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
Merge pull request #46 from zkonduit/feat/extract #48
Closed
Conversation
This file contains 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
feat: add a very simple extractor for tests
update docs for v0.3.0
feat: Visibility and landing
feat: visibility examples
fix: json
-Updated the evm and evm aggr prove and verify flow to reflect the recent changes to those commands, namely: - Passing an rpc url for the blockchain interaction commands (deploy and verify) as opposed to booting up non persistent local anvil instance. - Create evm aggregate verifier now accepts a settings file. - Splitting up the verify evm command into two separate commands, deploy evm and verify evm.
fix: update docs for interface changes
* fix evm aggr
* Remove rustup override nightly command. Rustup override nightly command is redundant b/c of toolchain file pointing to correct rust version.
* fix cli page * some corrections * more fixes for compile and others
* chore: update anvil install instructions * chore: remove settings.json where it is deprecated * chore: update aggregagtion docs * chore: lint * remove more settings, get-srs --------- Co-authored-by: jason <[email protected]>
get rid of old WASM tutorial.
feat: add js bindings docs for engine, in browser evm verification and hub
* *finished tabs for Setting circuit parameters and Compiling the model steps. *renamed Getting Started page to Installing *renamed Command Line Interface page to Getting Started * *implemented EZKL Engine interactive docs *updated hub docs to reflect api changes * *added in-browser-evm-verifier tab *add blog link to top navbar * *add note about pre-shaghai compat to docs for evm verifier
to interactive docs
refactor: mobile support for interactive docs
*integrate Casey's suggested changes.
feat: hub<>e2e-minst tutorial
refactor: gut mnist tutorial
* chore: major purge * lilith shoutout * Update Python_bindings.md
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
feat: add a very simple extractor for tests