prysm-pulse/beacon-chain
terence tsao 7f07ad831e
Update seen for attestation pool (#4669)
* Use `contain` instead of `overlap`
* Tests
* Update seen
* Merge branch 'master' into use-contain
* Use OR to track all of the bits we have seen so far
* Added one more test case
* gofmt
* Conflict
* Picked up Preston's changes
* Merge branch 'use-contain' of git+ssh://github.com/prysmaticlabs/prysm into use-contain
2020-01-30 23:30:37 +00:00
..
archiver Refactor database interface to prefer blockchain.HeadFetcher (#4523) 2020-01-13 17:02:20 +00:00
blockchain Better caching of attestation pre state (#4688) 2020-01-30 11:06:20 -08:00
cache Better caching of attestation pre state (#4688) 2020-01-30 11:06:20 -08:00
core Slasher data update from archive (#4563) 2020-01-29 07:14:51 +05:30
db Remove prune state (#4680) 2020-01-29 03:53:57 +00:00
flags Add --rpc-host option to beacon chain (#4571) 2020-01-16 20:18:26 -06:00
forkchoice Update node count based on insertion (#4653) 2020-01-27 15:24:58 -06:00
gateway Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
interop-cold-start Clear Pre-Genesis Objects (#4656) 2020-01-26 17:50:40 +00:00
node Proto array fork choice tree handler (#4658) 2020-01-26 12:25:33 -08:00
operations Update seen for attestation pool (#4669) 2020-01-30 23:30:37 +00:00
p2p add flag (#4622) 2020-01-23 11:25:10 +08:00
powchain Replace no-genesis-delay with custom-genesis-delay (#4678) 2020-01-28 21:07:43 +00:00
rpc Validator status updates (#4675) 2020-01-30 19:46:37 +00:00
state Create New Beacon State Data Structure (#4602) 2020-01-21 22:36:12 -06:00
sync Slasher data update from archive (#4563) 2020-01-29 07:14:51 +05:30
BUILD.bazel Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
main.go add flag (#4622) 2020-01-23 11:25:10 +08: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 add flag (#4622) 2020-01-23 11:25:10 +08: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.