prysm-pulse/slasher/db
shayzluf d071a0a90a
Double vote detection (#4049)
* first version of the watchtower api

* service files

* Begin work on grpc server

* More changes to server

* REnames and mock setup

* working test

* merge

* double propose detection test

* nishant review

* todo change

* gaz

* fix service

* gaz

* remove unused import

* gaz

* resolve circular dependency

* resolve circular dependency 2nd try

* remove package

* fix package

* fix test

* added tests

* gaz

* remove status check

* gaz

* remove context

* remove context

* change var name

* moved to rpc dir

* gaz

* remove server code

* gaz

* slasher server

* visibility change

* pb

* service update

* gaz

* slasher grpc server

* making it work

* setup db and start

* gaz

* service flags fixes

* grpc service running

* go imports

* remove new initializer

* gaz

* remove feature flags

* change back SetupSlasherDB

* fix SetupSlasherDB calls

* define err

* fix bad merge

* fix test

* fix imports

* fix imports

* fix imports

* add cancel

* comment stop

* fix cancel issue

* remove unneeded code

* bring back bad merge that removed TODO

* remove use of epoch as am input

* fixed slasher to be runable again

* wait for channel close

* gaz

* small test

* flags fix

* fix flag order

* double vote detection

* remove source epoch from indexed attestation indices

* change server method to receive indexed attestation

* start implementation

* double vote detection

* proto

* pb

* fir comment

* nishant review

* import fix

* Update slasher/db/indexed_attestations.go

Co-Authored-By: terence tsao <terence@prysmaticlabs.com>

* terence feedback
2019-11-20 10:44:50 +05:30
..
block_header_test.go Slasher grpc service (#3271) 2019-09-26 09:29:10 -07:00
block_header.go Slasher grpc service (#3271) 2019-09-26 09:29:10 -07:00
BUILD.bazel Update run time to v0.9 (#3935) 2019-11-11 17:03:43 -05:00
db.go Store Validators Min and Max Spans for Slashing (#3941) 2019-11-06 14:08:20 -06:00
indexed_attestations_test.go remove source epoch from indexed attestation indices (#4010) 2019-11-15 10:48:45 -06:00
indexed_attestations.go Double vote detection (#4049) 2019-11-20 10:44:50 +05:30
min_max_span_test.go Surround detection (#3967) 2019-11-18 13:49:39 -06:00
min_max_span.go Surround detection (#3967) 2019-11-18 13:49:39 -06:00
schema.go remove source epoch from indexed attestation indices (#4010) 2019-11-15 10:48:45 -06:00
setup_db_test.go Slasher grpc service (#3271) 2019-09-26 09:29:10 -07:00
setup_db.go Slasher grpc service (#3271) 2019-09-26 09:29:10 -07:00
validator_id_pubkey_test.go store validator public keys (#3927) 2019-11-05 07:54:27 -06:00
validator_id_pubkey.go store validator public keys (#3927) 2019-11-05 07:54:27 -06:00