prysm-pulse/testing
kasey 0e043d55b4
VerifiedROBlobs in initial-sync (#13351)
* Use VerifiedROBlobs in initial-sync

* Update beacon-chain/das/cache.go

Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>

* Apply suggestions from code review

comment fixes

Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>

* fix lint error from gh web ui

* deepsource fixes

* more deepsource

* fix init wiring

* mark blobless blocks verified in batch mode

* move sig check after parent checks

* validate block commitment length at start of da check

* remove vestigial locking

* rm more copy-locksta

* rm old comment

* fail the entire batch if any sidecar fails

* lint

* skip redundant checks, fix len check

* assume sig and proposer checks passed for block

* inherits most checks from processed block

* Assume block processing handles most checks

* lint

* cleanup unused call and gaz

* more detailed logging for e2e

* fix bad refactor breaking non-finalized init-sync

* self-review cleanup

* gaz

* Update beacon-chain/verification/blob.go

Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>

* terence and justin feedback

---------

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
Co-authored-by: Justin Traglia <95511699+jtraglia@users.noreply.github.com>
2024-01-06 23:47:09 +00:00
..
assert Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
assertions Simplify error handling for JsonRestHandler (#13369) 2023-12-22 22:39:20 +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 enable it (#13421) 2024-01-05 05:23:22 +00:00
middleware Fix Up Builder Evaluator (#13395) 2024-01-02 10:40:26 +00:00
mock Hook to slot stream instead of block stream on the VC (#13327) 2023-12-13 23:13:56 +00:00
require Add support for validator count endpoint (#12752) 2023-08-24 23:11:41 +02:00
slasher/simulator Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
spectest VerifiedROBlobs in initial-sync (#13351) 2024-01-06 23:47:09 +00:00
spectypes Cleaner genesis state population (#11809) 2022-12-22 05:38:51 +00:00
util Beacon APIs: re enabling blob events (#13315) 2023-12-12 15:58:11 +00:00
validator-mock Revert "REST VC: Subscribe to Beacon API events (#13354)" (#13428) 2024-01-06 21:36:42 +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.