prysm-pulse/beacon-chain/rpc/eth/beacon
Radosław Kapka c32090aae5
Allow sending Altair blocks to /eth/v1/beacon/blocks (#9685)
* Allow sending Altar blocks to `/eth/v1/beacon/blocks`

* tests

* add documentation

* fix ineffectual assignment

* change type of sync committee bits

* remove unused import

* fix Altair epoch calculation

* compare slot against slot

* do not publicly export E2E constant

* tests for setInitialPublishBlockPostRequest

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-09-28 19:07:32 +00:00
..
blocks_test.go Allow sending Altair blocks to /eth/v1/beacon/blocks (#9685) 2021-09-28 19:07:32 +00:00
blocks.go Allow sending Altair blocks to /eth/v1/beacon/blocks (#9685) 2021-09-28 19:07:32 +00:00
BUILD.bazel core: refactor signing and domain methods from helper to core/signing pkg (#9520) 2021-09-27 16:19:20 +00:00
config_test.go Add MIN_SYNC_COMMITTEE_PARTICIPANTS parameter to config (#9689) 2021-09-28 16:54:12 +00:00
config.go Clean up code in Eth API (#9650) 2021-09-22 17:59:06 +00:00
init_test.go Move Shared/Params Into Config/Params (#9642) 2021-09-21 19:59:25 +00:00
log.go Remove beacon-chain/rpc/eth/v1 directory (#9392) 2021-08-16 13:11:25 +02:00
pool_test.go core: refactor signing and domain methods from helper to core/signing pkg (#9520) 2021-09-27 16:19:20 +00:00
pool.go Unused parameter should be replaced by underscore (#9632) 2021-09-20 20:51:59 +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 Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
state.go Clean up code in Eth API (#9650) 2021-09-22 17:59:06 +00:00
sync_committee_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
sync_committee.go Fix SubmitPoolSyncCommitteeSignatures API endpoint (#9646) 2021-09-23 18:01:07 +00:00
validator_test.go Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
validator.go Add in progress handler to committee cache (#9664) 2021-09-26 23:27:57 +08:00