Skip to content

Commit 2afa878

Browse files
authored
Move beacon pool http api to its own separate module (#8543)
Continuation of: * #8536 Moving `/beacon/pool` endpoints out of `http_api` to a separation module. This should improve code maintainability, incremental compilation time and rust analyzer performance. This is a tedious but straight forward change, so we're going with a pair & insta-merge approach to avoid painful & slow async review Co-Authored-By: Jimmy Chen <[email protected]>
1 parent e27f316 commit 2afa878

File tree

4 files changed

+563
-422
lines changed

4 files changed

+563
-422
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
1+
pub mod pool;
12
pub mod states;

0 commit comments

Comments
 (0)