feat: p-chain dynamic fees #2287
ci.yml
on: pull_request
Lint, build and test
23s
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.
|