prysm-pulse/beacon-chain
Ivan Martinez e5556db49d
Add DepositMessage in preparation to remove go-ssz (#8244)
* Add DepositSigningData

* gaz

* Add to ssz tests

* Rename to DepositMessage

* Remove deprecated comment

* Remove return

* Fixes from review

* Fixes

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-01-12 00:45:11 +00:00
..
blockchain Hydrate attestation for tests (#8228) 2021-01-07 21:00:21 +00:00
cache Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
core Add DepositMessage in preparation to remove go-ssz (#8244) 2021-01-12 00:45:11 +00:00
db Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
flags Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
forkchoice Consolidate Required Web UI Endpoints Into Single Protobuf File (#8127) 2020-12-16 17:30:48 +00:00
gateway Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
interop-cold-start Add space at the start of comments (#8202) 2021-01-05 13:09:41 +00:00
node Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
operations Hydrate attestation for tests (#8228) 2021-01-07 21:00:21 +00:00
p2p Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
powchain Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
rpc Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
state Start from last valid root in loadStateBySlot (#8218) 2021-01-06 18:41:44 -06:00
sync Hydrate attestation for tests (#8228) 2021-01-07 21:00:21 +00:00
BUILD.bazel Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
log.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
main.go Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00: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.