Skip to content

Commit 5721ccf

Browse files
committed
Remove unneded diffs
1 parent 9eed365 commit 5721ccf

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed

lib/libp2p_port.ex

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -743,8 +743,6 @@ defmodule LambdaEthereumConsensus.Libp2pPort do
743743
end)
744744
end
745745

746-
# Validator related functions
747-
748746
defp maybe_tick_validators(false = _slot_data_changed, _slot_data, state), do: state
749747

750748
defp maybe_tick_validators(true, slot_data, %{validators: validators} = state) do
@@ -797,8 +795,7 @@ defmodule LambdaEthereumConsensus.Libp2pPort do
797795
defp log_new_slot({slot, _third}, {slot, _another_third}), do: :ok
798796

799797
defp log_new_slot({_prev_slot, _thrid}, {slot, :first_third}) do
800-
# TODO: as with the previous function, this was copied from the Clock module.
801-
# It use :sync, :store as the slot event, probably something to look into.
798+
# TODO: It used :sync, :store as the slot event in the old Clock, double-check.
802799
:telemetry.execute([:sync, :store], %{slot: slot})
803800
Logger.info("[Libp2p] Slot transition", slot: slot)
804801
end

network_params.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ participants:
22
- el_type: geth
33
cl_type: lighthouse
44
count: 2
5-
validator_count: 27
5+
validator_count: 32
66
- el_type: geth
77
cl_type: lambda
88
cl_image: lambda_ethereum_consensus:latest
99
use_separate_vc: false
1010
count: 1
11-
validator_count: 20
11+
validator_count: 32
1212
cl_max_mem: 4096

0 commit comments

Comments
 (0)