acolytec3
acolytec3
**Describe the bug** The Nimbus client requires that response headers be set to strictly `application/json` without any `charset` specified when trying to parse REST responses during checkpoint sync so is...
Fixes #2019 This is preliminary but takes the first step towards an EthersStateManager. - [x] Use `@ethersproject/provider` to source data for `getAccount`/`getContractCode`/`getContractStorage` - [x] Add support for setting the block...
The `client` has long supported a browser build that supports devp2p over libp2p to allow a client running in the browser to participate in a network. That said, there are...
With the breaking changes, we're making some fairly substantial updates to the `trie` package so we should go over the docs/readme in detail and make sure everything is up to...
Coming from [this question](https://github.com/ethereumjs/ethereumjs-monorepo/pull/2094#discussion_r937247769) that @faustbrian asked, we should definitely take a look at our contributor documentation (such as it is) and bring it up to speed with our current...
In #1959 when migrating the `blockchain` dependent validation methods and tests from `block` to `blockchain`, I came across [this test](https://github.com/ethereumjs/ethereumjs-monorepo/blob/1bd5c4fa9e2fbc4e9cbfb99ac8d98f383bc32040/packages/blockchain/test/blockValidation.spec.ts#L250). It clearly depends on having a blockchain available to check...
We need to review all of the skipped tests [here](https://github.com/ethereumjs/ethereumjs-monorepo/blob/3d0ba62c588381232d94b55a98684bb93e90785d/packages/vm/tests/tester/config.ts#L17) in the VM test suite to see if any can be re-added or else have been removed from the `ethereum/tests`...
We just explore moving the `State Tests` from `ethereum/tests` from the `vm` to the `evm` package since notionally we don't need the `vm` package to run these tests. This would...