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

Errors not caught in 4.x #6623

Merged
merged 12 commits into from
Dec 4, 2023

Merge branch '4.x' into ok/6500-Errors-not-caught-in-4.x

b0bce09
Select commit
Loading
Failed to load commit list.
Merged

Errors not caught in 4.x #6623

Merge branch '4.x' into ok/6500-Errors-not-caught-in-4.x
b0bce09
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 28, 2023 in 1s

92.72% of diff hit (target 87.37%)

View this Pull Request on Codecov

92.72% of diff hit (target 87.37%)

Annotations

Check warning on line 417 in packages/web3-core/src/web3_context.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_context.ts#L416-L417

Added lines #L416 - L417 were not covered by tests

Check warning on line 77 in packages/web3-core/src/web3_request_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_request_manager.ts#L75-L77

Added lines #L75 - L77 were not covered by tests

Check warning on line 79 in packages/web3-core/src/web3_request_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_request_manager.ts#L79

Added line #L79 was not covered by tests

Check warning on line 81 in packages/web3-core/src/web3_request_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_request_manager.ts#L81

Added line #L81 was not covered by tests

Check warning on line 85 in packages/web3-core/src/web3_request_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_request_manager.ts#L85

Added line #L85 was not covered by tests

Check warning on line 220 in packages/web3-core/src/web3_request_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_request_manager.ts#L216-L220

Added lines #L216 - L220 were not covered by tests

Check warning on line 129 in packages/web3-core/src/web3_subscription_manager.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_subscription_manager.ts#L129

Added line #L129 was not covered by tests

Check warning on line 86 in packages/web3-core/src/web3_subscriptions.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_subscriptions.ts#L86

Added line #L86 was not covered by tests

Check warning on line 91 in packages/web3-core/src/web3_subscriptions.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_subscriptions.ts#L91

Added line #L91 was not covered by tests

Check warning on line 128 in packages/web3-core/src/web3_subscriptions.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_subscriptions.ts#L126-L128

Added lines #L126 - L128 were not covered by tests

Check warning on line 132 in packages/web3-core/src/web3_subscriptions.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_subscriptions.ts#L132

Added line #L132 was not covered by tests

Check warning on line 185 in packages/web3-core/src/web3_subscriptions.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-core/src/web3_subscriptions.ts#L184-L185

Added lines #L184 - L185 were not covered by tests

Check warning on line 33 in packages/web3-errors/src/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-errors/src/index.ts#L32-L33

Added lines #L32 - L33 were not covered by tests

Check warning on line 45 in packages/web3-eth-abi/src/coders/base/bool.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/base/bool.ts#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 62 in packages/web3-eth-abi/src/coders/base/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/base/index.ts#L62

Added line #L62 was not covered by tests

Check warning on line 87 in packages/web3-eth-abi/src/coders/base/index.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/base/index.ts#L87

Added line #L87 was not covered by tests

Check warning on line 104 in packages/web3-eth-abi/src/coders/base/number.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/base/number.ts#L104

Added line #L104 was not covered by tests

Check warning on line 30 in packages/web3-eth-abi/src/coders/base/tuple.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/base/tuple.ts#L30

Added line #L30 was not covered by tests

Check warning on line 43 in packages/web3-eth-abi/src/coders/base/tuple.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/base/tuple.ts#L43

Added line #L43 was not covered by tests

Check warning on line 53 in packages/web3-eth-abi/src/coders/base/tuple.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/base/tuple.ts#L53

Added line #L53 was not covered by tests

Check warning on line 91 in packages/web3-eth-abi/src/coders/base/tuple.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/base/tuple.ts#L91

Added line #L91 was not covered by tests

Check warning on line 36 in packages/web3-eth-abi/src/coders/utils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/utils.ts#L36

Added line #L36 was not covered by tests

Check warning on line 47 in packages/web3-eth-abi/src/coders/utils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/utils.ts#L45-L47

Added lines #L45 - L47 were not covered by tests

Check warning on line 50 in packages/web3-eth-abi/src/coders/utils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/utils.ts#L50

Added line #L50 was not covered by tests

Check warning on line 92 in packages/web3-eth-abi/src/coders/utils.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-abi/src/coders/utils.ts#L92

Added line #L92 was not covered by tests