Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[release] 20240502 #288

Merged
merged 1 commit into from
May 2, 2024
Merged

[release] 20240502 #288

merged 1 commit into from
May 2, 2024

Conversation

stwiname
Copy link

@stwiname stwiname commented May 2, 2024

No description provided.

Copy link

github-actions bot commented May 2, 2024

Coverage report

Caution

Test run failed

St.
Category Percentage Covered / Total
🔴 Statements 56.38% 3605/6394
🟡 Branches 67.31% 383/569
🔴 Functions 52.53% 135/257
🔴 Lines 56.38% 3605/6394

Test suite run failed

Failed tests: 2/86. Failed suites: 2/14.
  ● OPRPCProviders › should have extra fields in transactions

    thrown: "Exceeded timeout of 5000 ms for a test.
    Add a timeout value to this test to increase the timeout, if this is a long-running test. See https://jestjs.io/docs/api#testname-fn-timeout."

      26 |
      27 |   // This returns a value now, needs further investigation
    > 28 |   it('should have extra fields in transactions', async () => {
         |   ^
      29 |     const receipt = formatReceipt<EthereumReceipt & OPReceiptFields>(
      30 |       await provider.getTransactionReceipt(
      31 |         '0x5496af6ad1d619279d82b8f4c94cf3f8da8c02f22481c66a840ae9dd3f5e1a23',

      at packages/node/src/ethereum/ethers/op/op-provider.spec.ts:28:3
      at Object.<anonymous> (packages/node/src/ethereum/ethers/op/op-provider.spec.ts:19:1)


  ● Api.ethereum › Resolves the correct tags for finalization

    no response

      173 |             );
      174 |           } else if (payload.error) {
    > 175 |             const error = new Error(payload.error.message);
          |                           ^
      176 |             (<any>error).code = payload.error.code;
      177 |             (<any>error).data = payload.error.data;
      178 |             if (

      at packages/node/src/ethereum/ethers/json-rpc-batch-provider.ts:175:27
          at Array.forEach (<anonymous>)
      at packages/node/src/ethereum/ethers/json-rpc-batch-provider.ts:166:15

Report generated by 🧪jest coverage report action from 4902bc6

@stwiname stwiname force-pushed the release-20240502-ethereum branch from 451b94d to 4902bc6 Compare May 2, 2024 02:16
@stwiname stwiname merged commit 2c861f0 into main May 2, 2024
1 of 2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants