Move integration tests #239
Annotations
6 errors and 1 warning
src/clients/PublicClient.test.ts > getMessageReceiptByHash:
src/clients/PublicClient.ts#L306
TypeError: Cannot convert undefined to a BigInt
❯ mapReceipt src/clients/PublicClient.ts:306:18
❯ PublicClient.getMessageReceiptByHash src/clients/PublicClient.ts:332:12
❯ src/clients/PublicClient.test.ts:178:19
|
src/contracts/Faucet/Faucet.test.ts > Faucet with retry:
src/contracts/Faucet/Faucet.test.ts#L23
TypeError: bytesToHex is not a function
❯ src/contracts/Faucet/Faucet.test.ts:23:19
|
src/contracts/WalletV1/WalletV1.test.ts > Wallet self deploy test:
src/contracts/WalletV1/WalletV1.ts#L169
TypeError: toHex is not a function
❯ new WalletV1 src/contracts/WalletV1/WalletV1.ts:169:42
❯ src/contracts/WalletV1/WalletV1.test.ts:82:18
|
src/contracts/WalletV1/WalletV1.test.ts > Deploy through wallet:
src/contracts/WalletV1/WalletV1.ts#L169
TypeError: toHex is not a function
❯ new WalletV1 src/contracts/WalletV1/WalletV1.ts:169:42
❯ src/contracts/WalletV1/WalletV1.test.ts:104:18
|
Build on Node.js 20
Process completed with exit code 1.
|
Build on Node.js 18
The job was canceled because "_20" failed.
|
Build on Node.js 20
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|