Skip to content

feat: p-chain dynamic fees #2287

feat: p-chain dynamic fees

feat: p-chain dynamic fees #2287

Triggered via pull request August 20, 2024 17:39
Status Failure
Total duration 34s
Artifacts

ci.yml

on: pull_request
Lint, build and test
23s
Lint, build and test
Fit to window
Zoom out
Zoom in

Annotations

6 errors
Lint, build and test: src/vms/pvm/utxoCalculationFns/useSpendableLockedUTXOs.spec.ts#L21
Argument of type '{ utxos: Utxo[]; fromAddresses: Address[]; amountsToStake: Map<string, bigint>; options: any; inputs: TransferableInput[]; inputUTXOs: Utxo[]; stakeOutputs: TransferableOutput[]; changeOutputs: TransferableOutput[]; addressMaps: AddressMaps; amountsToBurn: Map<...>; }' is not assignable to parameter of type 'UTXOCalculationState'.
Lint, build and test: src/vms/pvm/utxoCalculationFns/useSpendableLockedUTXOs.spec.ts#L47
Argument of type '{ utxos: Utxo[]; fromAddresses: Address[]; amountsToStake: Map<string, bigint>; options: any; inputs: TransferableInput[]; inputUTXOs: Utxo[]; stakeOutputs: TransferableOutput[]; changeOutputs: TransferableOutput[]; addressMaps: AddressMaps; amountsToBurn: Map<...>; }' is not assignable to parameter of type 'UTXOCalculationState'.
Lint, build and test: src/vms/pvm/utxoCalculationFns/useSpendableLockedUTXOs.spec.ts#L73
Argument of type '{ utxos: Utxo[]; fromAddresses: Address[]; amountsToStake: Map<string, bigint>; options: any; inputs: TransferableInput[]; inputUTXOs: Utxo[]; stakeOutputs: TransferableOutput[]; changeOutputs: TransferableOutput[]; addressMaps: AddressMaps; amountsToBurn: Map<...>; }' is not assignable to parameter of type 'UTXOCalculationState'.
Lint, build and test: src/vms/pvm/utxoCalculationFns/useSpendableLockedUTXOs.spec.ts#L115
Argument of type '{ utxos: Utxo[]; fromAddresses: Address[]; amountsToStake: Map<string, bigint>; options: any; inputs: TransferableInput[]; inputUTXOs: Utxo[]; stakeOutputs: TransferableOutput[]; changeOutputs: TransferableOutput[]; addressMaps: AddressMaps; amountsToBurn: Map<...>; }' is not assignable to parameter of type 'UTXOCalculationState'.
Lint, build and test: src/vms/pvm/utxoCalculationFns/useUnlockedUTXOs.spec.ts#L10
Argument of type '{ amountsToBurn: Map<string, bigint>; utxos: Utxo[]; fromAddresses: Address[]; amountsToStake: Map<string, bigint>; options: any; inputs: TransferableInput[]; inputUTXOs: Utxo[]; stakeOutputs: TransferableOutput[]; changeOutputs: TransferableOutput[]; addressMaps: AddressMaps; }' is not assignable to parameter of type 'UTXOCalculationState'.
Lint, build and test
Process completed with exit code 2.