prysm-pulse/beacon-chain
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
..
archiver Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
blockchain Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
cache All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
core Verify sig slasher (#5661) 2020-05-05 08:15:32 +03:00
db Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
flags Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
forkchoice All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
gateway Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
interop-cold-start Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
node Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
operations All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
p2p Refactor db teardown to testing.TB.Cleanup (#5725) 2020-05-04 01:14:34 +00:00
powchain Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
rpc Verify sig slasher (#5661) 2020-05-05 08:15:32 +03:00
state Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
sync Use stateutil.BlockRoot everywhere (#5739) 2020-05-05 04:30:24 +00:00
BUILD.bazel Add Geth Logging (#5474) 2020-04-18 06:23:45 +00:00
main.go Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Allow setting flags via yaml config file. (#4878) 2020-03-19 14:46:44 -07:00
usage.go Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum Serenity in Golang by Prysmatic Labs. Before you begin, check out our Contribution Guidelines and join our active chat room on Discord or Gitter below:

Discord Gitter

Also, read the latest beacon chain design spec, this design spec serves as a source of truth for the beacon chain implementation we follow at prysmatic labs. Check out the FAQs. Refer this page on why we are combining sharding and casper together.