prysm-pulse/testing
Dhruv Bodani 55a29a4670
Implement beacon committee selections (#13503)
* implement beacon committee selections

* fix build

* fix lint

* fix lint

* Update beacon-chain/rpc/eth/shared/structs.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/beacon-api/beacon_committee_selections.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/beacon-api/beacon_committee_selections.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* Update validator/client/beacon-api/beacon_committee_selections.go

Co-authored-by: Radosław Kapka <rkapka@wp.pl>

* move beacon committee selection structs to validator module

* fix bazel build files

* add support for POST and GET endpoints for get state validators query

* add a handler to return error from beacon node

* move beacon committee selection to validator top-level module

* fix bazel

* re-arrange fields to fix lint

* fix TestServer_InitializeRoutes

* fix build and lint

* fix build and lint

* fix TestSubmitAggregateAndProof_Distributed

---------

Co-authored-by: Radosław Kapka <rkapka@wp.pl>
2024-02-05 15:43:51 +00:00
..
assert Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
assertions Enable wastedassign linter & fix findings (#13507) 2024-01-25 17:07:48 +00:00
benchmark Enable profile guided optimization for beacon-chain (#13035) 2023-10-30 05:52:36 +00:00
bls Update to V4 🚀 (#12134) 2023-03-17 18:52:56 +00:00
endtoend Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
middleware Move API structs to api module (#13577) 2024-02-03 11:57:01 +00:00
mock Hook to slot stream instead of block stream on the VC (#13327) 2023-12-13 23:13:56 +00:00
require Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
slasher/simulator Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
spectest Return payload value in Wei from /eth/v3/validator/blocks (#13497) 2024-01-24 20:58:35 +00:00
spectypes Cleaner genesis state population (#11809) 2022-12-22 05:38:51 +00:00
util Block backfilling (#12968) 2024-01-23 07:54:30 +00:00
validator-mock Implement beacon committee selections (#13503) 2024-02-05 15:43:51 +00:00
README.md Update bazel and other CI improvements (#13246) 2023-12-01 22:20:54 +00:00

Prysm Testing

Special bazel tags:

  • "CI_race_detection": Apply this tag to test targets that want to run with race detection in CI.