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

Expose gossip future #8735

Merged
merged 12 commits into from
Oct 25, 2024
Prev Previous commit
Next Next commit
better topic on blobs sidecar tracing
  • Loading branch information
tbenr committed Oct 24, 2024
commit 7e97f12cd75c6b80b6677981872e36011356f4b4
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ public SafeFuture<Void> publishBlobSidecar(final BlobSidecar message) {
LOG.trace(
"Successfully gossiped blob sidecar {} on {}",
() -> message.getSlotAndBlockRoot().toLogString(),
() -> getBlobSidecarSubnetTopicName(subnetId));
() -> subnetIdToTopicHandler.get(subnetId).getTopic());
}
return null;
});
Expand Down