feat: implement stubs for LogicSig and arg op code #55
pr.yml
on: pull_request
Build @algorandfoundation/algorand-typescript-testing
/
node-ci
3m 22s
Annotations
3 errors and 1 warning
examples/htlc-logicsig/signature.spec.ts > HTLC LogicSig > seller receives payment if correct secret is provided:
examples/htlc-logicsig/signature.algo.ts#L28
TypeError: op.arg is not a function
❯ HashedTimeLockedLogicSig.program examples/htlc-logicsig/signature.algo.ts:28:42
❯ TestExecutionContext.executeLogicSig src/test-execution-context.ts:139:23
❯ examples/htlc-logicsig/signature.spec.ts:28:28
❯ Object.execute src/subcontexts/transaction-context.ts:102:24
❯ examples/htlc-logicsig/signature.spec.ts:27:8
|
examples/zk-whitelist/contract.spec.ts > ZK Whitelist > returns error message if proof verification fails:
examples/zk-whitelist/contract.spec.ts#L47
AssertionError: expected 'Sender address does not match authori…' to deeply equal 'Proof verification failed'
Expected: "Proof verification failed"
Received: "Sender address does not match authorized address"
❯ examples/zk-whitelist/contract.spec.ts:47:27
|
Build @algorandfoundation/algorand-typescript-testing / node-ci
Process completed with exit code 1.
|
Build @algorandfoundation/algorand-typescript-testing / node-ci
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|