prysm-pulse/proto/eth/service
Radosław Kapka ed68dd757f
Implement ProduceBlockV2 in the beacon API (#9560)
* Rename service func to ProduceBlockV2

# Conflicts:
#	beacon-chain/rpc/eth/validator/validator.go

* initial implementation

# Conflicts:
#	beacon-chain/rpc/eth/validator/validator.go
#	proto/eth/v2/validator.pb.go

* test first try

* try new signature in test

* Fix test's sync committee signature

* Use 0xAA instead of 0xFF

* properly get altair block

* final implementation

* Revert "Auxiliary commit to revert individual files from 17779d4228b8c65452343fe5c51ef5764766f732"

This reverts commit 3f352a145c70c8edf8dd283f684fecf93f6d6487.

# Conflicts:
#	beacon-chain/rpc/eth/beacon/blocks.go

* revert pb.go changes to block

* add signature to return value

* fix ineffectual assignment

* simplify if/else statement

Co-authored-by: terence tsao <terence@prysmaticlabs.com>
2021-09-13 13:58:42 +00:00
..
beacon_chain_service.pb.go Implement SubmitPoolSyncCommitteeSignatures in the beacon API (#9464) (#9503) 2021-09-02 16:54:53 +00:00
beacon_chain_service.pb.gw.go Implement SubmitPoolSyncCommitteeSignatures in the beacon API (#9464) (#9503) 2021-09-02 16:54:53 +00:00
beacon_chain_service.proto Implement SubmitPoolSyncCommitteeSignatures in the beacon API (#9464) (#9503) 2021-09-02 16:54:53 +00:00
beacon_debug_service.pb.go Improve v2 protos (#9412) 2021-08-18 15:50:37 +00:00
beacon_debug_service.pb.gw.go Improve v2 protos (#9412) 2021-08-18 15:50:37 +00:00
beacon_debug_service.proto Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00
BUILD.bazel Prepare protos for Ethereum API v2.0.0 (#9384) 2021-08-14 16:41:03 +00:00
events_service.pb.go Move proto services to a different package (#9379) 2021-08-13 10:55:24 +00:00
events_service.pb.gw.go Move proto services to a different package (#9379) 2021-08-13 10:55:24 +00:00
events_service.proto Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00
node_service.pb.go Prepare protos for Ethereum API v2.0.0 (#9384) 2021-08-14 16:41:03 +00:00
node_service.pb.gw.go Move proto services to a different package (#9379) 2021-08-13 10:55:24 +00:00
node_service.proto Move proto services to a different package (#9379) 2021-08-13 10:55:24 +00:00
validator_service.pb.go Implement ProduceBlockV2 in the beacon API (#9560) 2021-09-13 13:58:42 +00:00
validator_service.pb.gw.go Implement ProduceBlockV2 in the beacon API (#9560) 2021-09-13 13:58:42 +00:00
validator_service.proto Implement ProduceBlockV2 in the beacon API (#9560) 2021-09-13 13:58:42 +00:00