-
Notifications
You must be signed in to change notification settings - Fork 784
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Delete uncompressed genesis states (#2092)
## Issue Addressed Replaces #2091 ## Proposed Changes * Delete the uncompressed genesis states from `eth2_network_config` after they were merged accidentally in #2029. * Tweak the build script to not overwrite `genesis.ssz` on every build, which caused spurious rebuilds.
- Loading branch information
1 parent
80f47fc
commit da1c5fe
Showing
9 changed files
with
16 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,3 +7,4 @@ flamegraph.svg | |
perf.data* | ||
*.tar.gz | ||
/bin | ||
genesis.ssz |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file removed
BIN
-2.65 MB
common/eth2_network_config/built_in_network_configs/altona/genesis.ssz
Binary file not shown.
Binary file removed
BIN
-5.15 MB
common/eth2_network_config/built_in_network_configs/mainnet/genesis.ssz
Binary file not shown.
Binary file removed
BIN
-5.03 MB
common/eth2_network_config/built_in_network_configs/medalla/genesis.ssz
Binary file not shown.
Binary file removed
BIN
-14.9 MB
common/eth2_network_config/built_in_network_configs/pyrmont/genesis.ssz
Binary file not shown.
Binary file removed
BIN
-2.91 MB
common/eth2_network_config/built_in_network_configs/spadina/genesis.ssz
Binary file not shown.
Binary file removed
BIN
-4.58 MB
common/eth2_network_config/built_in_network_configs/toledo/genesis.ssz
Binary file not shown.
Binary file removed
BIN
-3.03 MB
common/eth2_network_config/built_in_network_configs/zinken/genesis.ssz
Binary file not shown.