You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Implement the Raw Block Publisher, which will handle notifications related to raw block data.
This publisher should implement the Publisher interface and handle sending raw block data as per the PIP-36 specifications.
Tasks:
Implement BlockInfoPublisher struct under www/zmq
Ensure it correctly implements the Publisher interface
Add functionality for sending raw block data notifications
Write unit tests to ensure the publisher behaves as expected
The text was updated successfully, but these errors were encountered:
Description:
Implement the
Raw Block Publisher
, which will handle notifications related to raw block data.This publisher should implement the
Publisher
interface and handle sending raw block data as per the PIP-36 specifications.Tasks:
BlockInfoPublisher
struct underwww/zmq
Publisher
interfaceThe text was updated successfully, but these errors were encountered: