-
Notifications
You must be signed in to change notification settings - Fork 143
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: Create verifyWithDataAttestation.sol #293
Merged
alexander-camuto
merged 36 commits into
zkonduit:main
from
ethan-crypto:feat-verify-evm-with-data-attestation
Jun 20, 2023
Merged
Changes from 14 commits
Commits
Show all changes
36 commits
Select commit
Hold shift + click to select a range
6b3dd76
feat: allows for hashes of inputs and outputs as public inputs
alexander-camuto feafac4
patch tests
alexander-camuto 7a411e8
*added functionality
ethan-crypto 736ca64
patch python
alexander-camuto 12fdf73
hashes in forward pass
alexander-camuto 6c1fd12
patch
alexander-camuto c58069b
integration tests
alexander-camuto 5f918de
comments
alexander-camuto da72399
patch python
alexander-camuto 171bb34
bump version
alexander-camuto ee4fdfa
reduce poseidon width
alexander-camuto ca07cf8
Update binding_tests.py
alexander-camuto c409118
bump up to width 5
alexander-camuto f98ac8b
Revert "bump up to width 5"
alexander-camuto b39a23b
Merge branch
ethan-crypto 06ceb96
*cleaned up read_on_chain_inputs
ethan-crypto 833f012
Merge branch 'development' into feat-verify-evm-with-data-attestation
ethan-crypto c549e85
*added CreateEVMDataAttestationVerifier command
ethan-crypto d2548de
*added DataAttestationVerifier.json
ethan-crypto 5fb2fd3
Merge branch
ethan-crypto b1993b4
*completed implementation
ethan-crypto 6639bf3
Merge branch 'fix--use-output-scale-for-percent-tolerance' into feat-…
ethan-crypto c863ed4
*added quantize_data to the sol verifier
ethan-crypto 504cc83
*added EVM quantization.
ethan-crypto 23e16c3
Merge branch 'development' into feat-verify-evm-with-data-attestation
ethan-crypto 8998442
*added EVM quantization
ethan-crypto 93af66b
Merge branch 'development' into feat-verify-evm-with-data-attestation
ethan-crypto 1c32d0a
*fixed minor bugs in integration test
ethan-crypto 0f67bce
Merge branch 'development' into feat-verify-evm-with-data-attestation
ethan-crypto 51db5ca
*mirror rust .round in quantization_evm
ethan-crypto 0a6daff
*removed redundant curly braces in quantize_data
ethan-crypto 177367f
Merge branch 'development' into feat-verify-evm-with-data-attestation
ethan-crypto 8606e82
*updated settings.json files, wasm.rs and integration
ethan-crypto 167d8a7
*cleaned merge
ethan-crypto 40106eb
Merge branch 'development'
ethan-crypto e00ab72
*added on_chain_input_data field
ethan-crypto File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
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
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
Oops, something went wrong.
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.
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.
rm this