Skip to content

refactor: export stub implementation of op codes under internal namespace #108

refactor: export stub implementation of op codes under internal namespace

refactor: export stub implementation of op codes under internal namespace #108

Triggered via pull request January 22, 2025 05:34
Status Failure
Total duration 2m 22s
Artifacts

pr.yml

on: pull_request
Build @algorandfoundation/algorand-typescript-testing  /  node-ci
2m 12s
Build @algorandfoundation/algorand-typescript-testing / node-ci
Fit to window
Zoom out
Zoom in

Annotations

8 errors and 1 warning
Build @algorandfoundation/algorand-typescript-testing / node-ci: src/context-helpers/internal-context.ts#L15
Conversion of type 'ExecutionContext' to type 'TestExecutionContext' may be a mistake because neither type sufficiently overlaps with the other. If this was intentional, convert the expression to 'unknown' first.
Build @algorandfoundation/algorand-typescript-testing / node-ci: src/impl/itxn.ts#L35
Property 'GiTxn' does not exist on type 'typeof import("/home/runner/work/algorand-typescript-testing/algorand-typescript-testing/node_modules/@algorandfoundation/algorand-typescript/op")'. Did you mean 'GITxn'?
Build @algorandfoundation/algorand-typescript-testing / node-ci: src/test-execution-context.ts#L24
Class 'TestExecutionContext' incorrectly implements interface 'ExecutionContext'.
Build @algorandfoundation/algorand-typescript-testing / node-ci: src/test-execution-context.ts#L36
Type 'this' is not assignable to type 'ExecutionContext'.
Build @algorandfoundation/algorand-typescript-testing / node-ci: src/test-execution-context.ts#L168
Type 'this' is not assignable to type 'ExecutionContext'.
Build @algorandfoundation/algorand-typescript-testing / node-ci: tests/artifacts/state-ops/contract.algo.ts#L371
Property 'GiTxn' does not exist on type 'typeof import("/home/runner/work/algorand-typescript-testing/algorand-typescript-testing/node_modules/@algorandfoundation/algorand-typescript/op")'. Did you mean 'GITxn'?
Build @algorandfoundation/algorand-typescript-testing / node-ci: tests/artifacts/state-ops/contract.algo.ts#L372
Property 'GiTxn' does not exist on type 'typeof import("/home/runner/work/algorand-typescript-testing/algorand-typescript-testing/node_modules/@algorandfoundation/algorand-typescript/op")'. Did you mean 'GITxn'?
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