* Rename elements for clarity
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into slasher-renames
* Fix test
* Rename more functions
* Cleanup
* Fix logs
* Merge branch 'master' of https://github.com/prysmaticlabs/Prysm into slasher-renames
* Reorganize and clean up logs
* Address comments
* Add comments
* Merge branch 'master' of github.com:prysmaticlabs/prysm into update_validators
# Conflicts:
# slasher/flags/flags.go
# slasher/main.go
# slasher/service/data_update.go
# slasher/service/service.go
# slasher/service/service_test.go
* proposal and attester store
* day to status
* comment change
* one bucket
* Merge branch 'master' of github.com:prysmaticlabs/prysm into attester_proposer_slashing_store
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
added comments
* comment
* typo fix
* raul review fix
* raul review fix full
* nishant feedback
* test fix
* fix tests and remove update gofmt goimports
* remove blank line in imports
* nishant fixes
* comment and fir delete proposer slashings
* avoid marshal twice
* remove space
* Update slasher/db/attester_slashings.go
Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* terence feedback
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: terence tsao <terence@prysmaticlabs.com>
* first version of the watchtower api
* first commit
* remove watchtower
* working version
* fix < 0
* gaz
* Update slasher/db/db.go
* remove clear history
* moved constant to config
* gaz
* feedback changes
* compare uint64
* add constant config
* PruneSlasherStoragePeriod change