-
Notifications
You must be signed in to change notification settings - Fork 796
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement PeerDAS Fulu fork activation (#6795)
Squashed commit of the following: commit b3da74b Merge: e813532 a1b7d61 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jan 23 16:11:34 2025 +1100 Merge remote-tracking branch 'origin/unstable' into jimmy/lh-2271-activate-peerdas-at-fulu-fork-and-remove-eip7594_fork_epoch # Conflicts: # beacon_node/beacon_chain/src/fetch_blobs.rs # beacon_node/store/src/lib.rs # beacon_node/store/src/memory_store.rs commit e813532 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Tue Jan 21 17:44:19 2025 +1100 Skip blob pruning tests for Fulu. commit 0e8f671 Merge: 614f984 33c1648 Author: Jimmy Chen <jimmy@sigmaprime.io> Date: Tue Jan 21 16:03:53 2025 +1100 Merge branch 'unstable' into jimmy/lh-2271-activate-peerdas-at-fulu-fork-and-remove-eip7594_fork_epoch commit 614f984 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Tue Jan 21 15:59:22 2025 +1100 Fix range sync to select custody peers from its syncing chain instead of the global peer list. commit eff9a5b Author: Jimmy Chen <jchen.tc@gmail.com> Date: Tue Jan 21 10:02:19 2025 +1100 More test fixes for Fulu. commit b63a6c4 Merge: b7da075 7a0388e Author: Jimmy Chen <jchen.tc@gmail.com> Date: Mon Jan 20 23:41:13 2025 +1100 Merge remote-tracking branch 'origin/unstable' into jimmy/lh-2271-activate-peerdas-at-fulu-fork-and-remove-eip7594_fork_epoch commit b7da075 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Mon Jan 20 16:03:36 2025 +1100 More test fixes for Fulu. commit 6d5b5ed Merge: 8980832 06329ec Author: Jimmy Chen <jchen.tc@gmail.com> Date: Fri Jan 17 12:32:58 2025 +1100 Merge remote-tracking branch 'origin/unstable' into jimmy/lh-2271-activate-peerdas-at-fulu-fork-and-remove-eip7594_fork_epoch commit 8980832 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Fri Jan 17 11:41:46 2025 +1100 Update Fulu spec tests. Revert back to testing Fulu as "feature", because all non-PeerDAS Fulu SSZ types are the same as Electra, and serde deserializes the vectors into Electra types. commit 4d407fe Merge: 8cdf82e b1a19a8 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Thu Jan 16 01:05:04 2025 +1100 Merge remote-tracking branch 'origin/unstable' into jimmy/lh-2271-activate-peerdas-at-fulu-fork-and-remove-eip7594_fork_epoch # Conflicts: # beacon_node/beacon_chain/src/data_availability_checker/overflow_lru_cache.rs # consensus/types/src/chain_spec.rs # testing/ef_tests/src/cases.rs # testing/ef_tests/src/cases/get_custody_groups.rs # testing/ef_tests/src/cases/kzg_compute_cells_and_kzg_proofs.rs # testing/ef_tests/src/cases/kzg_recover_cells_and_kzg_proofs.rs # testing/ef_tests/src/cases/kzg_verify_cell_kzg_proof_batch.rs # testing/ef_tests/src/handler.rs # testing/ef_tests/tests/tests.rs commit 8cdf82e Author: Jimmy Chen <jchen.tc@gmail.com> Date: Wed Jan 15 14:31:29 2025 +1100 Use engine v4 methods for Fulu (v5 methods do not exist yet). Update kurtosis config for PeerDAS as electra genesis is not yet supported. commit 4e25302 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Wed Jan 15 13:07:43 2025 +1100 Address review comments and fix lint. commit 0c9d64b Merge: 64e44e1 587c3e2 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Wed Jan 15 12:48:27 2025 +1100 Merge remote-tracking branch 'origin/unstable' into jimmy/lh-2271-activate-peerdas-at-fulu-fork-and-remove-eip7594_fork_epoch # Conflicts: # beacon_node/lighthouse_network/src/rpc/protocol.rs # testing/ef_tests/check_all_files_accessed.py # testing/ef_tests/src/handler.rs commit 64e44e1 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Tue Jan 14 14:45:09 2025 +1100 Fix failing tests now `fulu` fork is included. commit b029342 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Mon Jan 13 16:30:34 2025 +1100 Fix compilation and update Kurtosis test config for PeerDAS. commit cd77b2c Author: Jimmy Chen <jchen.tc@gmail.com> Date: Mon Jan 13 16:16:18 2025 +1100 Update spec tests. commit 2e11554 Author: Jimmy Chen <jchen.tc@gmail.com> Date: Mon Jan 13 14:45:55 2025 +1100 Implement PeerDAS Fulu fork activation.
- Loading branch information
1 parent
a1b7d61
commit bb335bd
Showing
50 changed files
with
915 additions
and
596 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
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
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
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
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
Oops, something went wrong.