prysm-pulse/beacon-chain/rpc/prysm/v1alpha1/validator
kasey 49826ebe28
Checkpoint Sync 2/5 - API support for retrieving weak subjectivity data (#10384)
also refactor replayer code for better reuse:
- separately expose stategen's canonical block func
- CanonicalHistory in ws api, NewCanonicalBuilder
- refactor CanonicalHistory into a ReplayerBuilder

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
2022-03-23 22:54:07 +00:00
..
aggregator_test.go Validator RPC: add optimistic status check (#10291) 2022-03-03 00:16:34 +00:00
aggregator.go Validator RPC: add optimistic status check (#10291) 2022-03-03 00:16:34 +00:00
assignments_test.go Fix sync committee assignment for Bellatrix (#10356) 2022-03-14 01:00:33 +00:00
assignments.go Fix sync committee assignment for Bellatrix (#10356) 2022-03-14 01:00:33 +00:00
attester_test.go Validator RPC: add optimistic status check (#10291) 2022-03-03 00:16:34 +00:00
attester.go Validator RPC: add optimistic status check (#10291) 2022-03-03 00:16:34 +00:00
blocks_test.go Standardize config overriding in tests across repo (#9998) 2021-12-10 04:18:47 +00:00
blocks.go Various clean up before v2 (#9672) 2021-09-24 17:42:16 +00:00
BUILD.bazel PrepareBeaconProposer API (#10367) 2022-03-16 11:17:41 -04:00
exit_test.go Use fieldparams for BLS public key (#10042) 2022-01-06 17:33:08 +00:00
exit.go Unify GenesisValidator(s)Root throughout the codebase (#10230) 2022-02-14 13:34:38 +00:00
log.go Restructure RPC packages to be future compatible (#9136) 2021-07-02 15:54:52 +00:00
proposer_altair.go Add propose bellatrix block (#10189) 2022-02-08 01:29:11 +00:00
proposer_attestations_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
proposer_attestations.go Rest of kiln changes (#10319) 2022-03-07 19:47:08 +00:00
proposer_bellatrix.go Insert stored fee recipient for ForkchoiceUpdated call (#10349) 2022-03-14 18:44:40 +00:00
proposer_deposits.go Code cleanup (#9992) 2021-12-07 17:52:39 +00:00
proposer_eth1data.go Refactor rpc proposer into smaller files (#9796) 2021-10-18 11:35:32 -05:00
proposer_execution_payload_test.go Insert stored fee recipient for ForkchoiceUpdated call (#10349) 2022-03-14 18:44:40 +00:00
proposer_execution_payload.go Update default fee warning (#10378) 2022-03-16 19:26:51 +00:00
proposer_phase0.go Unify GenesisValidator(s)Root throughout the codebase (#10230) 2022-02-14 13:34:38 +00:00
proposer_sync_aggregate_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
proposer_sync_aggregate.go Proposer Sync Aggregate RPC Methods (#9479) 2021-08-28 20:47:45 +00:00
proposer_test.go Update default fee warning (#10378) 2022-03-16 19:26:51 +00:00
proposer_utils_bench_test.go Add errcheck and gosimple linters (#9729) 2021-10-22 17:40:03 -05:00
proposer.go Add API Middleware Support for Fee Recipients Endpoint (#10377) 2022-03-16 20:02:26 +00:00
server_test.go Unify GenesisValidator(s)Root throughout the codebase (#10230) 2022-02-14 13:34:38 +00:00
server.go Retrieving state by slot to always apply canonical block at slot, when available (#10255) 2022-03-09 13:33:18 -06:00
status_test.go Retrieving state by slot to always apply canonical block at slot, when available (#10255) 2022-03-09 13:33:18 -06:00
status.go Checkpoint Sync 2/5 - API support for retrieving weak subjectivity data (#10384) 2022-03-23 22:54:07 +00:00
sync_committee_test.go Validator RPC: add optimistic status check (#10291) 2022-03-03 00:16:34 +00:00
sync_committee.go Validator RPC: add optimistic status check (#10291) 2022-03-03 00:16:34 +00:00
validator_test.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00