lightclient

Results 69 issues of lightclient

I'm getting a warning during package installations saying the following: `[email protected]" has unmet peer dependency "react-router@^4.3.1"` However, I have `react-router-dom` as a dependency already which installs `react-router`. It seems to...

I was recently gifted a stack of Görli eth to stake on Prater and thought this would be a good time to run a serious staking setup with nimbus! While...

This PR adds a new subcommand to `devp2p`: `eth`. This subcommand has a single command of it's own currently, `new-block` which sends the specified hex as a devp2p block announcement...

area:testing

(waiting for spec to be merged: https://github.com/ethereum/execution-apis/pull/247) Some small fixes to get the existing debug methods to conform to the spec. Mainly dropping the encoding information from the method name...

area:rpc

The PR #25193 found that there is a bug in `setDefaults` where the `IsLondon` check is always false. I don't think that change really addresses the underlying issue and I...

status:triage

Currently when making an `eth_createAccessList` request with no fee parameters set, the client fails to generate the access list. Request: ```javascript >> {"jsonrpc":"2.0","id":12,"method":"eth_createAccessList","params":[{"from":"0xaa00000000000000000000000000000000000000","to":"0xbb00000000000000000000000000000000000000"}]}

type:bug

Seems to be due to this code: https://github.com/ethereum/go-ethereum/blob/01e5e9c2c3fa1cf7a9747148dca22d59ff9839b6/core/genesis.go#L370-L372 Unfortunately, other clients don't have this behavior. I think if an invalid gas limit is explicitly specified in the genesis we should...

type:bug

Since [t8n](https://github.com/ethereum/go-ethereum/tree/master/cmd/evm) is now the canonical format for creating cross-client state tests, it would be great for `hevm` to allow for the transition to be defined in this way. The...

``` $ ./target/release/wagyu ethereum import-hd --mnemonic "candy maple cake sugar pudding cream honey rich smooth crumble sweet treat" --derivation "m/44'/60'/0'/0/0/" Error: MnemonicError(WordlistError(InvalidWord("candy"))) ``` Not sure why this is not working,...