nimbus-eth2/beacon_chain/rpc
Jacek Sieka a5151bc546
`validator_duties`->`beacon_validators` (#5333)
This PR renames the existing `validator_duties` to `beacon_validators`
and in doing so, names validators running inside the beacon node process
"beacon validators" while those running the VC can be referred to as
"client validators" to disambiguate the two.

The existing `validator_duties` instead takes on a new responsibility:
as a home for logic shared between beacon and client validators - ie
code that provides consistency in implementation and behavior between
the two modes of operation.

Not only does this simplify reasoning about where to put code -it also
reduces the number of dependencies the validator client has from ~5000
to ~3000 modules (!) according to `nim genDepend` significantly reducing
compile times.
2023-08-23 19:39:57 +03:00
..
rest_api.nim add getNextWithdrawals Beacon API (#5021) 2023-06-07 21:27:15 +00:00
rest_beacon_api.nim Add support for POST /eth/v2/beacon/blocks (#5214) 2023-08-12 03:08:54 +00:00
rest_builder_api.nim add getNextWithdrawals Beacon API (#5021) 2023-06-07 21:27:15 +00:00
rest_config_api.nim automated consensus spec URL updating to v1.4.0-beta.1 (#5280) 2023-08-09 03:58:47 +00:00
rest_constants.nim Merkle is someone's name (#5265) 2023-08-07 10:06:47 +00:00
rest_debug_api.nim remove assumption of shared finalized-block ancestery between fork choice and chaindag in getDebugForkChoice (#5328) 2023-08-20 07:19:07 +00:00
rest_event_api.nim remove Nim 1.2-compatible `push raise`s and update copyright notice years (#4528) 2023-01-20 14:14:37 +00:00
rest_key_management_api.nim VC+BN: Validator voluntary exits through the Keymanager API (#5020) 2023-06-14 08:46:01 +02:00
rest_light_client_api.nim rename `(with|at)StateFork` > `(with|at)ConsensusFork` (#4725) 2023-03-11 14:39:29 +00:00
rest_nimbus_api.nim `validator_duties`->`beacon_validators` (#5333) 2023-08-23 19:39:57 +03:00
rest_node_api.nim replace `optimisticRoots` table with field in `BlockRef` (#4969) 2023-05-20 12:18:51 +00:00
rest_utils.nim `validator_duties`->`beacon_validators` (#5333) 2023-08-23 19:39:57 +03:00
rest_validator_api.nim `validator_duties`->`beacon_validators` (#5333) 2023-08-23 19:39:57 +03:00
state_ttl_cache.nim Prune `BlockRef` on finalization (#3513) 2022-03-17 17:42:56 +00:00