Paralell processing of TXs within a block

This commit is contained in:
Chris Troutner
2026-06-02 17:11:42 -07:00
parent c1a841c60e
commit 99866ae18b
12 changed files with 121 additions and 19 deletions
+1 -1
View File
@@ -69,7 +69,7 @@ async function start () {
console.log('TX indexer started.')
let loopCnt = 0
let liveStatus = status
const liveStatus = status
do {
let blockHeight = await queue.addToQueue(adapters.rpc.getBlockCount, {})
const block = adapters.zmq.getBlock()