fix: cap tx complexity #2454
Annotations
8 errors and 1 warning
Lint:
src/vms/pvm/etna-builder/spend-reducers/verifyGasUsage.test.ts#L4
'verifyGasUsage' is defined but never used
|
Lint:
src/vms/pvm/etna-builder/spend-reducers/verifyGasUsage.ts#L8
Replace `⏎··state,⏎··spendHelper,⏎` with `state,·spendHelper`
|
|
Lint:
src/vms/pvm/etna-builder/spend.ts#L12
Replace `·handleFeeAndChange,·verifyAssetsConsumed,·verifyGasUsage·` with `⏎··handleFeeAndChange,⏎··verifyAssetsConsumed,⏎··verifyGasUsage,⏎`
|
Lint:
src/vms/pvm/etna-builder/spend.ts#L148
Insert `,`
|
|
Lint:
src/vms/pvm/etna-builder/spendHelper.ts#L308
Replace ``Gas·usage·of·transaction·(${gas.toString()})·exceeds·capacity·(${this.feeState.capacity.toString()})`)` with `⏎········`Gas·usage·of·transaction·(${gas.toString()})·exceeds·capacity·(${this.feeState.capacity.toString()})`,⏎······);`
|
Lint
Process completed with exit code 1.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading