mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 20:57:10 +00:00
Add da router, and initial logic
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user