prysm-pulse/slasher/beaconclient
Shay Zluf 9ea3f58a5e
Verify sig slasher (#5661)
* first cherry pick

* second

* new endpoint

* fork digest by epoch

* fork and sig verify

* fix test

* fix comment

* gaz

* remove unused param

* remove space

* moved to shared attestation_utils.go

* raul comment

* gaz

* goimports

* fix import cycle

* fix test

* shorter helper method

* add another helper function

* fix comment

* param fix

* gaz

* fix error

* Update beacon-chain/core/blocks/block_operations.go

Co-authored-by: Victor Farazdagi <simple.square@gmail.com>

* update pseudocode

* remove teardown

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
2020-05-05 08:15:32 +03:00
..
BUILD.bazel Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
chain_data_test.go Verify sig slasher (#5661) 2020-05-05 08:15:32 +03:00
chain_data.go Verify sig slasher (#5661) 2020-05-05 08:15:32 +03:00
historical_data_retrieval_test.go Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
historical_data_retrieval.go Change ListAttestations to get attestations from blocks (#5145) 2020-03-23 16:22:37 -04:00
metrics.go Add in Slasher Metrics (#5060) 2020-03-10 19:41:55 +00:00
receivers_test.go Archived point retrieval and recovery (#5075) 2020-03-11 17:38:30 -07:00
receivers.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
service_test.go Request All Indexed Attestations Since Genesis in Slasher on Startup (#4894) 2020-02-19 16:26:14 -06:00
service.go Verify sig slasher (#5661) 2020-05-05 08:15:32 +03:00
submit_test.go Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
submit.go Request All Indexed Attestations Since Genesis in Slasher on Startup (#4894) 2020-02-19 16:26:14 -06:00
validator_retrieval_test.go slasher retrieve and cache validator public key (#5220) 2020-04-02 06:08:23 +03:00
validator_retrieval.go slasher retrieve and cache validator public key (#5220) 2020-04-02 06:08:23 +03:00