* rem slasher proto
* with cache
* delete old code
* moving to bytes.go fix traces
* moving to bytes.go fix traces
* raul feedback
* raul feedback
* begin
* add eviction test
* ivan feedback
* ivan feedback
* test is running
* some comment improvements
* test included for bytes and bool
* import
* cleanup
* tests pass
* fill in all fields in test
* gaz
* fix integration
* gaz + goimports
* fix service.go
* remove sleep
* cleanup
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
* Add simple bloom filter implementation for detecting similarity of 1 key
* Change hash to keccak
* Fix receiver name
* Fix bug
* Fix comments and organize test
* Add comment detailing hash functions
* Add bloom to test names
* Rename vars for clarity
* Change spanner to take target epoch as key
* Fix tests, add multiple val test
* Fixes
* Change the spanner to take in att on detect
* Add back proto diagram tests
* Remove unneeded comments
* more spanner additions
* implement iface
* begin implement
* wrapped up spanner functions
* rem interface
* added in necessary comments
* comments on enums
* begin adding tests
* test for detection
* add all detection tests
* moar tests
* tests for deleting pass
* dd test for update spans
* tests for updating
* include tracing utils
* gaz
* add mutexes
* ivan feedback