Skip to content

Run the entire test suite with the latest dependency versions #4850

Run the entire test suite with the latest dependency versions

Run the entire test suite with the latest dependency versions #4850

Triggered via schedule October 31, 2024 08:06
Status Failure
Total duration 51s
Artifacts
Matrix: Test without pnpm-lock.yaml
Fit to window
Zoom out
Zoom in

Annotations

11 errors
Test without pnpm-lock.yaml (ubuntu-latest): packages/hardhat-core/src/internal/util/event-emitter.ts#L81
Property 'listeners' in type 'EventEmitterWrapper' is not assignable to the same property in base type 'EventEmitter<{}>'.
Test without pnpm-lock.yaml (ubuntu-latest): packages/hardhat-core/src/internal/util/event-emitter.ts#L86
Property 'rawListeners' in type 'EventEmitterWrapper' is not assignable to the same property in base type 'EventEmitter<{}>'.
Test without pnpm-lock.yaml (ubuntu-latest): packages/hardhat-core/src/internal/core/providers/wrapper.ts#L12
Class 'ProviderWrapper' incorrectly implements interface 'EIP1193Provider'.
Test without pnpm-lock.yaml (ubuntu-latest): packages/hardhat-core/src/internal/core/providers/backwards-compatibility.ts#L19
Class 'BackwardsCompatibilityProviderAdapter' incorrectly implements interface 'EthereumProvider'.
Test without pnpm-lock.yaml (ubuntu-latest): packages/hardhat-core/src/internal/core/providers/construction.ts#L153
Type 'BackwardsCompatibilityProviderAdapter' is not assignable to type 'EthereumProvider'.
Test without pnpm-lock.yaml (ubuntu-latest): packages/hardhat-core/src/internal/core/providers/construction.ts#L204
Type 'LocalAccountsProvider' is not assignable to type 'EIP1193Provider'.
Test without pnpm-lock.yaml (ubuntu-latest): packages/hardhat-core/src/internal/core/providers/construction.ts#L206
Type 'HDWalletProvider' is not assignable to type 'EIP1193Provider'.
Test without pnpm-lock.yaml (ubuntu-latest): packages/hardhat-core/src/internal/core/providers/construction.ts#L220
Type 'FixedSenderProvider' is not assignable to type 'EIP1193Provider'.
Test without pnpm-lock.yaml (ubuntu-latest): packages/hardhat-core/src/internal/core/providers/construction.ts#L222
Type 'AutomaticSenderProvider' is not assignable to type 'EIP1193Provider'.
Test without pnpm-lock.yaml (ubuntu-latest): packages/hardhat-core/src/internal/core/providers/construction.ts#L226
Type 'AutomaticGasProvider' is not assignable to type 'EIP1193Provider'.
Test without pnpm-lock.yaml (windows-latest)
The job was canceled because "ubuntu-latest" failed.