prysm-pulse/slasher/db
shayzluf 0b35743d2c
Attester proposer slashing store (#4315)
* 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>
2020-01-14 07:43:25 +05:30
..
attester_slashings_test.go Attester proposer slashing store (#4315) 2020-01-14 07:43:25 +05:30
attester_slashings.go Attester proposer slashing store (#4315) 2020-01-14 07:43:25 +05:30
block_header_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
block_header.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
BUILD.bazel Attester proposer slashing store (#4315) 2020-01-14 07:43:25 +05:30
db.go Attester proposer slashing store (#4315) 2020-01-14 07:43:25 +05:30
indexed_attestations_test.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
indexed_attestations.go Update run time to v0.9.3 (#4154) 2020-01-07 18:47:39 +00:00
min_max_span_test.go Remove proto/sharding and move slashing to own dir (#4332) 2019-12-20 21:47:00 -06:00
min_max_span.go Remove proto/sharding and move slashing to own dir (#4332) 2019-12-20 21:47:00 -06:00
proposer_slashings_test.go Attester proposer slashing store (#4315) 2020-01-14 07:43:25 +05:30
proposer_slashings.go Attester proposer slashing store (#4315) 2020-01-14 07:43:25 +05:30
schema.go Attester proposer slashing store (#4315) 2020-01-14 07:43:25 +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
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