-
Notifications
You must be signed in to change notification settings - Fork 15
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/body parsing with audit fix #83
Merged
SoraSuegami
merged 254 commits into
feat/refactor-merge
from
feat/body-parsing-with-audit-fix
Nov 5, 2024
Merged
Feat/body parsing with audit fix #83
SoraSuegami
merged 254 commits into
feat/refactor-merge
from
feat/body-parsing-with-audit-fix
Nov 5, 2024
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
…l/ether-email-auth into feat/body-parsing-circuit
…l/ether-email-auth into feat/body-parsing-circuit
…to feat/body-parsing-circuit
…to feat/body-parsing-circuit
…l/ether-email-auth into feat/body-parsing-circuit
…/zkemail/ether-email-auth into feat/body-parsing-with-audit-fix
* Add string utils to ether-email-auth * Install solidity string utils
* update prover * Fix prover * update local_setup.sh * Update circom_proofgen.sh * Disable logger temporary * Fix dockerfile and scripts
* forge install: openzeppelin-foundry-upgrades v0.3.6 * forge install: openzeppelin-contracts-upgradeable v5.1.0 * Test OZ Defender WIP * Add package.json * Add unsafeSkipAllChecks * Remove @openzeppelin/upgrades-core * remove OZ upgradeable submodule * Finish updating scripts * Clean up * Remove vm.setEnv from script * Remove use of setEnv in deployment script --------- Co-authored-by: wshino <[email protected]> Co-authored-by: SoraSuegami <[email protected]>
* Send mail if contract call failed * Apply cargo fmt * Add logic to mail a user error email to system user's address * Revert send_email function to private * Add more info for error in recover function * Add PROVER_ADDRESS to yaml files for kubernetes * Fix env name * Add env * Remove duplicate tr * Apply cargo fmt * Fix cargo clippy warnings * Add metrics and alerts as file
* Add doc for emergency * Rename emergency.md -> upgrade.md
* Update missing libraries in README.md and remove defender import * Remove OZ Defender dependencies
…to feat/body-parsing-with-audit-fix
* Update testcases which uses era-test-node * Fix LLVM problems * Update foundry.toml * Update zkbuild and zktest commands * Update README.md * Add install era-test-node in README.md
…/zkemail/ether-email-auth into feat/body-parsing-with-audit-fix
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.
This PR re-merge the body-parsing-with-audit-fix branch without squashing commits.