Tracking PR for projects/zkEVM#2268
Draft
kevaundray wants to merge 198 commits intoforks/amsterdamfrom
Draft
Conversation
Co-authored-by: spencer <spencer.tb@ethereum.org>
7 tasks
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## forks/amsterdam #2268 +/- ##
===================================================
+ Coverage 85.73% 85.94% +0.21%
===================================================
Files 599 612 +13
Lines 36916 37849 +933
Branches 3771 3929 +158
===================================================
+ Hits 31650 32530 +880
- Misses 4604 4611 +7
- Partials 662 708 +46
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
…sValidation` (#2213) * initial commit * make fcu.py a full stub -- main focus is newPayload * fix comment * move ExecutionRequests to types.py * fix comment * fix comment: be clearer on whats missing * lint * docc cant resolve cross module references * reference type directly * use bal Co-authored-by: Guru <gurukamath@users.noreply.github.com> * removed --------- Co-authored-by: Guru <gurukamath@users.noreply.github.com>
* fix * tox
…2259) * wire ExecutionWitness into the testing framework Signed-off-by: jsign <jsign.uy@gmail.com> * lints Signed-off-by: jsign <jsign.uy@gmail.com> * lints Signed-off-by: jsign <jsign.uy@gmail.com> * rebase and rename Signed-off-by: jsign <jsign.uy@gmail.com> * lint Signed-off-by: jsign <jsign.uy@gmail.com> --------- Signed-off-by: jsign <jsign.uy@gmail.com>
* add IncrementalMPT Signed-off-by: jsign <jsign.uy@gmail.com> * only mark as _dirty if there were sideeffects Signed-off-by: jsign <jsign.uy@gmail.com> * lints Signed-off-by: jsign <jsign.uy@gmail.com> * fix Signed-off-by: jsign <jsign.uy@gmail.com> * rebase and lints Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com> --------- Signed-off-by: jsign <jsign.uy@gmail.com> Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: jsign <jsign.uy@gmail.com>
Signed-off-by: jsign <jsign.uy@gmail.com>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: Ignacio Hagopian <jsign.uy@gmail.com>
Signed-off-by: jsign <jsign.uy@gmail.com>
4ff802d to
e6322c4
Compare
feat(zkevm): track code_reads and wire them into ExecutionWitness
feat(zkevm): fixe bytecode tracking and inclusion in the execution witness
feat(zkevm): capture pre-state and post-state MPT nodes into the execution witness
feat(zkevm): add tests for execution witness with mutated bytecodes and headers
feat(zkevm): harden witness state validation for malformed trie proofs
feat(zkevm): add execution witness support to other fixture formats
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 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.
No description provided.