acolytec3

Results 66 issues of acolytec3

Implements functionality to generate execution witness from block execution with `StatefulVerkleStateManager`

type: feature
package: block
package: vm
package: statemanager

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

package: vm
package: common
package: devp2p
package: evm

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...

PR/Issue state: blocked
package: blockchain
package: tx
package: common
dependencies
package: devp2p
package: client
package: util
package: evm

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...