feat: implement stubs for LogicSig and arg op code #56
pr.yml
on: pull_request
Build @algorandfoundation/algorand-typescript-testing
/
node-ci
3m 23s
Annotations
4 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 true if address is already in whitelist:
examples/zk-whitelist/contract.algo.ts#L74
TypeError: op.appOptedIn is not a function
❯ ZkWhitelistContract.isOnWhitelist examples/zk-whitelist/contract.algo.ts:74:24
❯ src/subcontexts/contract-context.ts:210:63
❯ Object.execute src/subcontexts/transaction-context.ts:102:24
❯ Proxy.<anonymous> src/subcontexts/contract-context.ts:206:58
❯ examples/zk-whitelist/contract.spec.ts:59:29
|
examples/zk-whitelist/contract.spec.ts > ZK Whitelist > returns false if address is not in whitelist:
examples/zk-whitelist/contract.algo.ts#L74
TypeError: op.appOptedIn is not a function
❯ ZkWhitelistContract.isOnWhitelist examples/zk-whitelist/contract.algo.ts:74:24
❯ src/subcontexts/contract-context.ts:210:63
❯ Object.execute src/subcontexts/transaction-context.ts:102:24
❯ Proxy.<anonymous> src/subcontexts/contract-context.ts:206:58
❯ examples/zk-whitelist/contract.spec.ts:74:29
|
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
|