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

Fix TransactionInfoAPI type #6539

fix unit tests

8ba3faf
Select commit
Loading
Failed to load commit list.
Merged

Fix TransactionInfoAPI type #6539

fix unit tests
8ba3faf
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 26, 2023 in 1s

94.05% of diff hit (target 87.37%)

View this Pull Request on Codecov

94.05% of diff hit (target 87.37%)

Annotations

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

Check warning on line 569 in packages/web3-eth-accounts/src/tx/baseTransaction.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-accounts/src/tx/baseTransaction.ts#L569

Added line #L569 was not covered by tests

Check warning on line 578 in packages/web3-eth-accounts/src/tx/baseTransaction.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-accounts/src/tx/baseTransaction.ts#L578

Added line #L578 was not covered by tests

Check warning on line 17 in packages/web3-eth-contract/src/constant.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-contract/src/constant.ts#L17

Added line #L17 was not covered by tests

Check warning on line 794 in packages/web3-eth-contract/src/contract.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-contract/src/contract.ts#L793-L794

Added lines #L793 - L794 were not covered by tests

Check warning on line 158 in packages/web3-eth-contract/src/log_subscription.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-contract/src/log_subscription.ts#L158

Added line #L158 was not covered by tests

Check warning on line 162 in packages/web3-eth-contract/src/log_subscription.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/web3-eth-contract/src/log_subscription.ts#L161-L162

Added lines #L161 - L162 were not covered by tests