Add da router, and initial logic

This commit is contained in:
Eitan Seri-Levi
2026-01-27 19:32:30 -08:00
parent 7f065009a7
commit d9c21f5e33
30 changed files with 3405 additions and 208 deletions

View File

@@ -992,6 +992,7 @@ fn test_tcp_columns_by_root_chunked_rpc() {
};
max_request_blocks
],
current_fork_name,
max_request_blocks,
)
.unwrap();
@@ -1002,6 +1003,7 @@ fn test_tcp_columns_by_root_chunked_rpc() {
spec.max_request_blocks(current_fork_name),
)
.unwrap(),
fork_name: current_fork_name,
};
assert_eq!(req, req_decoded);
let rpc_request = RequestType::DataColumnsByRoot(req);