prysm-pulse/beacon-chain
Preston Van Loon 57b7e0b572
db: Wrap errors in db.fetchAncestor to better identify unmarshalling issues (#11342)
* db: Wrap errors in db.fetchAncestor to better identify unmarshalling issues. See #11327

* Wrap genesis state fetch, just in case

Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-08-29 16:08:03 +00:00
..
blockchain Report depth and distance on reorgs (#11315) 2022-08-25 23:59:08 +00:00
builder Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
cache Pre-allocate slices (#11317) 2022-08-26 13:49:50 +02:00
core Pre-allocate slices (#11317) 2022-08-26 13:49:50 +02:00
db Remove Bolt Mmap Flag (#11236) 2022-08-17 12:22:41 +00:00
deterministic-genesis Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
execution Fix IPC Paths For Windows (#11324) 2022-08-26 23:05:28 +00:00
forkchoice Track timestamp in forkchoice (#11333) 2022-08-29 14:49:02 +00:00
gateway Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
monitor Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
node Code Cleanup: remove forkchoicer from beacon node (#11294) 2022-08-23 17:47:12 +00:00
operations Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
p2p Remove Disable DiscoveryV5 Flag (#11237) 2022-08-17 12:45:12 +00:00
package Add Back Fallback Provider Flag (#11281) 2022-08-22 11:20:21 -04:00
rpc Move forkchoice dump to eth namespace (#11325) 2022-08-26 14:54:32 +00:00
server Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
slasher Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
state db: Wrap errors in db.fetchAncestor to better identify unmarshalling issues (#11342) 2022-08-29 16:08:03 +00:00
sync Accept everything when node is optimistic (#11320) 2022-08-26 21:41:59 +00:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Change Eth2 Repository Names (#9425) 2021-08-19 13:00:57 -05:00

Prysmatic Labs Beacon Chain Implementation

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