Skip to content

feat: implement bitcoin api #11

feat: implement bitcoin api

feat: implement bitcoin api #11

Triggered via pull request March 4, 2024 10:17
@ahonnahonn
synchronize #1
develop
Status Failure
Total duration 44s
Billable time 1m
Artifacts

test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors and 1 warning
test/routes/bitcoind/address.test.ts > /bitcoin/v1/address > Get address balance: test/routes/bitcoind/address.test.ts#L40
AssertionError: expected { …(5) } to strictly equal { …(4) } - Expected + Received Object { "address": "tb1qlrg2mhyxrq7ns5rpa6qvrvttr9674n6z0trymp", + "dust_satoshi": 0, "pending_satoshi": 0, "satoshi": 181652, "utxo_count": 2, } ❯ test/routes/bitcoind/address.test.ts:40:18
test
Process completed with exit code 1.
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.