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
Rewrite all Block Node components to accept the repeated BlockItem message data as a raw Bytes object. Add low-level data inspection to determine message types and boundaries, then pass data through the ring buffer as the same raw bytes. All services (persistence, verification, client pass-through, state management, etc...) will be rewritten to likewise avoid parsing the binary protobuf data.
The content you are editing has changed. Please copy your edits and refresh the page.
A byte-level inspector does not parse objects, all items detected or extracted are detected via byte-level manipulation and extracted as a byte array or Bytes object.
The content you are editing has changed. Please copy your edits and refresh the page.
Epic Goal
Rewrite all Block Node components to accept the repeated
BlockItem
message data as a rawBytes
object. Add low-level data inspection to determine message types and boundaries, then pass data through the ring buffer as the same raw bytes. All services (persistence, verification, client pass-through, state management, etc...) will be rewritten to likewise avoid parsing the binary protobuf data.Modify Receiver
A byte-level inspector does not parse objects, all items detected or extracted are detected via byte-level manipulation and extracted as a byte array or
Bytes
object.Modify Ring Buffer interface(s)
Modify Stream Publishers
Modify Single Block Publishers
Modify Persistence Service
Tasks
The text was updated successfully, but these errors were encountered: