Priority fees on EVMs (EIP-1559) #12954
Triggered via pull request
February 28, 2025 20:25
Status
Failure
Total duration
13m 58s
Artifacts
–
check-code-validation.yml
on: pull_request
Setup and Cache Dependencies
2m 47s
Type Checking
8m 52s
Linting and formatting
3m 9s
Unit Tests
10m 46s
Build libs for publishing
3m 31s
Other Checks
1m 54s
Releases revision Checks
1m 40s
Annotations
14 errors and 1 warning
Linting and formatting:
packages/suite/src/components/suite/modals/ReduxModal/TransactionReviewModal/TransactionReviewSummary.tsx#L64
'EVMFeeInfo' is assigned a value but never used. Allowed unused vars must match /^_/u
|
Linting and formatting:
packages/suite/src/hooks/wallet/useTradingRecomposeAndSign.ts#L3
'toWei' is defined but never used. Allowed unused vars must match /^_/u
|
Linting and formatting:
suite-common/wallet-core/src/send/sendFormEthereumThunks.ts#L64
Unexpected console statement. Only these console methods are allowed: warn, error
|
Linting and formatting:
suite-common/wallet-core/src/send/sendFormEthereumUtils.ts#L29
Unexpected console statement. Only these console methods are allowed: warn, error
|
Linting and formatting:
suite-common/wallet-core/src/send/sendFormEthereumUtils.ts#L57
Unexpected console statement. Only these console methods are allowed: warn, error
|
Linting and formatting:
suite-common/wallet-core/src/send/sendFormEthereumUtils.ts#L96
Unexpected console statement. Only these console methods are allowed: warn, error
|
Linting and formatting
Process completed with exit code 1.
|
Type Checking
'EVMFeeInfo' is declared but its value is never read.
|
Type Checking
Module '"../Fees"' has no exported member 'FeeOption'.
|
Type Checking
Cannot find name 'FeeOption'.
|
Type Checking
Type '{ symbol: NetworkSymbol; control: Control<any>; networkType: "bitcoin" | "ethereum" | "ripple" | "cardano" | "solana"; feeInfo: FeeInfo; errors: FieldErrors<FormState>; register: UseFormRegister<FormState>; getValues: UseFormGetValues<FormState>; setValue: UseFormSetValue<FormState>; composedFeePerByte: string; }' is not assignable to type 'IntrinsicAttributes & CustomFeeProps<FormState>'.
|
Type Checking
'toWei' is declared but its value is never read.
|
Type Checking
Process completed with exit code 1.
|
Unit Tests
Process completed with exit code 1.
|
Linting and formatting:
packages/connect/src/api/ethereum/EthereumFees.ts#L23
Unexpected console statement. Only these console methods are allowed: warn, error
|