prysm-pulse/beacon-chain
terence tsao 3763a8ce5d
Fix ListValidatorBalances for v0.11 (#5458)
* Fix ListValidatorBalances
* Fixed all the tests
* Merge refs/heads/master into fix-list-balances
* Use requestedEpoch as default
* Merge branch 'fix-list-balances' of github.com:prysmaticlabs/prysm into fix-list-balances
* Fixed a test
2020-04-16 16:37:27 +00:00
..
blockchain nil attestation tests added (#5457) 2020-04-16 15:39:53 +00:00
cache Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
core updates UpdateRandaoMixesAtIndex signature (#5447) 2020-04-15 20:35:19 +00:00
db Verify historical states exist in node pkg (#5432) 2020-04-14 17:38:52 -07:00
flags Deprecate archival service (#5445) 2020-04-15 19:41:59 +00:00
forkchoice Expose fork choice node (#4819) 2020-02-10 13:09:12 -06:00
gateway Add CORS preflight support (#5177) 2020-03-23 13:17:17 -05:00
interop-cold-start Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
node Deprecate archival service (#5445) 2020-04-15 19:41:59 +00:00
operations Align code base to v0.11 (#5127) 2020-04-14 20:27:03 +00:00
p2p Fix Panics in P2P Service (#5442) 2020-04-15 16:20:44 +00:00
powchain Fix bad log messages for duplicate deposits (#5440) 2020-04-15 14:08:45 +00:00
rpc Fix ListValidatorBalances for v0.11 (#5458) 2020-04-16 16:37:27 +00:00
state updates UpdateRandaoMixesAtIndex signature (#5447) 2020-04-15 20:35:19 +00:00
sync Fix Network Encoder (#5435) 2020-04-15 03:03:44 +00:00
BUILD.bazel Remove old cross compile starlark rules (#5329) 2020-04-07 03:01:20 +00:00
main.go Deprecate archival service (#5445) 2020-04-15 19:41:59 +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 Deprecate archival service (#5445) 2020-04-15 19:41:59 +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.