prysm-pulse/testing
kasey 1df173e701
Block backfilling (#12968)
* backfill service

* fix bug where origin state is never unlocked

* support mvslice states

* use renamed interface

* refactor db code to skip block cache for backfill

* lint

* add test for verifier.verify

* enable service in service init test

* cancellation cleanup

* adding nil checks to configset juggling

* assume blocks are available by default

As long as we're sure the AvailableBlocker is initialized correctly
during node startup, defaulting to assuming we aren't in a checkpoint
sync simplifies things greatly for tests.

* block saving path refactor and bugfix

* fix fillback test

* fix BackfillStatus init tests

---------

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
2024-01-23 07:54:30 +00:00
..
assert Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
assertions Block backfilling (#12968) 2024-01-23 07:54:30 +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 e2e: Fix multiclient lighthouse flag removal (#13494) 2024-01-21 21:11:11 +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 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 Add Inactivity field ro attestation rewards (#13382) 2024-01-18 18:51: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 REST VC: Subscribe to Beacon API events (#13453) 2024-01-18 14:27:41 +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.