This repository has been archived by the owner on Jan 24, 2025. It is now read-only.
mempool.TransactionMetadata.Inputs().ForEach broken because of genesis slot #528
Labels
bug
Something isn't working
Milestone
I guess the change with the genesis slot broke the network. when the evil spammer starts to spam (I don't know what exactly is spammed), the inx server in the valdiator node throws the following error:
The only code part where this error is thrown is here:
but I don't even understand how this is actually called from here where the error is thrown in the end:
I mean the ForEach does that magically, but my IDE can't follow because of all the funny interfaces and generics and whatnot.
Anyway, should it even be possible in the first place that something got included in the Inputs that breaks the Call to ForEach?
This breaks the network because the inx-indexer doesn't get updates via INX this way.
The text was updated successfully, but these errors were encountered: