prysm-pulse/beacon-chain
Raul Jordan 2e33595187
Implement GetBeaconState Endpoint (#5668)
* implement get beacon state
* gaz
* Merge branch 'master' into implement-debug-state
* passing tests
* enable with featureconfig
* struct oder
* Update beacon-chain/rpc/beacon/state.go
* Merge refs/heads/master into implement-debug-state
* lint resolve
* Merge branch 'implement-debug-state' of github.com:prysmaticlabs/prysm into implement-debug-state
* tested at runtime
* fix build
* Merge branch 'master' into implement-debug-state
* Merge refs/heads/master into implement-debug-state
* Merge refs/heads/master into implement-debug-state
* Merge refs/heads/master into implement-debug-state
* Merge refs/heads/master into implement-debug-state
* Merge refs/heads/master into implement-debug-state
* build and fmt
* conf
* Merge refs/heads/master into implement-debug-state
* Merge refs/heads/master into implement-debug-state
* Merge refs/heads/master into implement-debug-state
* Merge refs/heads/master into implement-debug-state
* Merge refs/heads/master into implement-debug-state
2020-05-01 01:47:10 +00:00
..
archiver Revert archival deprecations (#5464) 2020-04-16 23:26:10 +00:00
blockchain All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
cache All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
core All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
db All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
flags Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
forkchoice All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
gateway Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
interop-cold-start All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
node Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
operations All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
p2p All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
powchain All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
rpc Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +00:00
state All Beacon Node Package-Level Godocs (#5677) 2020-04-29 12:40:33 -05:00
sync Update pubsub seen cache to be per epoch instead of per slot (#5698) 2020-04-30 22:16:14 +00:00
BUILD.bazel Add Geth Logging (#5474) 2020-04-18 06:23:45 +00:00
main.go Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +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 Implement GetBeaconState Endpoint (#5668) 2020-05-01 01:47:10 +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.