Skip to content

Commit 9a67517

Browse files
committed
feat: implement blob streaming in the aggregator by slivers
1 parent 16a24d2 commit 9a67517

File tree

8 files changed

+807
-4
lines changed

8 files changed

+807
-4
lines changed

crates/walrus-sdk/src/client.rs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -112,6 +112,7 @@ use crate::{
112112
pub mod byte_range_read_client;
113113
pub mod client_types;
114114
pub mod communication;
115+
pub mod streaming_read_client;
115116
pub use communication::NodeCommunicationFactory;
116117
pub mod metrics;
117118
pub mod quilt_client;

0 commit comments

Comments
 (0)