feat: rgb++ ckb transaction queue #91
Annotations
2 errors and 1 warning
test/app.test.ts > `/docs/json` - 200:
test/app.test.ts#L16
AssertionError: expected [ '/token/generate', …(18) ] to strictly equal [ '/token/generate', …(16) ]
- Expected
+ Received
Array [
"/token/generate",
"/bitcoin/v1/info",
"/bitcoin/v1/block/{hash}",
"/bitcoin/v1/block/{hash}/txids",
"/bitcoin/v1/block/{hash}/header",
"/bitcoin/v1/block/height/{height}",
"/bitcoin/v1/transaction",
"/bitcoin/v1/transaction/{txid}",
"/bitcoin/v1/address/{address}/balance",
"/bitcoin/v1/address/{address}/unspent",
"/bitcoin/v1/address/{address}/txs",
"/rgbpp/v1/transaction/ckb-tx",
"/rgbpp/v1/transaction/{btc_txid}",
+ "/rgbpp/v1/transaction/{btc_txid}/job",
+ "/rgbpp/v1/assets/{btc_txid}",
"/rgbpp/v1/assets/{btc_txid}/{vout}",
"/rgbpp/v1/address/{btc_address}/assets",
- "/rgbpp/v1/spv/proof",
+ "/rgbpp/v1/btc-spv/proof",
"/cron/transactions",
]
❯ test/app.test.ts:16:35
|
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/.
|