prysm-pulse/proto/eth/v2
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
..
beacon_block.pb.go Allow sending Altair blocks to /eth/v1/beacon/blocks (#9685) 2021-09-28 19:07:32 +00:00
beacon_block.pb.gw.go Prepare protos for Ethereum API v2.0.0 (#9384) 2021-08-14 16:41:03 +00:00
beacon_block.proto Allow sending Altair blocks to /eth/v1/beacon/blocks (#9685) 2021-09-28 19:07:32 +00:00
beacon_state.pb.go Enable SSZ-serialization in v2 endpoints (#9587) 2021-09-17 14:08:59 +00:00
beacon_state.pb.gw.go Prepare protos for Ethereum API v2.0.0 (#9384) 2021-08-14 16:41:03 +00:00
beacon_state.proto Enable SSZ-serialization in v2 endpoints (#9587) 2021-09-17 14:08:59 +00:00
BUILD.bazel Add Version field to v2 endpoints (#9546) 2021-09-09 13:29:09 +00:00
generated.ssz.go using upstream fastssz with altair fixes (#9542) 2021-09-07 19:42:37 +00:00
sync_committee.pb.go Fix templating in eth protos (#9548) 2021-09-08 19:37:26 +00:00
sync_committee.pb.gw.go Prepare protos for Ethereum API v2.0.0 (#9384) 2021-08-14 16:41:03 +00:00
sync_committee.proto Implement SubmitPoolSyncCommitteeSignatures in the beacon API (#9464) (#9503) 2021-09-02 16:54:53 +00:00
validator.pb.go Implement ProduceBlockV2 in the beacon API (#9560) 2021-09-13 13:58:42 +00:00
validator.pb.gw.go Prepare protos for Ethereum API v2.0.0 (#9384) 2021-08-14 16:41:03 +00:00
validator.proto Make until_epoch exclusive in PrepareSyncCommitteeSubnets (#9579) 2021-09-14 15:14:28 +00:00
version.pb.go Add Version field to v2 endpoints (#9546) 2021-09-09 13:29:09 +00:00
version.pb.gw.go Add Version field to v2 endpoints (#9546) 2021-09-09 13:29:09 +00:00
version.proto Add Version field to v2 endpoints (#9546) 2021-09-09 13:29:09 +00:00