Skip to content

feat: approval screens for the new Etna tx types #321

feat: approval screens for the new Etna tx types

feat: approval screens for the new Etna tx types #321

Triggered via pull request November 21, 2024 10:37
Status Failure
Total duration 2m 35s
Artifacts

pr-checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 2 warnings
Lint and build: src/pages/ApproveAction/AvalancheSignTx.tsx#L1
Property 'isConvertSubnetToL1Tx' does not exist on type 'typeof index'.
Lint and build: src/pages/ApproveAction/AvalancheSignTx.tsx#L1
Property 'isRegisterL1ValidatorTx' does not exist on type 'typeof index'.
Lint and build: src/pages/ApproveAction/AvalancheSignTx.tsx#L1
Property 'isDisableL1ValidatorTx' does not exist on type 'typeof index'.
Lint and build: src/pages/ApproveAction/AvalancheSignTx.tsx#L1
Property 'isSetL1ValidatorWeightTx' does not exist on type 'typeof index'.
Lint and build: src/pages/ApproveAction/AvalancheSignTx.tsx#L1
Property 'isIncreaseL1ValidatorBalance' does not exist on type 'typeof index'.
Lint and build: src/pages/ApproveAction/components/ApproveConvertSubnetToL1.tsx#L1
Namespace 'index' has no exported member 'ConvertSubnetToL1Tx'.
Lint and build: src/pages/ApproveAction/components/ApproveDisableL1Validator.tsx#L1
'index' has no exported member named 'DisableL1ValidatorTx'. Did you mean 'isAddValidatorTx'?
Lint and build: src/pages/ApproveAction/components/ApproveIncreaseL1ValidatorBalance.tsx#L1
Namespace 'index' has no exported member 'IncreaseL1ValidatorBalanceTx'.
Lint and build: src/pages/ApproveAction/components/ApproveRegisterL1Validator.tsx#L1
Namespace 'index' has no exported member 'RegisterL1ValidatorTx'.
Lint and build: src/pages/ApproveAction/components/ApproveSetL1ValidatorWeight.tsx#L1
Namespace 'index' has no exported member 'SetL1ValidatorWeightTx'.
Lint and build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint and build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/