mirror of
https://github.com/sigp/lighthouse.git
synced 2026-05-30 04:37:13 +00:00
Deprecate gossip blobs (#9126)
#9124 Deprecate unneeded pre-Fulu blob features - blob gossip - blob lookup sync - engine getBlobsV1 Also deprecates some tests and cleans up production code paths I think this is blocked until gnosis forks to fulu? Co-Authored-By: Eitan Seri-Levi <eserilev@ucsc.edu> Co-Authored-By: Eitan Seri- Levi <eserilev@gmail.com> Co-Authored-By: dapplion <35266934+dapplion@users.noreply.github.com> Co-Authored-By: Pawan Dhananjay <pawandhananjay@gmail.com> Co-Authored-By: Michael Sproul <michael@sigmaprime.io> Co-Authored-By: Daniel Knopik <daniel@dknopik.de> Co-Authored-By: Michael Sproul <michaelsproul@users.noreply.github.com>
This commit is contained in:
4
Makefile
4
Makefile
@@ -33,11 +33,11 @@ PROFILE ?= release
|
||||
# List of all hard forks up to gloas. This list is used to set env variables for several tests so that
|
||||
# they run for different forks.
|
||||
# TODO(EIP-7732) Remove this once we extend network tests to support gloas and use RECENT_FORKS instead
|
||||
RECENT_FORKS_BEFORE_GLOAS=electra fulu
|
||||
RECENT_FORKS_BEFORE_GLOAS=fulu
|
||||
|
||||
# List of all recent hard forks. This list is used to set env variables for http_api tests
|
||||
# Include phase0 to test the code paths in sync that are pre blobs
|
||||
RECENT_FORKS=electra fulu gloas
|
||||
RECENT_FORKS=fulu gloas
|
||||
|
||||
# For network tests include phase0 to cover genesis syncing (blocks without blobs or columns)
|
||||
TEST_NETWORK_FORKS=phase0 $(RECENT_FORKS_BEFORE_GLOAS)
|
||||
|
||||
Reference in New Issue
Block a user