Ahmad Bitar
Ahmad Bitar
After the merge, Forks will be activated synchronously with CL client using Timestamp. our implementation usually depends on a block. we need to add a Timestamp activation for Shanghai.
Hello, I highly appreciate your work on this book. I just thought it would be worth mentioning that the lookahead window only applies to commitee selection and not for proposer...
Fixes #6481 ## Changes - `SyncFeed`'s `Intialize` method takes a while. Call to it made async. - Log messages are only printed out once SyncFeed finishes initialization. ## Types of...
Details here: https://github.com/ethereum/execution-apis/pull/517 We have similar method called `web3_clientVersion` here: https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.JsonRpc/Modules/Web3/Web3RpcModule.cs
After the recent consensus issue, we released we need to be notified about such issue as soon as possible. We need to a tool like forkmon that can notify the...
As an example to this, when Geth disconnects a peer with a different network id with diconnection reason `0x10` (Other), whereas Nethermind disconnects a peer with a different network id...
We have a lot of tests from the Pyspec tests that we dont currently run in EthereumTests. those should be added after this PR #6977
**Description** RPC call being interrupted by timeout. **Steps to Reproduce** 1. call rpc with array of request instead of just one in the same call. It was reported by someone...
## Changes - decouple merge plugin from aura consensus. ## Types of changes #### What types of changes does your code introduce? - [ ] Bugfix (a non-breaking change that...
Refactor and add unit tests to the kestral request processor code. Bugs were found in a released version of the client in this part of the code. https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Runner/JsonRpc/Startup.cs