Skip to content

fix: amount calculation in the rgbpp address balance endpoint #699

fix: amount calculation in the rgbpp address balance endpoint

fix: amount calculation in the rgbpp address balance endpoint #699

Triggered via pull request August 19, 2024 05:14
Status Failure
Total duration 1m 12s
Artifacts

test.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

7 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/routes/rgbpp/address.test.ts > /:btc_address/balance - with pending_amount: test/routes/rgbpp/address.test.ts#L96
Error: getPendingOuputCellsByTxid does not exist ❯ test/routes/rgbpp/address.test.ts:96:8
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/routes/rgbpp/address.test.ts > /:btc_address/balance - with pending_amount: test/routes/rgbpp/address.test.ts#L96
Error: getPendingOuputCellsByTxid does not exist ❯ test/routes/rgbpp/address.test.ts:96:8
test (mempool)
The operation was canceled.
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/