acolytec3

Results 66 issues of 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...

PR state: needs review
package: block
package: statemanager

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

prio: P4 nice-to-have
eval: needs discussion
package: client

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

type: docs
good first issue
effort: E1 hours
package: trie

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

type: docs
type: tests
package: monorepo

WIP

PR state: do-not-merge
type: CI

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

type: discussion / question
type: tests
package: blockchain

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

type: tests
package: vm

Fixes #2295

package: evm

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

type: refactor
package: evm