refactor: prereqs for puya debugging support #714
pr.yml
on: pull_request
pull_request
/
node-ci
25s
check_docs
17s
Annotations
11 errors and 12 warnings
check_docs
Process completed with exit code 3.
|
pull_request / node-ci:
src/account/account.ts#L173
Object literal may only specify known properties, and 'lastHeartbeat' does not exist in type 'AccountInformation'.
|
pull_request / node-ci:
src/account/account.ts#L173
Property 'lastHeartbeat' does not exist on type 'Account'.
|
pull_request / node-ci:
src/account/account.ts#L173
Property 'lastHeartbeat' does not exist on type 'Account'.
|
pull_request / node-ci:
src/account/account.ts#L174
Property 'lastProposed' does not exist on type 'Account'.
|
pull_request / node-ci:
src/account/account.ts#L174
Property 'lastProposed' does not exist on type 'Account'.
|
pull_request / node-ci:
src/types/account-manager.ts#L222
Property 'lastHeartbeat' does not exist on type 'Account'.
|
pull_request / node-ci:
src/types/account-manager.ts#L222
Property 'lastHeartbeat' does not exist on type 'Account'.
|
pull_request / node-ci:
src/types/account-manager.ts#L223
Property 'lastProposed' does not exist on type 'Account'.
|
pull_request / node-ci:
src/types/account-manager.ts#L223
Property 'lastProposed' does not exist on type 'Account'.
|
pull_request / node-ci
Process completed with exit code 2.
|
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)`
|