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

Implement subscribeNewHeads,subscriptionReorg,subscribePendingTransactions #2211

Open
wants to merge 12 commits into
base: main
Choose a base branch
from

register RPC methods automatically in tests

c84636c
Select commit
Loading
Failed to load commit list.
Open

Implement subscribeNewHeads,subscriptionReorg,subscribePendingTransactions #2211

register RPC methods automatically in tests
c84636c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 25, 2024 in 1s

76.47% of diff hit (target 60.00%)

View this Pull Request on Codecov

76.47% of diff hit (target 60.00%)

Annotations

Check warning on line 434 in jsonrpc/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/server.go#L433-L434

Added lines #L433 - L434 were not covered by tests

Check warning on line 514 in jsonrpc/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

jsonrpc/server.go#L513-L514

Added lines #L513 - L514 were not covered by tests

Check warning on line 68 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L67-L68

Added lines #L67 - L68 were not covered by tests

Check warning on line 72 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L72

Added line #L72 was not covered by tests

Check warning on line 104 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L102-L104

Added lines #L102 - L104 were not covered by tests

Check warning on line 124 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L123-L124

Added lines #L123 - L124 were not covered by tests

Check warning on line 128 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L127-L128

Added lines #L127 - L128 were not covered by tests

Check warning on line 144 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L144

Added line #L144 was not covered by tests

Check warning on line 164 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L163-L164

Added lines #L163 - L164 were not covered by tests

Check warning on line 170 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L168-L170

Added lines #L168 - L170 were not covered by tests

Check warning on line 239 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L238-L239

Added lines #L238 - L239 were not covered by tests

Check warning on line 253 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L252-L253

Added lines #L252 - L253 were not covered by tests

Check warning on line 258 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L257-L258

Added lines #L257 - L258 were not covered by tests

Check warning on line 262 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L261-L262

Added lines #L261 - L262 were not covered by tests

Check warning on line 285 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L284-L285

Added lines #L284 - L285 were not covered by tests

Check warning on line 289 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L288-L289

Added lines #L288 - L289 were not covered by tests

Check warning on line 298 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L295-L298

Added lines #L295 - L298 were not covered by tests

Check warning on line 321 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L321

Added line #L321 was not covered by tests

Check warning on line 340 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L339-L340

Added lines #L339 - L340 were not covered by tests

Check warning on line 354 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L352-L354

Added lines #L352 - L354 were not covered by tests

Check warning on line 370 in rpc/events.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/events.go#L369-L370

Added lines #L369 - L370 were not covered by tests

Check warning on line 73 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 77 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L76-L77

Added lines #L76 - L77 were not covered by tests