prysm-pulse/slasher/db
shayzluf a29032c2bf
Fix indexed attestations Slasher store (#3897)
* 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
2019-10-31 12:59:13 +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 Indexed attestations store (#3322) 2019-10-18 20:35:09 -07:00
db.go Indexed attestations store (#3322) 2019-10-18 20:35:09 -07:00
indexed_attestations_test.go Fix indexed attestations Slasher store (#3897) 2019-10-31 12:59:13 +05:30
indexed_attestations.go Fix indexed attestations Slasher store (#3897) 2019-10-31 12:59:13 +05:30
schema.go Fix indexed attestations Slasher store (#3897) 2019-10-31 12:59:13 +05:30
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