github-vet / github-vet/rangeloop-pointer-findings

sero-cash/go-sero: zero/txs/zstate/txstate/state.go; 3 LoC

Open
#7,507 0 comments 0 reactions 0 assignees View on GitHub
fresh tiny
Dominant language
No language data
Stars
0
Forks
0
PR merge metrics
PR metrics pending

Description

Found a possible issue in [sero-cash/go-sero](https://www.github.com/sero-cash/go-sero) at [zero/txs/zstate/txstate/state.go](https://github.com/sero-cash/go-sero/blob/9d3d61a3bcf7ac728fbb0132afdb595c1f7269bb/zero/txs/zstate/txstate/state.go#L303-L305)

Below is the message reported by the analyzer for this snippet of code. Beware that the analyzer only reports the first
issue it finds, so please do not limit your consideration to the contents of the below message.

> function call which takes a reference to out at line 304 may start a goroutine

[Click here to see the code in its original context.](https://github.com/sero-cash/go-sero/blob/9d3d61a3bcf7ac728fbb0132afdb595c1f7269bb/zero/txs/zstate/txstate/state.go#L303-L305)

Click here to show the 3 line(s) of Go which triggered the analyzer.

```go
for _, out := range tx.Outs_C {
state.addOut_C(&out, txhash)
}

```

Click here to show extra information the analyzer produced.

```
The following paths through the callgraph could lead to a goroutine:
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (loop, 0) -> (Range, 1) -> (load, 0) -> (LoadState, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 5)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (reset, 2) -> (promoteExecutables, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (NewSampler, 2) -> (NewRemotelyControlledSampler, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Init, 0) -> (Pipe, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (VerifyHeader, 3) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (update, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (syncer, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Any, 0) -> (discoverPMP, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (voteLoop, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 2) -> (newUDP, 2)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (get, 6)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newClient, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (Call, 3) -> (constructSafe, 3)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (loop, 0) -> (Range, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Set, 1) -> (ParseInt, 3) -> (Unix, 2) -> (isDebugAllowed, 1) -> (Setup, 2) -> (StartPProf, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (right, 1) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (right, 1) -> (parse, 0) -> (pushValue, 0) -> (im, 1) -> (acknowledgeSelfClosingTag, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newClient, 2) -> (dispatch, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0) -> (listenLoop, 0) -> (Accept, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newWorker, 6) -> (resultLoop, 0) -> (Insert, 2) -> (Link, 1)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (ListenUDP, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (handle, 1) -> (handleMsg, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (rlpHash, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (Start, 0) -> (Boolean, 1) -> (print, 0) -> (compactionExitTransact, 0) -> (NewArrayIndexer, 1) -> (connectNamedPipe, 2) -> (createNamedPipe, 8) -> (GetReceipts, 2) -> (Logs, 1) -> (unindexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (KeepAlive, 1) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (ListenUDP, 2) -> (newUDP, 2)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (DialInProc, 1) -> (ServeCodec, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0) -> (listenLoop, 0) -> (Accept, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (rlpHash, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (Start, 0) -> (Boolean, 1) -> (print, 0) -> (compactionExitTransact, 0) -> (NewArrayIndexer, 1) -> (connectNamedPipe, 2) -> (createNamedPipe, 8) -> (GetReceipts, 2) -> (Logs, 1) -> (unindexedLogs, 2) -> (checkMatches, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Subscribe, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Init, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Setup, 2) -> (StartPProf, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (update, 0) -> (Dy, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (ListenUDP, 2) -> (newUDP, 2) -> (newTable, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (StartMining, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (doCall, 5)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startListening, 0) -> (listenLoop, 0) -> (Accept, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Start, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (StartMining, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Subscribe, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (Serve, 2) -> (Serve, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Remove, 1) -> (duk_idx_t, 1) -> (assertChangeable, 0) -> (Panic, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (txsyncLoop, 0)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (ListenUDP, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (commitNewWork, 0) -> (push, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newWorker, 6) -> (resultLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Start, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5) -> (dispatcher, 1) -> (reportCallDone, 1) -> (WriteCallProblem, 2) -> (Logs, 1) -> (unindexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (discoverPMP, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newWatcher, 1) -> (monitor, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (loop, 0) -> (Range, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (lotteryTaskLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (discoverPMP, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newNonrecursiveTree, 3)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (NewRemotelyControlledSampler, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (loop, 0) -> (Range, 1) -> (load, 0) -> (LoadState, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Serve, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Merge, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Call, 3) -> (constructSafe, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (NewSampler, 2) -> (NewRemotelyControlledSampler, 2)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (discoverUPnP, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (lotteryTaskLoop, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (reset, 2) -> (promoteExecutables, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (right, 1) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Sum, 1) -> (byte, 1) -> (readUint, 1) -> (Uint64, 1) -> (handle, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ToHash, 0) -> (_ToHash, 0) -> (Count, 0) -> (Count, 1) -> (Call, 3) -> (constructSafe, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (syncer, 0) -> (BestPeer, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Handshake, 4)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (update, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (discoverPMP, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (propagateCancel, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (rlpHash, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (Start, 0) -> (Boolean, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (stateFetcher, 0) -> (runStateSync, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (loop, 0) -> (Range, 1) -> (load, 0) -> (LoadState, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (_ToHash, 0) -> (Count, 0) -> (Count, 1) -> (Call, 3) -> (doCall, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (NewLDBDatabase, 3) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (loop, 0) -> (Range, 1) -> (load, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (startBloomHandlers, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Set, 1) -> (ParseInt, 3) -> (Unix, 2) -> (isDebugAllowed, 1) -> (Init, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (loop, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewSampler, 2) -> (NewRemotelyControlledSampler, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Sum, 1) -> (byte, 1) -> (readUint, 1) -> (Uint64, 1) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (DialInProc, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitNewWork, 0) -> (push, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (parse, 0) -> (pushValue, 0) -> (im, 1) -> (acknowledgeSelfClosingTag, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (lotteryTaskLoop, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 2) -> (newUDP, 2) -> (newTable, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (NewLDBDatabase, 3) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Init, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newWorker, 6)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 1) -> (isPipeNotReady, 1) -> (DialIPC, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (rlpHash, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (Start, 0) -> (Boolean, 1) -> (print, 0) -> (compactionExitTransact, 0) -> (NewArrayIndexer, 1) -> (connectNamedPipe, 2) -> (createNamedPipe, 8) -> (GetReceipts, 2) -> (Logs, 1) -> (unindexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (ProcessVerifyProof, 0) -> (SIP7, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (rlpHash, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (dial, 0) -> (DialTimeout, 3) -> (setSentinel, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (newNonrecursiveTree, 3)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewClient, 1) -> (newConnPool, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (watch, 3) -> (newWatched, 4)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (VerifyHeader, 3) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (commitNewWork, 0) -> (push, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (handle, 1) -> (handleMsg, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (loop, 0) -> (Range, 1) -> (load, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (New, 6) -> (stateFetcher, 0) -> (runStateSync, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (loop, 0) -> (Range, 1) -> (load, 0) -> (LoadState, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (DialInProc, 1) -> (ServeCodec, 2) -> (dispatch, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (InsertChain, 1) -> (PostChainEvents, 2) -> (report, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0) -> (memCompaction, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (update, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 5) -> (readLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newWorker, 6) -> (resultLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (delete, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Set, 1) -> (ParseInt, 3) -> (Unix, 2) -> (isDebugAllowed, 1) -> (SetupMetrics, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (SetupMetrics, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (discoverPMP, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewLDBDatabase, 3) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (createNamedPipe, 8) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (syncer, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (StartMining, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (New, 6)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (promoteExecutables, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (resultLoop, 0) -> (Insert, 2) -> (Link, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (InsertChain, 1) -> (PostChainEvents, 2) -> (report, 3) -> (Info, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (DialInProc, 1)
(addOut_C, 2) -> (Clone, 0) -> (DeepCopy, 2) -> (DeepUnserial, 2) -> (Decode, 1) -> (NewDecoder, 2) -> (readLine, 0) -> (handleKey, 1) -> (discoverPMP, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (newWorker, 6) -> (resultLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (InsertChain, 1) -> (PostChainEvents, 2) -> (report, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (startWithSnapshots, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Init, 0) -> (Pipe, 1)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startListening, 0) -> (listenLoop, 0) -> (Accept, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (rlpHash, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (Start, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (get, 6)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (update, 0) -> (Dy, 0) -> (Post, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newWorker, 6) -> (resultLoop, 0) -> (Insert, 2) -> (Link, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (syncer, 0) -> (BestPeer, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1)
(addOut_C, 2) -> (Clone, 0) -> (DeepCopy, 2) -> (DeepUnserial, 2) -> (Decode, 1) -> (NewDecoder, 2) -> (readLine, 0) -> (handleKey, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (newWatcher, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newWatcher, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (Meter, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (loop, 0) -> (Range, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newWatcher, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (rlpHash, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (Start, 0) -> (Boolean, 1) -> (print, 0) -> (compactionExitTransact, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (VerifyHeader, 3) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (SetupConn, 3) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (start, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (SetupMetrics, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (initConn, 1) -> (Select, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (Subscribe, 1)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (update, 0) -> (Dy, 0) -> (Post, 1) -> (deliver, 1) -> (GetContrctNonce, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Start, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5) -> (dispatcher, 1) -> (reportCallDone, 1) -> (WriteCallProblem, 2) -> (Logs, 1) -> (unindexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (delete, 5)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (VerifyHeader, 3) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewLDBDatabase, 3) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 2) -> (newUDP, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (update, 0) -> (Dy, 0) -> (Post, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Start, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (get, 6)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (startWithSnapshots, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (update, 0) -> (Dy, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (createNamedPipe, 8) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Register, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (New, 6)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Start, 0) -> (run, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newWatcher, 1) -> (monitor, 0) -> (IsStop, 2)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (powResultLoop, 0) -> (SetVotes, 2) -> (doit, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (ListenUDP, 5) -> (readLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (rlpHash, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (Start, 0) -> (Boolean, 1) -> (print, 0) -> (compactionExitTransact, 0) -> (NewArrayIndexer, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (NewClient, 1) -> (newConnPool, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (stateFetcher, 0) -> (runStateSync, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (InsertChain, 1) -> (PostChainEvents, 2) -> (report, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Register, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (New, 6)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (handle, 1) -> (handleMsg, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0) -> (listenLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (txsyncLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0) -> (listenLoop, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (update, 0) -> (Dy, 0) -> (Post, 1) -> (deliver, 1) -> (GetContrctNonce, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newWatcher, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (loop, 0) -> (Range, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (reset, 2) -> (promoteExecutables, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (VerifyHeader, 3) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (parse, 0) -> (pushValue, 0) -> (im, 1) -> (acknowledgeSelfClosingTag, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (loop, 0) -> (Range, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (newClient, 2) -> (dispatch, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (voteLoop, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Subscribe, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (syncer, 0) -> (BestPeer, 0)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Setup, 2) -> (StartPProf, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (startWithSnapshots, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Set, 1) -> (ParseInt, 3) -> (Unix, 2) -> (isDebugAllowed, 1) -> (discoverUPnP, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (discoverUPnP, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (watch, 3) -> (singlewatch, 4)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (update, 0) -> (Dy, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (lotteryTaskLoop, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (readFull, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (right, 1) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1) -> (SendLotteryEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (lotteryTaskLoop, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newWorker, 6)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (ListenUDP, 2) -> (newUDP, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (parse, 0) -> (pushValue, 0) -> (im, 1) -> (acknowledgeSelfClosingTag, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (DialInProc, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Purge, 0) -> (Init, 0) -> (Pipe, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (DialWebsocket, 3) -> (wsDialContext, 2) -> (NewClient, 2)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (newWorker, 6)
(addOut_C, 2) -> (Clone, 0) -> (DeepCopy, 2) -> (DeepUnserial, 2) -> (Decode, 1) -> (NewDecoder, 2) -> (readLine, 0) -> (handleKey, 1) -> (Init, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (reset, 2) -> (promoteExecutables, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (report, 1) -> (reportStats, 1) -> (PeerCount, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (commitNewWork, 0) -> (push, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (watch, 3) -> (newWatched, 4)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (startWithSnapshots, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (loop, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (New, 6)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Merge, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watchNetwork, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (loop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (lotteryTaskLoop, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (lotteryTaskLoop, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (NewLDBDatabase, 3) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (discoverUPnP, 0)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 0)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 0) -> (removeAll, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (powResultLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (init, 0) -> (LookupRune, 1) -> (Pipe, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (NewLDBDatabase, 3) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (delete, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (commitTransactions, 4)
(addOut_C, 2) -> (Clone, 0) -> (DeepCopy, 2) -> (DeepUnserial, 2) -> (Decode, 1) -> (NewDecoder, 2) -> (readLine, 0) -> (handleKey, 1) -> (discoverUPnP, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Serve, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (powResultLoop, 0) -> (SetVotes, 2) -> (doit, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (parse, 0) -> (pushValue, 0) -> (im, 1) -> (acknowledgeSelfClosingTag, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (discoverUPnP, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startListening, 0) -> (listenLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startListening, 0) -> (listenLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (update, 0) -> (Dy, 0) -> (Post, 1) -> (deliver, 1) -> (GetContrctNonce, 0)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (update, 0) -> (Dy, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (InsertChain, 1) -> (PostChainEvents, 2) -> (report, 3) -> (Info, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (DialInProc, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Sum, 1) -> (byte, 1) -> (readUint, 1) -> (Uint64, 1) -> (handle, 1) -> (handleMsg, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (lookup, 1) -> (lookupValue, 2) -> (lookup, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (loop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (voteLoop, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1) -> (FastSyncCommitHead, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (addTxsLocked, 2) -> (promoteExecutables, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (lotteryTaskLoop, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (DeepCopy, 2) -> (DeepUnserial, 2) -> (Decode, 1) -> (NewDecoder, 2) -> (readLine, 0) -> (handleKey, 1) -> (parseProgram, 0) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewChainIndexer, 7)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (lotteryTaskLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (discoverPMP, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (handle, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (NewClient, 1) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 0) -> (removeAll, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (txsyncLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 5)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Serve, 2) -> (Serve, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newWorker, 6) -> (resultLoop, 0) -> (Insert, 2) -> (Link, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1) -> (FastSyncCommitHead, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (loop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (NewChainIndexer, 7)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2) -> (dispatch, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (DialWebsocket, 3) -> (wsDialContext, 2) -> (NewClient, 2) -> (newHybiClientConn, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (NewChainIndexer, 7)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (syncer, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Merge, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Run, 2) -> (run, 0)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (ListenUDP, 5) -> (readLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (readFull, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (right, 1) -> (parse, 0) -> (pushValue, 0) -> (im, 1) -> (acknowledgeSelfClosingTag, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (delete, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (reset, 2) -> (promoteExecutables, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (readFull, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (right, 1) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (voteLoop, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startListening, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (loop, 0) -> (Delete, 1) -> (delete, 0) -> (deleteBinding, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (loop, 0) -> (Range, 1) -> (load, 0) -> (LoadState, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewLDBDatabase, 3) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (powResultLoop, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (subscribe, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (initConn, 1) -> (Select, 1) -> (newKeylessStatusCmd, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (rlpHash, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (Start, 0) -> (Boolean, 1) -> (print, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (New, 6) -> (stateFetcher, 0) -> (runStateSync, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (loop, 0) -> (Range, 1) -> (load, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (voteLoop, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (newRecursiveTree, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (syncer, 0) -> (BestPeer, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1) -> (FastSyncCommitHead, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newWorker, 6) -> (resultLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (InsertChain, 1) -> (PostChainEvents, 2) -> (report, 3) -> (Info, 2)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (EncodeNonce, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Set, 1) -> (ParseInt, 3) -> (Unix, 2) -> (isDebugAllowed, 1) -> (parseProgram, 0) -> (parseSourceElements, 0) -> (parseSourceElement, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Setup, 2) -> (StartPProf, 1)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (VerifyHeader, 3) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (createNamedPipe, 8) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (update, 0) -> (Dy, 0) -> (Post, 1) -> (deliver, 1) -> (GetContrctNonce, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (watch, 2) -> (InotifyAddWatch, 3)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Setup, 2) -> (StartPProf, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insertChain, 2) -> (report, 3) -> (Info, 2)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (doCall, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (run, 0) -> (removeAll, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (initConn, 1) -> (Select, 1) -> (newKeylessStatusCmd, 2) -> (isDir, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3) -> (deliver, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (lotteryTaskLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Handshake, 4)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewClient, 1) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0) -> (getDialTimeout, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (start, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (txsyncLoop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Remove, 1) -> (duk_idx_t, 1) -> (assertChangeable, 0) -> (Panic, 1) -> (delete, 5)
(addOut_C, 2) -> (Clone, 0) -> (DeepCopy, 2) -> (DeepUnserial, 2) -> (Decode, 1) -> (NewDecoder, 2) -> (readLine, 0) -> (handleKey, 1) -> (SetupMetrics, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (Any, 0) -> (discoverPMP, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (newClient, 2) -> (dispatch, 1) -> (isDir, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (voteLoop, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (update, 0) -> (Dy, 0) -> (Post, 1) -> (deliver, 1) -> (GetContrctNonce, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (handle, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (SetupMetrics, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (NewClient, 1) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0) -> (getDialTimeout, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (assignTasks, 0) -> (FetchNodeData, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (update, 0) -> (Dy, 0) -> (Post, 1)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (ListenUDP, 2) -> (newUDP, 2) -> (newTable, 5)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (lotteryTaskLoop, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (syncer, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watchNetwork, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (Register, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (newClient, 2) -> (dispatch, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (InsertChain, 1) -> (PostChainEvents, 2) -> (report, 3) -> (Info, 2)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (MasterAddr, 0) -> (setSentinel, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Set, 1) -> (ParseInt, 3) -> (Unix, 2) -> (isDebugAllowed, 1) -> (discoverPMP, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3)
(addOut_C, 2) -> (Clone, 0) -> (DeepCopy, 2) -> (DeepUnserial, 2) -> (Decode, 1) -> (NewDecoder, 2) -> (readLine, 0) -> (handleKey, 1) -> (Setup, 2) -> (StartPProf, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (StartMining, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (NewLDBDatabase, 3) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Start, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5) -> (dispatcher, 1) -> (reportCallDone, 1) -> (WriteCallProblem, 2) -> (Logs, 1) -> (unindexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Start, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (update, 0) -> (Dy, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (voteLoop, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Set, 1) -> (ParseInt, 3) -> (Unix, 2) -> (isDebugAllowed, 1) -> (parse, 0) -> (pushValue, 0) -> (im, 1) -> (acknowledgeSelfClosingTag, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (InsertChain, 1) -> (PostChainEvents, 2) -> (report, 3)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (MasterAddr, 0) -> (setSentinel, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1) -> (FastSyncCommitHead, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (parse, 0) -> (pushValue, 0) -> (im, 1) -> (acknowledgeSelfClosingTag, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (newRecursiveTree, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (DialWebsocket, 3) -> (wsDialContext, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Setup, 2) -> (StartPProf, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Purge, 0) -> (Init, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (SetupMetrics, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startListening, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (Meter, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (insert, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (discoverUPnP, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watch, 3) -> (newWatched, 4)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (loop, 0) -> (Delete, 1) -> (delete, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (NewLDBDatabase, 3) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (createNamedPipe, 8) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (refresh, 1)
(addOut_C, 2) -> (insertOS, 2) -> (AppendLeaf, 1) -> (parent, 1) -> (EncodeToBytes, 1) -> (toBytes, 0) -> (size, 0) -> (putint, 2) -> (run, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newRecursiveTree, 2) -> (dispatch, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (VerifyHeader, 3) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (init, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Run, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Serve, 2) -> (Serve, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Init, 0) -> (Pipe, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (rlpHash, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (Start, 0) -> (Boolean, 1) -> (print, 0) -> (compactionExitTransact, 0) -> (NewArrayIndexer, 1) -> (connectNamedPipe, 2) -> (createNamedPipe, 8) -> (GetReceipts, 2) -> (Logs, 1) -> (unindexedLogs, 2) -> (checkMatches, 2) -> (Multiplex, 3) -> (DeliverSections, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (readFull, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (right, 1) -> (handle, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newClient, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Init, 0) -> (Pipe, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Init, 0) -> (Pipe, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Start, 0) -> (run, 0) -> (removeAll, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (newWorker, 6) -> (resultLoop, 0) -> (Insert, 2) -> (Link, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Sum, 1) -> (byte, 1) -> (readUint, 1) -> (Uint64, 1) -> (parse, 0) -> (pushValue, 0) -> (im, 1) -> (acknowledgeSelfClosingTag, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (handle, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (update, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (Subscribe, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (right, 1) -> (handle, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (newTree, 0) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1) -> (FastSyncCommitHead, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Set, 1) -> (ParseInt, 3) -> (Unix, 2) -> (isDebugAllowed, 1) -> (Init, 0) -> (Pipe, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Run, 2) -> (run, 0) -> (removeAll, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (loop, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (newClient, 2)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (loop, 0) -> (Delete, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Init, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewSampler, 2) -> (NewRemotelyControlledSampler, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2) -> (WebsocketHandler, 1) -> (NewCodec, 3) -> (GetReceipts, 2) -> (returnLogs, 1) -> (indexedLogs, 2) -> (checkMatches, 2)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (update, 0) -> (Dy, 0) -> (Post, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (loop, 0) -> (Range, 1) -> (load, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (add, 2) -> (ToI256, 0) -> (I256, 1) -> (And, 2) -> (newNonrecursiveTree, 3) -> (internal, 1) -> (AddDir, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (start, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (startBloomHandlers, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (update, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (syncer, 0) -> (BestPeer, 0) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1) -> (importBlockResults, 1) -> (FastSyncCommitHead, 1)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Init, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewClient, 1) -> (newConnPool, 1) -> (getIdleCheckFrequency, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (New, 6) -> (stateFetcher, 0) -> (runStateSync, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1) -> (Any, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (handle, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (NewRemotelyControlledSampler, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (Serve, 2) -> (Serve, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newWorker, 6)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (init, 0) -> (LookupRune, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (mine, 2) -> (HashPos, 0) -> (mine, 5) -> (KeepAlive, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Sum, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (right, 1) -> (handle, 1) -> (handleMsg, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewLDBDatabase, 3) -> (RecoverFile, 2) -> (Recover, 2) -> (openDB, 1) -> (mCompaction, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (SetupMetrics, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (Register, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (handle, 1) -> (handleMsg, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (readFull, 1) -> (Read, 1) -> (SetReadDeadline, 1) -> (right, 1) -> (handle, 1) -> (handleMsg, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Merge, 0) -> (Merge, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (DialInProc, 1) -> (ServeCodec, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Sum, 1) -> (byte, 1) -> (readUint, 1) -> (Uint64, 1) -> (handle, 1) -> (handleMsg, 1) -> (AddLottery, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Any, 0)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (promoteExecutables, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (newNonrecursiveTree, 3) -> (internal, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (ServeHTTP, 2) -> (serveWebSocket, 2) -> (Handler, 1) -> (HandlerCtx, 2) -> (setupConn, 3) -> (doProtoHandshake, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (update, 0) -> (Dy, 0) -> (Post, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (lotteryTaskLoop, 0) -> (sign, 1) -> (AddVote, 1) -> (SendVoteEvent, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Set, 1) -> (ParseInt, 3) -> (Unix, 2) -> (isDebugAllowed, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Call, 3) -> (constructSafe, 3)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (voteLoop, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (startRPC, 1) -> (startWS, 5) -> (StartWSEndpoint, 5) -> (NewWSServer, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (New, 6) -> (stateFetcher, 0) -> (runStateSync, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1) -> (mCompaction, 0) -> (memCompaction, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Start, 0) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5) -> (dispatcher, 1) -> (reportCallDone, 1) -> (WriteCallProblem, 2) -> (Logs, 1) -> (unindexedLogs, 2) -> (checkMatches, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (start, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (Init, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (watchNetwork, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (commitNewWork, 0) -> (push, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (fetchBodies, 1) -> (fetchParts, 16)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (sign, 1) -> (AddVote, 1)
(addOut_C, 2) -> (Clone, 0) -> (DeepCopy, 2) -> (DeepUnserial, 2) -> (Decode, 1) -> (NewDecoder, 2) -> (readLine, 0) -> (handleKey, 1) -> (Init, 0) -> (Pipe, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (loop, 0) -> (Range, 1) -> (load, 0)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (startBloomHandlers, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (startBloomHandlers, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (doCall, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (startListening, 0)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 2) -> (newUDP, 2) -> (newTable, 5)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (resultLoop, 0) -> (Insert, 2) -> (Link, 1)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (OpenFile, 2) -> (newFileLock, 2) -> (openDB, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (GasPrice, 0) -> (Set, 1) -> (ParseInt, 3) -> (UTC, 0) -> (parse, 0) -> (pushValue, 0) -> (im, 1) -> (acknowledgeSelfClosingTag, 0) -> (parseStatement, 0) -> (optionalSemicolon, 0) -> (expect, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Meter, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (ListenUDP, 5) -> (readLoop, 0)
(addOut_C, 2) -> (insertOS, 2) -> (addOut_Log, 3) -> (AddOut, 3) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Dial, 2) -> (dialStreamLocal, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Get, 1) -> (Search, 2) -> (process, 1) -> (readReply, 1) -> (VerifyHeader, 3) -> (verifyHeader, 4) -> (VerifySeal, 2) -> (ActualDifficulty, 0) -> (hashimoto, 5) -> (Miner_Hash_1, 2)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Encode, 2) -> (encodeBlock, 2) -> (load64, 2) -> (storeLastErr, 1) -> (run, 1)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (NewChainIndexer, 7)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (NewCipher, 1) -> (keySchedule, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (Call, 3) -> (constructSafe, 3)
(addOut_C, 2) -> (Clone, 0) -> (Add, 1) -> (Append, 1) -> (Append, 2) -> (Process, 1) -> (process, 1) -> (readReply, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Meter, 1)
(addOut_C, 2) -> (Clone, 0) -> (clone, 0) -> (, 1) -> (Write, 1) -> (SetWriteDeadline, 1) -> (nanotime, 0) -> (getOverlappedResult, 4) -> (Run, 2) -> (run, 0) -> (removeAll, 0) -> (runFunc, 5) -> (forkCall, 5)
(addOut_C, 2) -> (insertOS, 2) -> (GenRootCM, 0) -> (panic, 1) -> (New, 1) -> (duk_idx_t, 1) -> (Pow, 2) -> (getEmit, 0) -> (synchronise, 1) -> (Synchronise, 4) -> (synchronise, 4) -> (syncWithPeer, 3) -> (spawnSync, 1)

```

Leave a reaction on this issue to contribute to the project by classifying this instance as a **Bug** :-1:, **Mitigated** :+1:, or **Desirable Behavior** :rocket:
See the descriptions of the classifications [here](https://github.com/github-vet/rangeclosure-findings#how-can-i-help) for more information.

commit ID: 9d3d61a3bcf7ac728fbb0132afdb595c1f7269bb

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.