prysm-pulse/beacon-chain
shayzluf 035eaffd9d
handle slashing from p2p (#5047)
* handle slashing from p2p

* gaz

* remove unneeded check

* add tests

* gaz  goimports

* text update

* Apply suggestions from code review

* add proto.equal

* fix test

* add context to call

* fix state bug found by terence

* fix tests add error type handling

* nil checks

* nil head state check

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2020-03-13 16:47:27 -05:00
..
archiver Update outdated spec function names and comments (#4992) 2020-03-03 18:29:41 +00:00
blockchain Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
cache LRU cache for state gen (#5004) 2020-03-04 22:09:21 +00:00
core Include ejected indices in ActiveSetChanges endpoint (#5066) 2020-03-13 12:23:19 -04:00
db Archived point index DB methods (#4977) 2020-03-02 08:55:38 +01:00
flags Fix Custom Delay Flag (#5026) 2020-03-07 03:52:40 +00:00
forkchoice Expose fork choice node (#4819) 2020-02-10 13:09:12 -06:00
gateway Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
interop-cold-start Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
node handle slashing from p2p (#5047) 2020-03-13 16:47:27 -05:00
operations Better attestation pool with map instead of expiration cache (#5087) 2020-03-13 12:35:28 -05:00
p2p Discovery Fixes (#5050) 2020-03-09 19:53:37 -07:00
powchain Reduce frequency of 'eth1 client not syncing' messages (#5057) 2020-03-10 09:51:41 -05:00
rpc Include ejected indices in ActiveSetChanges endpoint (#5066) 2020-03-13 12:23:19 -04:00
state Load cold state by root (#5086) 2020-03-12 15:27:55 -07:00
sync handle slashing from p2p (#5047) 2020-03-13 16:47:27 -05:00
BUILD.bazel Define debug images for Prysm beacon chain and validator binaries (#4893) 2020-02-17 14:13:34 -08:00
main.go Fix Custom Delay Flag (#5026) 2020-03-07 03:52:40 +00:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go Fix Custom Delay Flag (#5026) 2020-03-07 03:52:40 +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.