prysm-pulse/beacon-chain/operations/slashings
shayzluf 4df74a3b9d
Slashing operations pool (#4726)
* first iteration

* with initial tests

* comment fix

* fix lint

* Start fixing other tests

* Cleanup

* Finish att slashing tests

* Finish up tests for proposer

* Fix docs

* Fix tests

* Fix pending att slashings to not include duplicates

* Fix max list

* Add test to make sure no duplicate slashings

* Address comments, improve insertion

* Fix error

* Update beacon-chain/operations/slashings/service.go

* Update beacon-chain/operations/slashings/service.go

* Update beacon-chain/operations/slashings/service.go

* Update beacon-chain/operations/slashings/service.go

* include a helper function for deduplication, fix some comments

Co-authored-by: Ivan Martinez <ivanthegreatdev@gmail.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2020-02-07 10:32:51 +08: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 Slashing operations pool (#4726) 2020-02-07 10:32:51 +08:00
service_proposer_test.go Slashing operations pool (#4726) 2020-02-07 10:32:51 +08:00
service.go Slashing operations pool (#4726) 2020-02-07 10:32:51 +08:00
types.go Slashing operations pool (#4726) 2020-02-07 10:32:51 +08:00