-
Notifications
You must be signed in to change notification settings - Fork 773
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
evm: migrate accessWitness file to evm package (#3770)
* evm: migrate access witness file to evm package * common: refactor VerkleAccessedStateType into common * statemanager: remove accesswitness from sm package2 * evm: adjust evm for access witness * statemanager: add evm state manager as devdependency for testing standalone state managers2 * statemanager: adjust state manager with refactored access witness * common: add common accessWitness interfaces * common: remove accessWitness from state manager interface * statemanager: remove accessWitness from state manager * evm: updates * vm: updates * vm: add verkle crypto to VmOpts * evm: fix test and add accessWitness check * statemanager: simplify access witness decoding * evm: remove verklecrypto from evm * evm: remove shallowCopy from accessWitness interface
- Loading branch information
1 parent
65ccf7c
commit 88ef815
Showing
17 changed files
with
202 additions
and
187 deletions.
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -61,3 +61,4 @@ export { | |
|
||
export * from './constructors.js' | ||
export * from './params.js' | ||
export * from './verkleAccessWitness.js' |
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
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.