prysm-pulse/consensus-types/blocks
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
..
testing Capella beacon block (#11566) 2022-10-31 17:58:30 +00:00
BUILD.bazel Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
execution_test.go Implement upgrade to capella (#11642) 2022-11-09 16:48:23 +01:00
execution.go capella payload changes (#11647) 2022-11-12 18:19:51 +00:00
factory_test.go Capella beacon block (#11566) 2022-10-31 17:58:30 +00:00
factory.go E2E deposit testing overhaul (#11667) 2022-11-19 03:40:32 +00:00
getters_test.go Capella beacon block (#11566) 2022-10-31 17:58:30 +00:00
getters.go Capella beacon block (#11566) 2022-10-31 17:58:30 +00:00
proto_test.go Capella beacon block (#11566) 2022-10-31 17:58:30 +00:00
proto.go Capella beacon block (#11566) 2022-10-31 17:58:30 +00:00
types.go Capella beacon block (#11566) 2022-10-31 17:58:30 +00:00