prysm-pulse/beacon-chain
Raul Jordan d5b1f9f1f9
Implement Stream Duties Functionality (#5685)
* add test for stream duties

* rem gomock

* context cancelation test

* use interface for epoch ticker in duties

* fix build

* compute duties on first call

* pass tests for streams

* gaz

* ss stream duties

* ensure only stream across epoch-wide reorgs

* regen mock for validator

* Update beacon-chain/blockchain/head.go

* Update beacon-chain/rpc/validator/server.go

* update workspac

* pregenesis check

* tests pass

* build fix

* Revert "tests pass"

This reverts commit 9029d63ef38437b388a6982e81a94c85da769ed5.

* ethereumapis

* gaz

* Update beacon-chain/rpc/validator/assignments.go

* test for reorg

* fix up required tests

* fmt

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
Co-authored-by: Preston Van Loon <preston@prysmaticlabs.com>
2020-05-06 14:15:31 -05:00
..
archiver libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
blockchain Implement Stream Duties Functionality (#5685) 2020-05-06 14:15:31 -05:00
cache Add Persistent Subnets (#5734) 2020-05-05 14:26:20 -05:00
core Implement Stream Duties Functionality (#5685) 2020-05-06 14:15:31 -05:00
db libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
flags libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
forkchoice libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
gateway libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
interop-cold-start libfuzz based tests (#5095) 2020-05-05 07:22:26 +00:00
node Remove Old Sync Routine (#5761) 2020-05-06 04:36:34 +00:00
operations Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
p2p Add Persistent Subnets (#5734) 2020-05-05 14:26:20 -05:00
powchain Retry Initialization of ETH1 Connection (#5730) 2020-05-05 09:06:43 +00:00
rpc Implement Stream Duties Functionality (#5685) 2020-05-06 14:15:31 -05:00
state Assert no side effects occur on test (#5714) 2020-05-05 08:39:38 +00:00
sync Memory Improvements (#5760) 2020-05-06 05:04:02 +00:00
BUILD.bazel Load chain config from file (#5694) 2020-05-05 20:58:07 +03:00
main.go Load chain config from file (#5694) 2020-05-05 20:58:07 +03: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 Load chain config from file (#5694) 2020-05-05 20:58:07 +03: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.