refactor: export stub implementation of op codes under internal namespace #108
pr.yml
on: pull_request
Build @algorandfoundation/algorand-typescript-testing
/
node-ci
2m 12s
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
|