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

Merged
merged 32 commits into from
Dec 23, 2024

Merge branch 'main' into weiihann/2205-subscribeNewHeads

ec1da70
Select commit
Loading
Failed to load commit list.
Merged

Implement subscribeNewHeads,subscriptionReorg,subscribePendingTransactions #2211

Merge branch 'main' into weiihann/2205-subscribeNewHeads
ec1da70
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Dec 23, 2024 in 1s

80.44% of diff hit (target 60.00%)

View this Pull Request on Codecov

80.44% 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 177 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L176-L177

Added lines #L176 - L177 were not covered by tests

Check warning on line 209 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L207-L209

Added lines #L207 - L209 were not covered by tests

Check warning on line 233 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L232-L233

Added lines #L232 - L233 were not covered by tests

Check warning on line 276 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L274-L276

Added lines #L274 - L276 were not covered by tests

Check warning on line 349 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L348-L349

Added lines #L348 - L349 were not covered by tests

Check warning on line 361 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L360-L361

Added lines #L360 - L361 were not covered by tests

Check warning on line 374 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L373-L374

Added lines #L373 - L374 were not covered by tests

Check warning on line 398 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L397-L398

Added lines #L397 - L398 were not covered by tests

Check warning on line 402 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L401-L402

Added lines #L401 - L402 were not covered by tests

Check warning on line 411 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L408-L411

Added lines #L408 - L411 were not covered by tests

Check warning on line 425 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L423-L425

Added lines #L423 - L425 were not covered by tests

Check warning on line 442 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L441-L442

Added lines #L441 - L442 were not covered by tests

Check warning on line 456 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L454-L456

Added lines #L454 - L456 were not covered by tests

Check warning on line 484 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L483-L484

Added lines #L483 - L484 were not covered by tests

Check warning on line 493 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L492-L493

Added lines #L492 - L493 were not covered by tests

Check warning on line 499 in rpc/subscriptions.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

rpc/subscriptions.go#L498-L499

Added lines #L498 - L499 were not covered by tests

Check warning on line 92 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L91-L92

Added lines #L91 - L92 were not covered by tests

Check warning on line 96 in sync/sync.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

sync/sync.go#L95-L96

Added lines #L95 - L96 were not covered by tests