prysm-pulse/beacon-chain/operations/slashings
Raul Jordan 549b0f66fa
Include Slashing Submission Endpoints + Slashing Pool in Beacon Node (#4858)
* add to workspace

* impl

* include tests for func

* fix broken build

* test passing, found 2 bugs

* add errors package

* added in mockgen

* we check for insertion into the pool based on attester slashings

* test passing

* proper test

* Update beacon-chain/rpc/beacon/slashings.go

* Update beacon-chain/rpc/beacon/slashings_test.go
2020-02-13 22:20:45 -06:00
..
BUILD.bazel Slashing operations pool (#4726) 2020-02-07 10:32:51 +08:00
doc.go Slashing operations pool (#4726) 2020-02-07 10:32:51 +08:00
service_attester_test.go Include Slashing Submission Endpoints + Slashing Pool in Beacon Node (#4858) 2020-02-13 22:20:45 -06:00
service_proposer_test.go Include Slashing Submission Endpoints + Slashing Pool in Beacon Node (#4858) 2020-02-13 22:20:45 -06:00
service.go Include Slashing Submission Endpoints + Slashing Pool in Beacon Node (#4858) 2020-02-13 22:20:45 -06:00
types.go Slashing operations pool (#4726) 2020-02-07 10:32:51 +08:00