prysm-pulse/beacon-chain
terence tsao 9ff825a570
Update variable names that are same as imports (#8220)
* Fix names that are same as import name

* Review feedbacks
2021-01-07 10:42:03 -06:00
..
blockchain Update variable names that are same as imports (#8220) 2021-01-07 10:42:03 -06:00
cache Remove redundant parentheses around nil values (#8199) 2021-01-05 13:29:46 +00:00
core Stream verified block (#8206) 2021-01-05 12:40:11 -08:00
db Remove redundant parentheses around nil values (#8199) 2021-01-05 13:29:46 +00:00
flags Fix issue with custom chain/network ID configuration (#8147) 2020-12-18 22:22:48 +00: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 Add space at the start of comments (#8202) 2021-01-05 13:09:41 +00:00
node Add space at the start of comments (#8202) 2021-01-05 13:09:41 +00:00
operations Remove unused vars in tests (#8103) 2020-12-13 05:23:13 +00:00
p2p Update variable names that are same as imports (#8220) 2021-01-07 10:42:03 -06:00
powchain Update variable names that are same as imports (#8220) 2021-01-07 10:42:03 -06:00
rpc Update variable names that are same as imports (#8220) 2021-01-07 10:42:03 -06:00
state Start from last valid root in loadStateBySlot (#8218) 2021-01-06 18:41:44 -06:00
sync Update variable names that are same as imports (#8220) 2021-01-07 10:42:03 -06: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.