Skip to content

refactor: prereqs for puya debugging support #715

refactor: prereqs for puya debugging support

refactor: prereqs for puya debugging support #715

Triggered via pull request September 26, 2024 12:04
Status Success
Total duration 6m 14s
Artifacts

pr.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

12 warnings
check_docs
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pull_request / node-ci
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
pull_request / node-ci: src/transaction/legacy-bridge.ts#L72
Replace `(transaction.signers.get(i)·??·getSenderTransactionSigner(from)` with `transaction.signers.get(i)·??·getSenderTransactionSigner(from`
pull_request / node-ci: src/types/app-client.ts#L1054
Replace `(result.returns?.length·??·0·>·0)` with `result.returns?.length·??·0·>·0`
pull_request / node-ci: src/types/app-client.ts#L1725
Replace `(result.methodResults?.length·??·0·>·0)` with `result.methodResults?.length·??·0·>·0`
pull_request / node-ci: src/types/client-manager.ts#L511
Replace `(token·??·{})` with `token·??·{}`
pull_request / node-ci: src/types/client-manager.ts#L557
Replace `(token·??·{})` with `token·??·{}`
pull_request / node-ci: src/types/composer.ts#L900
Replace `(params.schema?.localInts·??·0)` with `params.schema?.localInts·??·0`
pull_request / node-ci: src/types/composer.ts#L901
Replace `(params.schema?.localByteSlices·??·0)` with `params.schema?.localByteSlices·??·0`
pull_request / node-ci: src/types/composer.ts#L902
Replace `(params.schema?.globalInts·??·0)` with `params.schema?.globalInts·??·0`
pull_request / node-ci: src/types/composer.ts#L903
Replace `(params.schema?.globalByteSlices·??·0)` with `params.schema?.globalByteSlices·??·0`
pull_request / node-ci: src/types/composer.ts#L1048
Replace `(params.extraProgramPages·??·Math.floor((approvalProgram!.length·+·clearStateProgram!.length)·/·APP_PAGE_MAX_SIZE))` with `params.extraProgramPages·??·Math.floor((approvalProgram!.length·+·clearStateProgram!.length)·/·APP_PAGE_MAX_SIZE)`