prysm-pulse/testing/endtoend/components
kasey d58d3f2c57
E2E deposit testing overhaul (#11667)
* rewrite/refactor deposit testing code

keep track of sent deposits so that they can be compared in detail with
the validator set retreived from the API.

* fix bugs in evaluator and retry

* lint + deepsource appeasement

* typo s/Sprintf/Printf/

* gosec, more like nosec

* fix gosec number - 204->304

* type switch to get signed block from container

* improve comments

* centralizing constants and adding comments

* lock around Depositor to avoid future races

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
2022-11-19 03:40:32 +00:00
..
eth1 E2E deposit testing overhaul (#11667) 2022-11-19 03:40:32 +00:00
beacon_node.go Increase Block Burst Factor For E2E (#11583) 2022-10-27 03:06:52 +00:00
boot_node.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
BUILD.bazel E2E deposit testing overhaul (#11667) 2022-11-19 03:40:32 +00:00
lighthouse_beacon.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
lighthouse_validator.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
log.go Move EndtoEnd Tests to Testing/ Folder (#9586) 2021-09-15 14:42:05 +00:00
tracing_sink.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
validator.go E2E deposit testing overhaul (#11667) 2022-11-19 03:40:32 +00:00
web3remotesigner_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
web3remotesigner.go Pre-allocate slices (#11317) 2022-08-26 13:49:50 +02:00