prysm-pulse/beacon-chain
Nishant Das 565d51009d
Make DB Backup More Efficient (#8543)
* checkpoint

* add test

* Update beacon-chain/db/kv/backup_test.go

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
2021-03-03 15:37:13 +00:00
..
blockchain Beacon state: Add interfaces (#8544) 2021-03-03 02:26:24 +00:00
cache Add Better Peer Pruning (#8501) 2021-02-24 18:40:06 +00:00
core Beacon state: Add interfaces (#8544) 2021-03-03 02:26:24 +00:00
db Make DB Backup More Efficient (#8543) 2021-03-03 15:37:13 +00:00
forkchoice ETH2 Types: Slot (#8408) 2021-02-16 07:45:34 +00:00
gateway Provide TLS certificate to gRPC gateway (#8418) 2021-02-10 04:23:12 +00:00
interop-cold-start Use Custom Type ValidatorIndex Across Prysm (#8478) 2021-02-23 00:14:50 +00:00
node Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
operations Implement SubmitVoluntaryExit and SubmitProposerSlashing in the beacon API (#8532) 2021-03-01 16:08:39 +00:00
p2p Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
powchain Remove outdated and skipped TestConsistentGenesisState (#8506) 2021-02-24 13:40:19 +00:00
rpc Beacon state: Add interfaces (#8544) 2021-03-03 02:26:24 +00:00
state Beacon state: Add interfaces (#8544) 2021-03-03 02:26:24 +00:00
sync Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
BUILD.bazel Add Goland Standard "cmd" Pattern for Beacon-Chain Binaries (#8540) 2021-03-02 13:36:03 -06:00
README.md Fix Up READMEs for Mainnet (#7910) 2020-11-23 18:47:55 +00: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.