Skip to content

Commit 51d0336

Browse files
authored
Move beacon state endpoints to a separate module. (#8529)
Part of the http api refactor to move endpoint handlers to separate modules. This should improve code maintainability, incremental compilation time and rust analyzer performance. Co-Authored-By: Jimmy Chen <[email protected]>
1 parent 41ba135 commit 51d0336

File tree

4 files changed

+830
-666
lines changed

4 files changed

+830
-666
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
pub mod states;

0 commit comments

Comments
 (0)