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

refactor(evm): converted untyped event to typed and cleaned up #2053

Merged
merged 7 commits into from
Oct 3, 2024

Merge branch 'main' into on/refactor_evm_events

7acd795
Select commit
Loading
Failed to load commit list.
Merged

refactor(evm): converted untyped event to typed and cleaned up #2053

Merge branch 'main' into on/refactor_evm_events
7acd795
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 2, 2024 in 1s

51.14% of diff hit (target 0.00%)

View this Pull Request on Codecov

51.14% of diff hit (target 0.00%)

Annotations

Check warning on line 338 in eth/rpc/backend/blocks.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/backend/blocks.go#L338

Added line #L338 was not covered by tests

Check warning on line 309 in eth/rpc/backend/tx_info.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/backend/tx_info.go#L309

Added line #L309 was not covered by tests

Check warning on line 331 in eth/rpc/backend/tx_info.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/backend/tx_info.go#L329-L331

Added lines #L329 - L331 were not covered by tests

Check warning on line 253 in eth/rpc/backend/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/backend/utils.go#L253

Added line #L253 was not covered by tests

Check warning on line 259 in eth/rpc/backend/utils.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/backend/utils.go#L259

Added line #L259 was not covered by tests

Check warning on line 60 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L60

Added line #L60 was not covered by tests

Check warning on line 72 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L72

Added line #L72 was not covered by tests

Check warning on line 76 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L76

Added line #L76 was not covered by tests

Check warning on line 80 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L80

Added line #L80 was not covered by tests

Check warning on line 102 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L101-L102

Added lines #L101 - L102 were not covered by tests

Check warning on line 106 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L105-L106

Added lines #L105 - L106 were not covered by tests

Check warning on line 116 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L113-L116

Added lines #L113 - L116 were not covered by tests

Check warning on line 121 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L119-L121

Added lines #L119 - L121 were not covered by tests

Check warning on line 132 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L123-L132

Added lines #L123 - L132 were not covered by tests

Check warning on line 166 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L164-L166

Added lines #L164 - L166 were not covered by tests

Check warning on line 168 in eth/rpc/events_parser.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/events_parser.go#L168

Added line #L168 was not covered by tests

Check warning on line 392 in eth/rpc/rpcapi/eth_filters_api.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/rpcapi/eth_filters_api.go#L392

Added line #L392 was not covered by tests

Check warning on line 41 in x/evm/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/events.go#L36-L41

Added lines #L36 - L41 were not covered by tests

Check warning on line 46 in x/evm/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/events.go#L43-L46

Added lines #L43 - L46 were not covered by tests

Check warning on line 48 in x/evm/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/events.go#L48

Added line #L48 was not covered by tests

Check warning on line 56 in x/evm/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/events.go#L51-L56

Added lines #L51 - L56 were not covered by tests

Check warning on line 61 in x/evm/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/events.go#L58-L61

Added lines #L58 - L61 were not covered by tests

Check warning on line 63 in x/evm/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/events.go#L63

Added line #L63 was not covered by tests

Check warning on line 71 in x/evm/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/events.go#L66-L71

Added lines #L66 - L71 were not covered by tests

Check warning on line 76 in x/evm/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

x/evm/events.go#L73-L76

Added lines #L73 - L76 were not covered by tests