prysm-pulse/beacon-chain/rpc
Anton fe6cf9f33b
SubscribeCommitteeSubnets fields length check (#6359)
* SubscribeCommitteeSubnets fields length check

A case where `len(req.Slots) != len(req.CommitteeIds)` but `len(req.CommitteeIds) == len(req.IsAggregator)`
should also throw an error. Without this fix only 2 length inequalities will throw the error.

Greetings from PwC Switzerland
* Added diff length SubscribeCommitteeSubnets test
* Merge branch 'master' into patch-1
2020-06-23 14:50:46 +00:00
..
beacon Fix Pagination Bug When Total Size % Page Size == 0 (#6266) 2020-06-19 09:39:12 -05:00
debug Minor Improvements (#6353) 2020-06-23 09:00:09 +00:00
node Update Node RPC Endpoints (#6289) 2020-06-18 03:53:46 +00:00
validator SubscribeCommitteeSubnets fields length check (#6359) 2020-06-23 14:50:46 +00:00
BUILD.bazel Add a Log for Newly Connected gRPC Clients in the Beacon Node (#6233) 2020-06-12 20:41:05 +00:00
service_test.go Clarify Insecure gRPC Connection Logs (#6276) 2020-06-17 14:32:13 +00:00
service.go Add Debug Endpoints For Peers (#6304) 2020-06-19 13:25:47 -05:00