Skip to content

Commit e059da2

Browse files
committed
remove old stuff from readme
1 parent 8404045 commit e059da2

File tree

1 file changed

+0
-92
lines changed

1 file changed

+0
-92
lines changed

README.md

Lines changed: 0 additions & 92 deletions
Original file line numberDiff line numberDiff line change
@@ -95,90 +95,6 @@ At this time, health checks will be run in perpetuity once the fault has conclud
9595

9696
Everything below this line is old and can be ignored. It'll be deleted when I have time to do a pass.
9797

98-
99-
10. Wait for network to hit finality (30ish mins), then run chaos test for clock skew. Skew should be -10m, duration: 30m. Apply it to only one lighthouse EL/CL/Validator.
100-
11. 10 mins after attack starts, the lighthouse BN should start emitting stale attestations
101-
12. Depending on the proposer schedule, the prysm nodes should start calling replay_blocks and running out a memory a few minutes later, no more than 10.
102-
13. If you actually want the prysm nodes to OOM and crash, set their memory requirement to 1024mb before genesis'ing the network.
103-
104-
### References
105-
106-
https://ethresear.ch/t/cascading-network-effects-on-ethereums-finality/15871
107-
108-
https://docs.prylabs.network/docs/advanced/proof-of-stake-devnet
109-
110-
more focused on execution layer fuzzing:
111-
https://www.usenix.org/system/files/osdi21-yang.pdf
112-
https://github.com/snuspl/fluffy
113-
114-
115-
https://github.com/jepsen-io/tendermint
116-
117-
118-
### Notes (ignore)
119-
120-
prometheus setup
121-
```
122-
kubectl apply --server-side -f manifests/setup
123-
kubectl wait \
124-
--for condition=Established \
125-
--all CustomResourceDefinition \
126-
--namespace=monitoring
127-
kubectl apply -f manifests/
128-
129-
130-
kubectl delete --ignore-not-found=true -f manifests/ -f manifests/setup
131-
```
132-
133-
### Create PVC Inspector pod
134-
```
135-
cat <<EOF | kubectl apply -f -
136-
apiVersion: v1
137-
kind: Pod
138-
metadata:
139-
name: pvc-inspector
140-
spec:
141-
containers:
142-
- image: busybox
143-
name: pvc-inspector
144-
command: ["tail"]
145-
args: ["-f", "/dev/null"]
146-
volumeMounts:
147-
- mountPath: /pvc
148-
name: pvc-mount
149-
volumes:
150-
- name: pvc-mount
151-
persistentVolumeClaim:
152-
claimName: genesis-geth-0
153-
EOF
154-
```
155-
156-
`kubectl exec -it pvc-inspector -- sh`
157-
158-
159-
### Port forwarding
160-
161-
```
162-
kubectl --namespace default port-forward prometheus-operator-6c77ccb5d9-rdlfj 8080
163-
```
164-
165-
```
166-
kubectl --namespace monitoring port-forward svc/prometheus-k8s 9090
167-
```
168-
169-
```
170-
kubectl --namespace monitoring port-forward svc/grafana 3000
171-
```
172-
173-
```
174-
kubectl --namespace chaos-mesh port-forward svc/chaos-dashboard 2333
175-
```
176-
177-
178-
```
179-
kubectl port-forward svc/beacon-prysm 8080
180-
```
181-
18298
### Prom queries
18399

184100
Head slot, beacon nodes
@@ -196,11 +112,3 @@ restarts
196112
`current_eth1_data_deposit_count`
197113
`beacondb_pending_deposits`
198114
`beacon_processed_deposits_total`
199-
200-
201-
attestation processing rate
202-
`rate(process_attestations_milliseconds_count[5m])`
203-
passport or identification card (if resident in the UE) number
204-
+ expiry date and country of emission of the identification document
205-
+ date of birth
206-
+ check-in and check-out day (you can omit this if your are staying from October 23th

0 commit comments

Comments
 (0)