chai-matchers update iteration 1 #1121
Annotations
10 errors and 1 warning
packages/hardhat-zksync-chai-matchers/src/internal/changeEtherBalance.ts#L38
Argument of type '([actualChange, address]: [bigint, string]) => void' is not assignable to parameter of type '(value: [bigint, string | BaseContractMethod<any[], any, any>]) => void | PromiseLike<void>'.
|
packages/hardhat-zksync-chai-matchers/src/internal/changeEtherBalance.ts#L82
Property 'effectiveGasPrice' does not exist on type 'TransactionReceipt'.
|
packages/hardhat-zksync-chai-matchers/src/internal/changeEtherBalances.ts#L72
Argument of type '([actualChanges, accountAddresses]: [Array<bigint>, string[]]) => void' is not assignable to parameter of type '(value: [any[], (string | BaseContractMethod<any[], any, any>)[]]) => void | PromiseLike<void>'.
|
packages/hardhat-zksync-chai-matchers/src/internal/changeEtherBalances.ts#L115
Property 'effectiveGasPrice' does not exist on type 'TransactionReceipt'.
|
packages/hardhat-zksync-chai-matchers/src/internal/changeTokenBalance.ts#L9
Property 'balanceOf' of type '(address: string, overrides?: any) => Promise<bigint>' is not assignable to 'string' index type 'BaseContractMethod<any[], any, any>'.
|
packages/hardhat-zksync-chai-matchers/src/internal/changeTokenBalance.ts#L40
Argument of type '([actualChange, address, tokenDescription]: [bigint, string, string]) => void' is not assignable to parameter of type '(value: [bigint, string | BaseContractMethod<any[], any, any>, string]) => void | PromiseLike<void>'.
|
packages/hardhat-zksync-chai-matchers/src/internal/changeTokenBalance.ts#L94
Argument of type '([actualChanges, addresses, tokenDescription]: [ bigint[], string[], string]) => void' is not assignable to parameter of type '(value: [bigint[], (string | BaseContractMethod<any[], any, any>)[], string]) => void | PromiseLike<void>'.
|
packages/hardhat-zksync-chai-matchers/node_modules/@nomicfoundation/hardhat-chai-matchers/internal/reverted/panic.d.ts#L1
'"ethers"' has no exported member named 'BigNumber'. Did you mean 'BigNumberish'?
|
node_modules/hardhat/common/bigInt.d.ts#L1
Cannot find module 'ethers-v5' or its corresponding type declarations.
|
packages/hardhat-zksync-chai-matchers/test/changeEtherBalance.ts#L36
Type 'HDNodeWallet' is missing the following properties from type 'Wallet': eip712, _providerL1, _providerL2, _signerL1, and 31 more.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The logs for this run have expired and are no longer available.
Loading