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

feat(eth-pubsub): Implement in-memory EventBus for real-time topic management and event distribution #1855

Merged
merged 3 commits into from
Apr 28, 2024

Merge branch 'main' into ud/evm

70ef06f
Select commit
Loading
Failed to load commit list.
Merged

feat(eth-pubsub): Implement in-memory EventBus for real-time topic management and event distribution #1855

Merge branch 'main' into ud/evm
70ef06f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Apr 27, 2024 in 1s

84.93% of diff hit (target 69.00%)

View this Pull Request on Codecov

84.93% of diff hit (target 69.00%)

Annotations

Check warning on line 92 in eth/rpc/pubsub/pubsub.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/pubsub/pubsub.go#L89-L92

Added lines #L89 - L92 were not covered by tests

Check warning on line 104 in eth/rpc/pubsub/pubsub.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/pubsub/pubsub.go#L104

Added line #L104 was not covered by tests

Check warning on line 120 in eth/rpc/pubsub/pubsub.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/pubsub/pubsub.go#L118-L120

Added lines #L118 - L120 were not covered by tests

Check warning on line 170 in eth/rpc/pubsub/pubsub.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

eth/rpc/pubsub/pubsub.go#L170

Added line #L170 was not covered by tests