prysm-pulse/testing
Potuz b7e0819f00
refactor Payload Id caches (#12987)
* init

- getLocalPayload does not use the proposer ID from the cache but takes
  it from the block

- Fixed tests in blockchain package
- Fixed tests in the RPC package
- Fixed spectests

EpochProposers takes 256 bytes that can be avoided to be copied, but
this optimization is not clear to be worth it.

assginmentStatus can be optimized to use the cached version from the
TrackedValidatorsCache

We shouldn't cache the proposer duties when calling getDuties but when
we update the epoch boundary instead

* track validators on prepare proposers

* more rpc tests

* more rpc tests

* initialize grpc caches

* Add back fcu log

Also fix two existing bugs wrong parent hash on pre Capella and wrong
blockhashes on altair

* use beacon default fee recipient if there is none in the vc

* fix validator test

* radek's review

* push always proposer settings even if no flag is specified in the VC

* Only register with the builder if the VC flag is set

Great find by @terencechain

* add regression test

* Radek's review

* change signature of registration builder
2023-12-22 18:47:51 +00:00
..
assert Refactor Exported Names to Follow Golang Best Practices (#13075) 2023-10-20 16:45:33 +00:00
assertions Deneb DB methods (#12379) 2023-08-31 08:41:57 -05: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 Refactor Network Config Into Main Config (#13364) 2023-12-19 14:59:30 +00:00
middleware Enable Deneb For E2E Scenario Tests (#13317) 2023-12-16 11:37:44 +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 refactor Payload Id caches (#12987) 2023-12-22 18:47:51 +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 Hook to slot stream instead of block stream on the VC (#13327) 2023-12-13 23:13:56 +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.