prysm-pulse/beacon-chain
Raul Jordan 57f965df50
Include Slasher Receiving Methods (#9692)
* first

* add receive details

* ensure most builds

* add slasherkv changes

* db iface additions

* build

* gaz

* proper todo comment

* terence comments

* sig check

* bad sig checks

* proper lock issue

* fix test

* fix up tests
2021-09-28 18:13:16 +00:00
..
blockchain Process Slashings for Newly Optimized Slasher (#9687) 2021-09-28 10:27:40 -05:00
cache Remove fmt.Println from committee cache (#9677) 2021-09-27 11:18:20 +00:00
core Process Slashings for Newly Optimized Slasher (#9687) 2021-09-28 10:27:40 -05:00
db Include Slasher Receiving Methods (#9692) 2021-09-28 18:13:16 +00:00
forkchoice Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
gateway Add flags for disabling selected API (#9606) 2021-09-24 09:25:42 +00:00
interop-cold-start Miscellaneous Packages from Shared Into Proper Folders (#9638) 2021-09-21 18:11:16 +00:00
node Add flags for disabling selected API (#9606) 2021-09-24 09:25:42 +00:00
operations Move Shared/Testutil into Testing (#9659) 2021-09-23 18:53:46 +00:00
p2p core: refactor signing and domain methods from helper to core/signing pkg (#9520) 2021-09-27 16:19:20 +00:00
package Move Miscellaneous Shared/ Packages Into Semantic Groups (#9624) 2021-09-17 19:20:50 +00:00
powchain core: refactor signing and domain methods from helper to core/signing pkg (#9520) 2021-09-27 16:19:20 +00:00
rpc Add MIN_SYNC_COMMITTEE_PARTICIPANTS parameter to config (#9689) 2021-09-28 16:54:12 +00:00
server Add flags for disabling selected API (#9606) 2021-09-24 09:25:42 +00:00
slasher Include Slasher Receiving Methods (#9692) 2021-09-28 18:13:16 +00:00
state Add in progress handler to committee cache (#9664) 2021-09-26 23:27:57 +08:00
sync Process Slashings for Newly Optimized Slasher (#9687) 2021-09-28 10:27:40 -05:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum written in Go by Prysmatic Labs.

You can also read our main README and join our active chat room on Discord.

Discord

Also, read the official beacon chain specification, this design spec serves as a source of truth for the beacon chain implementation we follow at Prysmatic Labs.