refactor: prereqs for puya debugging support #715
Annotations
11 warnings
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/
|
Lint:
src/transaction/legacy-bridge.ts#L72
Replace `(transaction.signers.get(i)·??·getSenderTransactionSigner(from)` with `transaction.signers.get(i)·??·getSenderTransactionSigner(from`
|
Lint:
src/types/app-client.ts#L1054
Replace `(result.returns?.length·??·0·>·0)` with `result.returns?.length·??·0·>·0`
|
Lint:
src/types/app-client.ts#L1725
Replace `(result.methodResults?.length·??·0·>·0)` with `result.methodResults?.length·??·0·>·0`
|
Lint:
src/types/client-manager.ts#L511
Replace `(token·??·{})` with `token·??·{}`
|
Lint:
src/types/client-manager.ts#L557
Replace `(token·??·{})` with `token·??·{}`
|
Lint:
src/types/composer.ts#L900
Replace `(params.schema?.localInts·??·0)` with `params.schema?.localInts·??·0`
|
Lint:
src/types/composer.ts#L901
Replace `(params.schema?.localByteSlices·??·0)` with `params.schema?.localByteSlices·??·0`
|
Lint:
src/types/composer.ts#L902
Replace `(params.schema?.globalInts·??·0)` with `params.schema?.globalInts·??·0`
|
Lint:
src/types/composer.ts#L903
Replace `(params.schema?.globalByteSlices·??·0)` with `params.schema?.globalByteSlices·??·0`
|
Lint:
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)`
|
Loading