prysm-pulse/beacon-chain
Victor Farazdagi e772e8c8c2
Init sync: minor style fixes (#8156)
* simplify FSM calls

* improve calculateHeadAndTargetEpochs API

* simplify

* simplify nil assignment
2020-12-18 14:31:15 +00:00
..
blockchain Add Instead of Subtract in Epoch Boundary Check (#8145) 2020-12-17 14:31:05 +00:00
cache Move hot state cache to stategen (#8153) 2020-12-17 20:40:47 +00:00
core Skip proposer indices cache update if exists (#8096) 2020-12-15 00:09:30 +00:00
db Move state summary cache to DB (#8101) 2020-12-16 08:56:21 -08:00
flags Add Fallback Option for Eth1 Nodes (#8062) 2020-12-11 19:15:04 +08:00
forkchoice Consolidate Required Web UI Endpoints Into Single Protobuf File (#8127) 2020-12-16 17:30:48 +00:00
gateway Add Validator RPC Endpoint to Retrieve Beacon + Validator Logs Websocket Endpoints (#7981) 2020-11-27 18:28:45 +00:00
interop-cold-start Improve genesis event log and load blocks to fork choice log (#7946) 2020-12-01 00:06:16 +00:00
node Fix participation query returning balances of orphaned chain (#8137) 2020-12-16 13:31:34 -06:00
operations Remove unused vars in tests (#8103) 2020-12-13 05:23:13 +00:00
p2p Add Public Method To Retrieve Discovery Address (#8143) 2020-12-17 18:03:18 +00:00
powchain Fallback To Historical Sync For Powchain (#8146) 2020-12-17 18:49:22 +00:00
rpc Refactor Method Signatures For Powchain (#8110) 2020-12-17 12:33:34 +00:00
state Move hot state cache to stategen (#8153) 2020-12-17 20:40:47 +00:00
sync Init sync: minor style fixes (#8156) 2020-12-18 14:31:15 +00:00
BUILD.bazel Fix issue with roaming data dir on Wins (#8095) 2020-12-15 14:01:51 -06:00
main.go Fix issue with roaming data dir on Wins (#8095) 2020-12-15 14:01:51 -06:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00:00
usage_test.go Refactor dependencies, make Prysm "go gettable" (#6053) 2020-05-31 14:44:34 +08:00
usage.go Add Fallback Option for Eth1 Nodes (#8062) 2020-12-11 19:15:04 +08:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of eth2 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.