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(other): add zeromq server with configration #1660

Merged
merged 15 commits into from
Jan 8, 2025

Merge branch 'main' into feat/zmq-server

bfbd86e
Select commit
Loading
Failed to load commit list.
Merged

feat(other): add zeromq server with configration #1660

Merge branch 'main' into feat/zmq-server
bfbd86e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch failed Dec 30, 2024 in 1s

63.59% of diff hit (target 75.07%)

View this Pull Request on Codecov

63.59% of diff hit (target 75.07%)

Annotations

Check warning on line 309 in config/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

config/config.go#L308-L309

Added lines #L308 - L309 were not covered by tests

Check warning on line 25 in www/zmq/block_info_publisher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/block_info_publisher.go#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 43 in www/zmq/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/config.go#L42-L43

Added lines #L42 - L43 were not covered by tests

Check warning on line 49 in www/zmq/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/config.go#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 55 in www/zmq/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/config.go#L54-L55

Added lines #L54 - L55 were not covered by tests

Check warning on line 69 in www/zmq/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/config.go#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 77 in www/zmq/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/config.go#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 88 in www/zmq/config.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/config.go#L87-L88

Added lines #L87 - L88 were not covered by tests

Check warning on line 25 in www/zmq/raw_block_publisher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/raw_block_publisher.go#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 25 in www/zmq/raw_tx_publisher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/raw_tx_publisher.go#L23-L25

Added lines #L23 - L25 were not covered by tests

Check warning on line 45 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L44-L45

Added lines #L44 - L45 were not covered by tests

Check warning on line 49 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L48-L49

Added lines #L48 - L49 were not covered by tests

Check warning on line 65 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L64-L65

Added lines #L64 - L65 were not covered by tests

Check warning on line 69 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L68-L69

Added lines #L68 - L69 were not covered by tests

Check warning on line 73 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L72-L73

Added lines #L72 - L73 were not covered by tests

Check warning on line 77 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L76-L77

Added lines #L76 - L77 were not covered by tests

Check warning on line 85 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L84-L85

Added lines #L84 - L85 were not covered by tests

Check warning on line 89 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L88-L89

Added lines #L88 - L89 were not covered by tests

Check warning on line 96 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L95-L96

Added lines #L95 - L96 were not covered by tests

Check warning on line 110 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L103-L110

Added lines #L103 - L110 were not covered by tests

Check warning on line 118 in www/zmq/server.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/server.go#L112-L118

Added lines #L112 - L118 were not covered by tests

Check warning on line 27 in www/zmq/topic.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/topic.go#L26-L27

Added lines #L26 - L27 were not covered by tests

Check warning on line 25 in www/zmq/tx_info_publisher.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

www/zmq/tx_info_publisher.go#L23-L25

Added lines #L23 - L25 were not covered by tests