Skip to content

v0.13

v0.13 #235

Triggered via pull request January 20, 2026 11:04
@rkalisrkalis
synchronize #370
next
Status Failure
Total duration 1m 4s
Artifacts

github-actions.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

2 errors
testing
Process completed with exit code 1.
test/TransactionBuilder.test.ts > Transaction Builder > test TransactionBuilder.generateWcTransactionObject > should match the generateWcTransactionObjectFixture : packages/cashscript/test/TransactionBuilder.test.ts#L241
AssertionError: expected { broadcast: true, …(3) } to deeply equal { broadcast: true, …(3) } - Expected + Received @@ -33,11 +33,11 @@ }, ], "bytecode": "OP_OVER OP_HASH160 OP_EQUALVERIFY OP_CHECKSIG", "compiler": { "name": "cashc", - "version": "0.11.0", + "version": "0.13.0-next.2", }, "constructorInputs": [ { "name": "pkh", "type": "bytes20", ❯ test/TransactionBuilder.test.ts:241:55