prysm-pulse/beacon-chain/rpc/eth/beacon
Raul Jordan d210dd7691
Maintainable Beacon Block API Endpoints (#9528)
* add new proto endpoints and deprecate old

* regen protos

* regen mocks

* begin fixing tests

* build tests

* e2e build

* go build

* resolve conflicts

* pass tests

* amend generated name

* fix build

* more fixes

* update gateway paths

* radek comments

* fix comment

Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2021-09-07 15:17:50 +00:00
..
blocks_test.go Maintainable Beacon Block API Endpoints (#9528) 2021-09-07 15:17:50 +00:00
blocks.go Implement GetBlockV2 in the beacon API (#9433) 2021-08-26 15:22:06 +00:00
BUILD.bazel Remove copyutil pkg, move v1alpha1 copy methods into v1alpha1 pkg (#9533) 2021-09-04 06:55:57 +00:00
config_test.go Update Prater config to include Altair fork epoch (#9467) 2021-08-25 17:18:29 +00:00
config.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
init_test.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
log.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
pool_test.go Move Slot and Epoch functions from helpers to core pkg (#9519) 2021-09-03 20:10:31 +00:00
pool.go Remove copyutil pkg, move v1alpha1 copy methods into v1alpha1 pkg (#9533) 2021-09-04 06:55:57 +00:00
server_test.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
server.go Implement SubmitPoolSyncCommitteeSignatures in the beacon API (#9464) (#9503) 2021-09-02 16:54:53 +00:00
state_test.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
state.go Move Slot and Epoch functions from helpers to core pkg (#9519) 2021-09-03 20:10:31 +00:00
sync_committee_test.go Implement SubmitPoolSyncCommitteeSignatures in the beacon API (#9464) (#9503) 2021-09-02 16:54:53 +00:00
sync_committee.go Implement SubmitPoolSyncCommitteeSignatures in the beacon API (#9464) (#9503) 2021-09-02 16:54:53 +00:00
validator_test.go Move Slot and Epoch functions from helpers to core pkg (#9519) 2021-09-03 20:10:31 +00:00
validator.go Move Slot and Epoch functions from helpers to core pkg (#9519) 2021-09-03 20:10:31 +00:00