Marek Moraczyński

Results 42 comments of Marek Moraczyński

> Nice catch, but maybe if `TerminalTotalDifficulty` is set we should just force enable MergePlugin? @MarekM25 WDYT? Yes, something like that. Funny - I've just written similar comment.

> > > > Nice catch, but maybe if `TerminalTotalDifficulty` is set we should just force enable MergePlugin? @MarekM25 WDYT? > > > > > > > > > Yes,...

We are working on a post-mortem, which we plan to share after the upcoming Dencun hardfork. We appreciate your patience.

@smartprogrammer93 still happening ``` System.NullReferenceException: Object reference not set to an instance of an object. at Nethermind.Network.P2P.ProtocolHandlers.SyncPeerProtocolHandlerBase.TxsToSendAndMarkAsNotified(IEnumerable`1 txs, Boolean sendFullTx)+MoveNext() in /_/src/Nethermind/Nethermind.Network/P2P/ProtocolHandlers/SyncPeerProtocolHandlerBase.cs:line 229 at Nethermind.Network.P2P.Subprotocols.Eth.V65.Eth65ProtocolHandler.SendNewTransactionsCore(IEnumerable`1 txs, Boolean sendFullTx) in /_/src/Nethermind/Nethermind.Network/P2P/Subprotocols/Eth/V65/Eth65ProtocolHandler.cs:line...

@rjnrohit please fill PR descriptions ![image](https://github.com/NethermindEth/nethermind/assets/9356351/d37cf3ad-a503-470c-b930-8020bd8d0201)

> Does ConsensusRequest need to be serialized to RLP (they are not in BlockBodies)? Do they need to be transmitted through network? That would probably need an RLP change and...

1. Would be great to do profiling dottrace & dotmemory

Good catch @kamilchodola This looks like a bug on our side. We processed a few blocks, we didn't have to though. We could process only the latest block, but block...

@jesusvico @kiss81, are you still experiencing this issue with the latest version?

Is it better to have stats based on code_db or real execution? Of course, basing them on code_db is easier to implement.