lighthouse/beacon_node/beacon_chain/tests
realbigsean a7da0677d5 Remove builder redundancy (#3294)
## Issue Addressed

This PR is a subset of the changes in #3134. Unstable will still not function correctly with the new builder spec once this is merged, #3134 should be used on testnets

## Proposed Changes

- Removes redundancy in "builders" (servers implementing the builder spec)
- Renames `payload-builder` flag to `builder`
- Moves from old builder RPC API to new HTTP API, but does not implement the validator registration API (implemented in https://github.com/sigp/lighthouse/pull/3194)



Co-authored-by: sean <seananderson33@gmail.com>
Co-authored-by: realbigsean <sean@sigmaprime.io>
2022-07-01 01:15:19 +00:00
..
attestation_production.rs Prevent attestation to future blocks from early attester cache (#3183) 2022-05-17 01:51:25 +00:00
attestation_verification.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
block_verification.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
main.rs Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
merge.rs Kiln mev boost (#3062) 2022-03-31 07:52:23 +00:00
op_verification.rs Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
payload_invalidation.rs Remove builder redundancy (#3294) 2022-07-01 01:15:19 +00:00
store_tests.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00
sync_committee_verification.rs Retrospective invalidation of exec. payloads for opt. sync (#2837) 2022-02-28 22:07:48 +00:00
tests.rs Separate execution payloads in the DB (#3157) 2022-05-12 00:42:17 +00:00