prysm-pulse/validator/client
Ivan Martinez f0fcebccc4
Move slashing protection code to separate files for proposing and attesting (#6406)
* Get started on cleaning up slashing protection
* Merge branch 'master' of github.com:prysmaticlabs/prysm into cleanup-protection
* Move protection functions to own files
* Lint
* Merge branch 'master' of github.com:prysmaticlabs/prysm into cleanup-protection
* Begin adding test for proposal protection
* Merge branch 'master' of github.com:prysmaticlabs/prysm into cleanup-protection
* Fix build
* Fix tests
* Fix tst
* Fix tests
* Fix proposal tests
* Merge branch 'master' into cleanup-protection
* Merge branch 'master' into cleanup-protection
* Merge branch 'master' into cleanup-protection
* Merge branch 'master' of github.com:prysmaticlabs/prysm into cleanup-protection
* Reorder protections
* Change lock
* Fix test
* Merge branch 'master' into cleanup-protection
* Merge branch 'master' into cleanup-protection
* Merge branch 'master' into cleanup-protection
* Change log
* Merge branch 'cleanup-protection' of github.com:prysmaticlabs/prysm into cleanup-protection
* Merge branch 'master' into cleanup-protection
2020-07-03 19:54:42 +00:00
..
aggregate_test.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
aggregate.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
attest_protect_test.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
attest_protect.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
attest_test.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
attest.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
BUILD.bazel Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
fake_validator_test.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
log.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
metrics.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
propose_protect_test.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
propose_protect.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
propose_test.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
propose.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
runner_test.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
runner.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
service_test.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
service.go Revert Stream Duties (#6473) 2020-07-02 17:50:05 +00:00
validator_test.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00
validator.go Move slashing protection code to separate files for proposing and attesting (#6406) 2020-07-03 19:54:42 +00:00