You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
validatorMnemonic: "giant issue aisle success illegal bike spike question tent bar rely arctic volcano long crawl hungry vocal artwork sniff fantasy very lucky have athlete"
9
+
sourceValidatorIndex: 100
10
+
targetValidatorIndex: 200
11
+
blsChangesWaitSlot: 41
12
+
consolidationWaitSlot: 60
13
+
tasks:
14
+
- name: check_clients_are_healthy
15
+
title: "Check if at least one client is ready"
16
+
timeout: 5m
17
+
config:
18
+
minClientCount: 1
19
+
20
+
- name: check_consensus_slot_range
21
+
title: "Wait for slot >= ${blsChangesWaitSlot}"
22
+
timeout: 30m
23
+
configVars:
24
+
minSlotNumber: "blsChangesWaitSlot"
25
+
26
+
27
+
- name: run_task_options
28
+
title: "Generate ${validatorCount} BLS changes"
29
+
config:
30
+
task:
31
+
name: generate_bls_changes
32
+
title: "Generate ${validatorCount} BLS changes"
33
+
configVars:
34
+
mnemonic: "validatorMnemonic"
35
+
targetAddress: "targetAddress"
36
+
limitTotal: "validatorCount"
37
+
indexCount: "validatorCount"
38
+
39
+
- name: check_consensus_slot_range
40
+
title: "Wait for slot >= ${consolidationWaitSlot}"
41
+
timeout: 30m
42
+
configVars:
43
+
minSlotNumber: "consolidationWaitSlot"
44
+
45
+
- name: generate_consolidations
46
+
title: "Consolidate Validator ${sourceValidatorIndex} to ${targetValidatorIndex}"
47
+
config:
48
+
sourceIndexCount: 64
49
+
failOnReject: true
50
+
awaitReceipt: true
51
+
configVars:
52
+
walletPrivkey: "walletPrivkey"
53
+
sourceStartValidatorIndex: "sourceValidatorIndex"
54
+
targetValidatorIndex: "targetValidatorIndex"
55
+
56
+
57
+
- name: check_consensus_validator_status
58
+
title: "Wait for validator to completely exit (${sourceValidatorIndex})"
59
+
id: target_validator_info
60
+
config:
61
+
validatorStatus:
62
+
- withdrawal_done
63
+
configVars:
64
+
validatorIndex: "sourceValidatorIndex + 64"
65
+
66
+
67
+
- name: run_shell
68
+
title: "Check targetValidator status: 2048 ETH (64* 32 ETH EB), 0x02 withdrawal creds"
0 commit comments