Marek Moraczyński

Results 59 issues of Marek Moraczyński

If we spend more than 7seconds during processing we will switch to syncing mode and because of that validators can miss attestations. It happens a few times during a day...

performance
difficult
high priority

Our responses are slow (avg 30-45ms). It is important for integrations with CL clients. It could cause missing attestations

performance
rpc
difficult
high priority

Explore withdrawals: https://eips.ethereum.org/EIPS/eip-4895

EIP

We need one more parameter: blockOverride to methods eth_call, eth_estimateGas, eth_createAccessList. https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.JsonRpc/Modules/Eth/EthRpcModule.cs#L337 This parameter should override values specified here: https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.Facade/BlockchainBridge.cs#L245 It should override parameters no matter if `treatBlockHeaderAsParentBlock` is true...

rpc
good first issue

We have to frequently adjust the value in this test, which is irritating. There must be a better way to write this test. https://github.com/NethermindEth/nethermind/pull/6788/files

test

## Changes Before the change: If we reject a block with an invalid block hash, we don't know the extra data, so we can't determine who produced it. A shared/unified...

Helpful links: debug_traceCall https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.JsonRpc/Modules/DebugModule/DebugRpcModule.cs#L70 trace_callMany https://github.com/NethermindEth/nethermind/blob/master/src/Nethermind/Nethermind.JsonRpc/Modules/Trace/TraceRpcModule.cs#L79

rpc
good first issue

https://eips.ethereum.org/EIPS/eip-7547

eip

Flay test should_increment_own_transaction_nonces_locally_when_requesting_reservations_in_parallel() introduced here: https://github.com/NethermindEth/nethermind/pull/4926

test