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
As part of implementing the block streaming framework (#1433), implement a src and sink pipeline for ledgerdb (i.e. [src1,src2]-->validation-->sink) which chains async iterators together to achieve the src, sink, and all intermediary logic.
As part of implementing the block streaming framework (#1433), implement a src and sink pipeline for ledgerdb (i.e. [src1,src2]-->validation-->sink) which chains async iterators together to achieve the src, sink, and all intermediary logic.
In the simplest form, this might look like:
Optimally the source (and potentially sink?)can be made generic through traits can so that other types of streaming data can use this interface.
The text was updated successfully, but these errors were encountered: