You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* EVM: Replace direct StatelessVerkleStateManager (SVSM) cast with verkle-extended interface usage
* Add experimental AccessWitnessInterface to Common, use interface for AccessWitness implementation in StateManager
* Use AccessWitnessInterface in EVM
* Add verkle module to Util, replace EVM function calls, remove @ethereumjs/verkle dependency
* Rebuild package-lock.json
* Move VerkleCrypto type from verkle-cryptography-wasm to Util
* Make verkleCrypto passing in mandatory in StatelessVerkleStateManager, remove async create constructor, move verkle-cryptography-wasm to dev dependenciew
* Replace additional StatelessVerkleStateManager create() constructor instantiations, add verkle-cryptography-wasm to Client package.json
* Rebuild package-lock.json
* Move verkle helper functionality to Util verkle module, fully remove @ethereumjs/verkle usages
* Update VerkleExecutionWitness, VerkleProof type imports moved to Util
* Remove @ethereumjs/verkle dependency from VM
* Rebuild package-lock.json
* Additional import fix
* Yet another fix
* Merge remote-tracking branch 'origin/master' into verkle-statemanager-interface-and-evm-dependency-removal
0 commit comments