acolytec3
acolytec3
Implements functionality to generate execution witness from block execution with `StatefulVerkleStateManager`
This PR partially addresses #3750 - Adds types for `devp2p` and `common` events - Rewrites the `devp2p` `eth-simulator` test so it's comprehensible - Removes the `les-simulator` tests
In the midst of other work, I discovered that the `rlpx-simulator` tests in the `devp2p/test/integration` folder are all currently run as synchronous tests even though they are using events and...
Replaces our use of native NodeJS event emitters with the `emittery` package. All events are now async by default Other notable changes - Removed `AsyncEventEmitter` export from `util` - Added...
I tackled a number of additional items in this PR that I'd like to add to the master branch though this PR is no longer viable. - [ ] -...
Given the work we've done on reducing our usage of node builtins in our code, it would be worth seeing if we can remove the `vitest-plugin-node-polyfills` from the root package.json's...