refactor: optimize performance of queryBtcTimeLockTxByBtcTx()
#719
Annotations
5 errors and 1 warning
test/services/transaction.test.ts > transactionProcessor > enqueueTransaction: should be add transaction request to queue:
test/services/transaction.test.ts#L130
AssertionError: expected 2 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 2
❯ test/services/transaction.test.ts:130:27
|
test (electrs)
Process completed with exit code 1.
|
test (mempool)
The job was canceled because "electrs" failed.
|
test/services/transaction.test.ts > transactionProcessor > enqueueTransaction: should be add transaction request to queue:
test/services/transaction.test.ts#L130
AssertionError: expected 2 to be 1 // Object.is equality
- Expected
+ Received
- 1
+ 2
❯ test/services/transaction.test.ts:130:27
|
test (mempool)
Process completed with exit code 1.
|
test (electrs)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|