Skip to content

Commit 427dd23

Browse files
committed
feat(fork_choice): implement query iterator and prune
Signed-off-by: Chen Kai <281165273grape@gmail.com>
1 parent ecd9e86 commit 427dd23

File tree

3 files changed

+163
-166
lines changed

3 files changed

+163
-166
lines changed

build.zig

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1020,9 +1020,11 @@ pub fn build(b: *std.Build) void {
10201020
module_state_transition.addImport("metrics", dep_metrics.module("metrics"));
10211021

10221022
module_fork_choice.addImport("consensus_types", module_consensus_types);
1023-
module_fork_choice.addImport("constants", module_constants);
1023+
module_fork_choice.addImport("config", module_config);
10241024
module_fork_choice.addImport("preset", module_preset);
10251025
module_fork_choice.addImport("state_transition", module_state_transition);
1026+
module_fork_choice.addImport("hex", module_hex);
1027+
module_fork_choice.addImport("constants", module_constants);
10261028

10271029
module_download_era_files.addImport("download_era_options", options_module_download_era_options);
10281030

0 commit comments

Comments
 (0)