prysm-pulse/testing/util
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
..
altair.go Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
attestation_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
attestation.go Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
bazel.go Replace ioutil with io and os (#10541) 2022-04-18 20:42:07 +00:00
bellatrix_state_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
bellatrix_state.go Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
bellatrix.go Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
block_test.go Capella: Add DB changes (#11624) 2022-11-07 15:26:27 +00:00
block.go Capella: Add DB changes (#11624) 2022-11-07 15:26:27 +00:00
BUILD.bazel Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
capella_state.go Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
deposits_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
deposits.go E2E deposit testing overhaul (#11667) 2022-11-19 03:40:32 +00:00
helpers_test.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
helpers.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
merge.go Capella: Add DB changes (#11624) 2022-11-07 15:26:27 +00:00
state_test.go Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
state.go Remove withdrawal Queue (#11610) 2022-11-03 16:55:44 +00:00
sync_aggregate.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
sync_committee.go Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
wait_timeout.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00