Merge pull request #368 from IntersectMBO/paweljakubas/make-haddock-coverage-visible-1
add runner id
add runner id
Co-authored-by: Sotatek-DukeVu <[email protected]>
tx-generator doesn't support restart so have it ignore SHUTDOWN_ON_BLOCK.
txsToMempool contains only downloaded txs txsToMempool is disjoint from unacknowledgedTxIds after the decision is taken
[CI] Bump actions/download-artifact from 7 to 8
Previous generator would filter out all duplicate tx's and hence all downstream/outbound clients would have distinct mempools. The new mempool implementation does not allow duplicates, so this approach also allows detecting when duplicates are attempted to be added to the mempool Tracing improvements.
This fixes a bug where the same tx is enqueued multiple times for submission into the mempool by the same peer.
* Add debug logs to the genesis diffs creation * Add number of chunks * Implement In_memory IMT * Don't block on genesis diff creation * Fix dangling parent in ephemeral ledger * Add batch insert * Unregister mask when creating genesis diffs
Signed-off-by: jeluard <[email protected]>
Signed-off-by: Tripura Repalle <[email protected]>