avoid unpacking phase 1 tests to reduce Azure CI disk usage (#1736)
This commit is contained in:
parent
410a72667b
commit
0eb53f2802
|
@ -344,9 +344,7 @@ proc isValidBeaconBlock*(
|
||||||
if parent_ref.isNil:
|
if parent_ref.isNil:
|
||||||
# Pending dag gets checked via `ChainDAGRef.add(...)` later, and relevant
|
# Pending dag gets checked via `ChainDAGRef.add(...)` later, and relevant
|
||||||
# checks are performed there. In usual paths beacon_node adds blocks via
|
# checks are performed there. In usual paths beacon_node adds blocks via
|
||||||
# ChainDAGRef.add(...) directly, with no additional validity checks. TODO,
|
# ChainDAGRef.add(...) directly, with no additional validity checks.
|
||||||
# not specific to this, but by the pending dag keying on the htr of the
|
|
||||||
# BeaconBlock, not SignedBeaconBlock, opens up certain spoofing attacks.
|
|
||||||
debug "parent unknown, putting block in quarantine",
|
debug "parent unknown, putting block in quarantine",
|
||||||
current_slot = shortLog(current_slot)
|
current_slot = shortLog(current_slot)
|
||||||
if not quarantine.add(dag, signed_beacon_block):
|
if not quarantine.add(dag, signed_beacon_block):
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit 2a3f363c436c8d00733ef1152f9670e0b3ca411c
|
Subproject commit 8cd0714c4b2ffd18229d637ec8b0e8140d3b725e
|
Loading…
Reference in New Issue