* Define proto
* Regen
* Delete slasher.pb.go
* Gaz
* Merge branch 'state-summary-proto' of https://github.com/prysmaticlabs/prysm into state-summary-proto
* Revert "Delete slasher.pb.go"
This reverts commit 19bfa21cd3294bc5f684fe68968250de76a8f5bd.
* Add state_summary.go
* Test
* Gaz
* Interaces
* pass through
* Merge refs/heads/master into state-summary-db
* Merge refs/heads/master into state-summary-db
* Remove unused services, mark everything as deprecated, regen pb.go
* remove some code from cluster pk manager, gazelle
* goimports
* remove mocks
* Update WORKSPACE, deprecate old method, stub new method
* Move implementation to ethereumapis definition
* gofmt
* Add TODO for #4952
* Merge branch 'master' into migrate-submitaggregateandproof
* Update validator client to use new submit aggregate and proof method
* Merge branch 'migrate-submitaggregateandproof' of github.com:prysmaticlabs/prysm into migrate-submitaggregateandproof
* gaz
* rename
* rename
* Merge refs/heads/master into migrate-submitaggregateandproof
* Merge refs/heads/master into migrate-submitaggregateandproof
* Merge refs/heads/master into migrate-submitaggregateandproof
* Merge refs/heads/master into migrate-submitaggregateandproof
* Merge refs/heads/master into migrate-submitaggregateandproof
* fix tests
* Merge branch 'migrate-submitaggregateandproof' of github.com:prysmaticlabs/prysm into migrate-submitaggregateandproof
* 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
* stream indexed attestations impl
* mock regen
* test for stream indexed
* atts test
* no bls
* gaz
* Merge refs/heads/master into implement-stream-indexed
* use feed for atts instead
* remove unused imports
* Merge refs/heads/master into implement-stream-indexed
* fix tests in beacon
* properly use pointers
* imports
* import
* 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
* Use a domain data cache to reduce the number of calls per epoch
* fix fakevalidator
* Refactor to use a feature flag, use proto.clone, move interceptor to its own file
* gofmt
* fix comment
* tune cache slightly
* log if error on domain data
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
* Add a configurable flag for gRPC retries
* Merge refs/heads/master into configurable-retry
* Merge refs/heads/master into configurable-retry
* Merge refs/heads/master into configurable-retry
* Merge refs/heads/master into configurable-retry
* Merge refs/heads/master into configurable-retry
* add in flag to usage
* Add metrics
* Use it
* Use it
* Fixed exp time and tests
* Update on save too
* Expose getters
* One epoch purge time
* Fixed a timing issue
* Clean up
* Gazelle
* Interface
* Prune every epoch
* Aggregate twice per slot
* Revert attsToBeAggregated
* Delete expired atts
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
* 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
* include fixes
* rev
* logrus
* tests for query sync status and chain head
* begin tests for indexed atts
* test passing for requesting historical atts
* Update slasher/beaconclient/chain_data_test.go
* Update slasher/beaconclient/historical_data_retrieval.go
* lint
* fixed up wanted vs receied
* fix mock
* gazelle
* fix broken build
* tests pass
* dep
* gaz
* add dep
* tests pass
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
* Add validators stream
* Ignore unknown keys rather than error on them
* Reduce accesses to common structures
* Ensure correct information returned for deposited validators
* Short-term cache for remote deposit data
* Name epoch duration for clarity
* Break out duplicated logic in to a single function
* Add capacities for slices and maps where appropriate
* Break out functions; add tests
* Allow stream errors not related to context
Co-authored-by: Nishant Das <nish1993@hotmail.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
* update patch and workspace
* stub methods
* implementation of indexed attestations list
* include latest ethereumapis
* update request type
* compute committee pure function
* use compute committee helper
* add test into list indexed attestations
* regenerate mock
* imports and out of range check
* test passing for archived epoch
* add comment
* comment
* better comment on func
* throw in continue instead