mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-19 05:48:31 +00:00
Rename Merge to Bellatrix (#5601)
* Rename Merge to Bellatrix * Remove tree-hash-cache which got readded from the rebase
This commit is contained in:
@@ -211,7 +211,7 @@ async fn produces_missed_blocks() {
|
||||
// `validator_indexes[slot_in_epoch.as_usize()]` and add it below.
|
||||
let validator_index_to_monitor_altair = 2;
|
||||
// Same as above but for the merge upgrade
|
||||
let validator_index_to_monitor_merge = 4;
|
||||
let validator_index_to_monitor_bellatrix = 4;
|
||||
// Same as above but for the capella upgrade
|
||||
let validator_index_to_monitor_capella = 11;
|
||||
// Same as above but for the deneb upgrade
|
||||
@@ -224,7 +224,7 @@ async fn produces_missed_blocks() {
|
||||
vec![
|
||||
validator_index_to_monitor,
|
||||
validator_index_to_monitor_altair,
|
||||
validator_index_to_monitor_merge,
|
||||
validator_index_to_monitor_bellatrix,
|
||||
validator_index_to_monitor_capella,
|
||||
validator_index_to_monitor_deneb,
|
||||
validator_index_to_monitor_electra,
|
||||
|
||||
Reference in New Issue
Block a user