Skip to content

Commit

Permalink
Remove todos
Browse files Browse the repository at this point in the history
  • Loading branch information
courtneyeh committed Apr 10, 2024
1 parent 91fccca commit f6652af
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@ public void init() throws Exception {
BlobSidecarManager.NOOP,
new NoopForkChoiceNotifier(),
transitionBlockValidator,
mock(P2PDumpManager.class), // todo fix
mock(P2PDumpManager.class),
metricsSystem);
localChain = BeaconChainUtil.create(spec, recentChainData, validatorKeys, false);
localChain.initializeStorage();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ public void importBlocks() throws Exception {
BlobSidecarManager.NOOP,
new NoopForkChoiceNotifier(),
transitionBlockValidator,
mock(P2PDumpManager.class), // todo fix
mock(P2PDumpManager.class),
metricsSystem);
BeaconChainUtil localChain =
BeaconChainUtil.create(spec, recentChainData, validatorKeys, false);
Expand Down Expand Up @@ -202,7 +202,7 @@ public void importBlocksMemProfiling() throws Exception {
BlobSidecarManager.NOOP,
new NoopForkChoiceNotifier(),
transitionBlockValidator,
mock(P2PDumpManager.class), // todo fix
mock(P2PDumpManager.class),
metricsSystem);
BlockImporter blockImporter =
new BlockImporter(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ public void init() throws Exception {
BlobSidecarManager.NOOP,
new NoopForkChoiceNotifier(),
transitionBlockValidator,
mock(P2PDumpManager.class), // todo fix
mock(P2PDumpManager.class),
new StubMetricsSystem());
localChain = BeaconChainUtil.create(spec, recentChainData, validatorKeys, false);
localChain.initializeStorage();
Expand Down

0 comments on commit f6652af

Please sign in to comment.