Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subscribe method for committee ID subnet #118

Merged
merged 5 commits into from
Apr 3, 2020
Merged

Conversation

terencechain
Copy link
Member

This PR adds the subscribe method for committee ID subet

// and beacon node serving aggregator can join the subnet.
rpc SubscribeCommitteeSubnet(CommitteeSubnetSubscribeRequest) returns (google.protobuf.Empty) {
option (google.api.http) = {
post: "/eth/v1alpha1/validator/subscribe"
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this gateway endpoint isnt very descriptive, maybe validator/subnet/subscribe?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

@rauljordan rauljordan merged commit 3f6a75a into spec-v0.11 Apr 3, 2020
@rauljordan rauljordan deleted the subscribe branch April 3, 2020 15:11
prylabs-bulldozer bot pushed a commit that referenced this pull request Apr 14, 2020
* change domain response (#109)
* Merge branch 'master' of https://github.com/prysmaticlabs/ethereumapis into v0.10.1
* regen proto
* Add proposer index
* Gen proto
* Sync with v0.10
* Update aggregation apis
* New pb
* update api for better usage
* Better definitions
* Merge commit '25f267e475788bf8e5e01cb9d73cfd0c87020822' into spec-v0.11
* update proto files
* Merge branch 'master' into spec-v0.11
* Add subscribe method for committee ID subnet (#118)

* Add SubscribeCommitteeSubnet and CommitteeSubnetSubscribeRequest

* Comments

* Update validator.proto
* Merge branch 'master' into spec-v0.11
* Update `SubscribeCommitteeSubnets` to batch (#120)

* Update to batch

* Proto
* Rename Fork to ForkDefinition (#119)

Co-authored-by: Raul Jordan <[email protected]>
* Revert
* Merge conflict
* Multiple Proposer Slots for Duties (#121)

* apply items

* multiple proposers

* workspace changes

* no space
* Merge branch 'master' of github.com:prysmaticlabs/ethereumapis into spec-v0.11
* Update spec version
rauljordan added a commit that referenced this pull request Apr 22, 2020
* change domain response (#109)

* regen proto

* Add proposer index

* Gen proto

* Update aggregation apis

* New pb

* update api for better usage

* Better definitions

* update proto files

* Add subscribe method for committee ID subnet (#118)

* Add SubscribeCommitteeSubnet and CommitteeSubnetSubscribeRequest

* Comments

* Update validator.proto

* Update `SubscribeCommitteeSubnets` to batch (#120)

* Update to batch

* Proto

* Rename Fork to ForkDefinition (#119)

Co-authored-by: Raul Jordan <[email protected]>

* Revert

* Merge conflict

* Multiple Proposer Slots for Duties (#121)

* apply items

* multiple proposers

* workspace changes

* no space

* Add GetValidatorsRoot

* resolve confs

* regen

Co-authored-by: Nishant Das <[email protected]>
Co-authored-by: Terence Tsao <[email protected]>
Co-authored-by: Raul Jordan <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants