Skip to content

Commit 1aae014

Browse files
committed
update copyright years
1 parent 3ece5d7 commit 1aae014

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

beacon_chain/spec/presets.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -713,7 +713,7 @@ elif const_preset == "minimal":
713713
SECONDS_PER_ETH1_BLOCK: 14,
714714
# 2**8 (= 256) epochs
715715
MIN_VALIDATOR_WITHDRAWABILITY_DELAY: 256,
716-
# 2**6 (= 64) epochs ~7 hours
716+
# 2**1 (= 2) epochs
717717
MIN_BUILDER_WITHDRAWABILITY_DELAY: 2,
718718
# [customized] higher frequency of committee turnover and faster time to acceptable voluntary exit
719719
SHARD_COMMITTEE_PERIOD: 64,

tests/consensus_spec/deneb/test_fixture_state_transition_epoch.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# beacon_chain
2-
# Copyright (c) 2022-2025 Status Research & Development GmbH
2+
# Copyright (c) 2022-2026 Status Research & Development GmbH
33
# Licensed and distributed under either of
44
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
55
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).

tests/consensus_spec/fulu/test_fixture_ssz_consensus_objects.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# beacon_chain
2-
# Copyright (c) 2024-2025 Status Research & Development GmbH
2+
# Copyright (c) 2024-2026 Status Research & Development GmbH
33
# Licensed and distributed under either of
44
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
55
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).

tests/consensus_spec/gloas/test_fixture_state_transition_epoch.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# beacon_chain
2-
# Copyright (c) 2025 Status Research & Development GmbH
2+
# Copyright (c) 2025-2026 Status Research & Development GmbH
33
# Licensed and distributed under either of
44
# * MIT license (license terms in the root directory or at https://opensource.org/licenses/MIT).
55
# * Apache v2 license (license terms in the root directory or at https://www.apache.org/licenses/LICENSE-2.0).

0 commit comments

Comments
 (0)