prysm-pulse/beacon-chain/rpc/validator
Shay Zluf 17169e5a2d
External slashing protection (#5895)
* slasher grpc client

* do not export

* slasher on a different package

* fix featureconfig

* change to rough time

* revert roughtime

* remove extra comma

* revert order change

* goimports

* fix comments and tests

* fix package name

* revert reorder

* comment for start

* service

* fix visibility

* external slasher validator protection implementation

* gaz

* fix comment

* add comments

* nishant feedback

* raul feedback

* preston feedback

* fix flags

* fix imports

* fix imports

* port 4002

* added tests

* fix log

* fix imports

* fix imports name

* raul feedback

* gaz

* terence comment

* change name

* runtime fixes

* add flag check

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2020-05-20 10:23:22 -05:00
..
aggregator_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
aggregator.go Reduce state copies for SubmitAggregateSelectionProof (#5813) 2020-05-11 16:21:34 +00:00
assignments_test.go Ensure We Use Request.Epoch in the Validator Duties Server Implementation (#5913) 2020-05-19 21:26:14 +00:00
assignments.go Ensure We Use Request.Epoch in the Validator Duties Server Implementation (#5913) 2020-05-19 21:26:14 +00:00
attester_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
attester.go More efficient ancestor head retrieval for GetAttestationData (#5669) 2020-04-28 19:44:06 -05:00
BUILD.bazel Unify generated mocks into shared/mock (#5862) 2020-05-15 12:27:46 -05:00
exit_test.go Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
exit.go Change non-mutating validator accesses to ReadOnly (#5776) 2020-05-07 14:15:51 -04:00
proposer_test.go Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
proposer.go Validate slashings upon pool exit (#5848) 2020-05-14 17:11:28 +00:00
server_test.go Unify generated mocks into shared/mock (#5862) 2020-05-15 12:27:46 -05:00
server.go Command to fetch validator statuses + MultipleValidatorStatus (#5784) 2020-05-19 05:13:37 +00:00
status_test.go External slashing protection (#5895) 2020-05-20 10:23:22 -05:00
status.go Command to fetch validator statuses + MultipleValidatorStatus (#5784) 2020-05-19 05:13:37 +00:00
validator_test.go Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00