mirror of
https://github.com/OffchainLabs/prysm.git
synced 2026-01-08 21:08:10 -05:00
Fork choice filter changes (#13464)
* implement confirmation rule prerequisite - f.c. filter changes * update tests * update WORKSPACE for spec v1.4.0-beta.6 * run bazel gazelle * Fix consensus_spec sha256 * drift also forkchoice time when drifting the service on tests * update minimal kzg_commitment_inclusion_proof_depth.size * fix mock engine client * remove unnecessary helper & revert test changes * revert change of proof size in minimal preset * fix tests * fix loader test --------- Co-authored-by: terence tsao <terence@prysmaticlabs.com> Co-authored-by: Potuz <potuz@prysmaticlabs.com>
This commit is contained in:
@@ -27,6 +27,8 @@ var placeholderFields = []string{
|
||||
"EIP6110_FORK_VERSION",
|
||||
"EIP7002_FORK_EPOCH",
|
||||
"EIP7002_FORK_VERSION",
|
||||
"EIP7594_FORK_EPOCH",
|
||||
"EIP7594_FORK_VERSION",
|
||||
"MAX_BLOBS_PER_BLOCK",
|
||||
"REORG_HEAD_WEIGHT_THRESHOLD",
|
||||
"UPDATE_TIMEOUT",
|
||||
|
||||
Reference in New Issue
Block a user