prysm-pulse/slasher/detection/attestations
Ivan Martinez cc5fc0af1a
Plug-in double voting detection into detection service (#4960)
* Add double vote detection to spanner
* Add documentation
* Update slasher/detection/attestations/spanner.go
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into slasher-spanner-double
* Merge branch 'slasher-spanner-double' of https://github.com/0xKiwi/Prysm into slasher-spanner-double
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into slasher-spanner-double
* Gazelle
* Add double vote detection func
* Implement double voting detection
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into slasher-implement-double
* Merge branch 'master' into slasher-implement-double
* Merge branch 'slasher-implement-double' of https://github.com/0xKiwi/Prysm into slasher-implement-double
* Fix typo
* Remove filter, replace with slot + committee index
* Change bloom filter to 2 sig bytes
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into slasher-change-filter
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into slasher-implement-double
* Merge branch 'slasher-change-filter' of https://github.com/0xKiwi/Prysm into slasher-implement-double
* Change detection to use prefix
* Fix runtime
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into slasher-implement-double
* Fix bug and comments
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into slasher-implement-double
* Fix flaky test
* Merge branch 'master' into slasher-implement-double
* Improve logs
* Merge branch 'slasher-implement-double' of https://github.com/0xKiwi/Prysm into slasher-implement-double
* Add ok check
* Fix test
* Merge branch 'master' into slasher-implement-double
2020-03-03 18:08:21 +00:00
..
iface Change span representation to a struct in Slasher (#4981) 2020-03-03 15:28:23 +05:30
types Change span representation to a struct in Slasher (#4981) 2020-03-03 15:28:23 +05:30
attestations_bench_test.go Plug-In Attester Slashing Detection Into Slasher Runtime (#4937) 2020-02-27 12:22:39 -05:00
attestations_test.go Plug-In Attester Slashing Detection Into Slasher Runtime (#4937) 2020-02-27 12:22:39 -05:00
attestations.go Cleanup detection code (#4915) 2020-02-20 08:56:37 -06:00
BUILD.bazel Change span representation to a struct in Slasher (#4981) 2020-03-03 15:28:23 +05:30
mock_spanner.go Plug-in double voting detection into detection service (#4960) 2020-03-03 18:08:21 +00:00
spanner_test.go Change span representation to a struct in Slasher (#4981) 2020-03-03 15:28:23 +05:30
spanner.go Change span representation to a struct in Slasher (#4981) 2020-03-03 15:28:23 +05:30