prysm-pulse/beacon-chain/rpc
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
..
beacon Verify sig slasher (#5661) 2020-05-05 08:15:32 +03:00
node Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
testing Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
validator Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
BUILD.bazel Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
service_test.go proper error checking and type assertions (#5424) 2020-04-14 16:41:09 +00:00
service.go Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00