prysm-pulse/beacon-chain
kasey 007c776d8a
tool to search db for a key prefix (#11417)
* tool to query db by a key prefix

* cleanup

* lint and fmt

* db/kv public visibility

We've discussed before that Bazel visibility constraints don't
accomplish much in go, so I'm phasing them out in places where they get
in the way.

* derp

Co-authored-by: Kasey Kirkham <kasey@users.noreply.github.com>
Co-authored-by: Radosław Kapka <rkapka@wp.pl>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2022-10-26 21:28:02 +00:00
..
blockchain some minor fixes (#11572) 2022-10-26 20:44:24 +00:00
builder Don't mark builder status unhealthy if mev-boost status is non 200 (#11506) 2022-09-29 20:54:24 +00:00
cache Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
core Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
db tool to search db for a key prefix (#11417) 2022-10-26 21:28:02 +00:00
deterministic-genesis Remove proto state (#11445) 2022-09-16 18:17:46 -04:00
execution Resolve remaining native state tasks (#11561) 2022-10-19 10:37:45 -04:00
forkchoice Capella beacon state (#11141) 2022-10-12 11:39:19 -05:00
gateway Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
monitor Give forkchoice to stategen (#11439) 2022-09-28 20:10:27 +00:00
node Add error if chain-config-file used concurrently with network (#10863) 2022-10-25 10:48:25 +00:00
operations Update libp2p to support go 1.19 (#11309) 2022-10-07 15:24:51 +08:00
p2p Vendor Leaky Bucket Implementation (#11560) 2022-10-20 16:40:13 -05:00
package Add Back Fallback Provider Flag (#11281) 2022-08-22 11:20:21 -04:00
rpc Beacon api: get duties prune payload id cache (#11568) 2022-10-22 22:43:57 +00:00
server Add V3 Suffix to All Prysm Packages (#11083) 2022-08-16 12:20:13 +00:00
slasher Give forkchoice to stategen (#11439) 2022-09-28 20:10:27 +00:00
state some minor fixes (#11572) 2022-10-26 20:44:24 +00:00
sync Vendor Leaky Bucket Implementation (#11560) 2022-10-20 16:40:13 -05: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.