prysm-pulse/beacon-chain
terence tsao 143d3a3203
Process attestation: skip if forkchoice attestation count == 0 (#8436)
* Cont. if there's no fork choice attestations

* Comment

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: Victor Farazdagi <simple.square@gmail.com>
2021-02-12 17:11:42 +00:00
..
blockchain Process attestation: skip if forkchoice attestation count == 0 (#8436) 2021-02-12 17:11:42 +00:00
cache ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
core Some improvements to proposer cache (#8424) 2021-02-10 22:07:12 +00:00
db ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
flags Unify the pattern of using a package-level logger (#8245) 2021-01-11 20:03:28 +00:00
forkchoice ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +00:00
gateway Provide TLS certificate to gRPC gateway (#8418) 2021-02-10 04:23:12 +00:00
interop-cold-start Rename NewService to New (#8337) 2021-01-26 10:26:57 +00:00
node Provide TLS certificate to gRPC gateway (#8418) 2021-02-10 04:23:12 +00:00
operations Process attestation: skip if forkchoice attestation count == 0 (#8436) 2021-02-12 17:11:42 +00:00
p2p Increase Validation Queue (#8431) 2021-02-11 17:35:52 +00:00
powchain Implement GetStateRoot in the beacon API (#8402) 2021-02-11 21:08:36 +00:00
rpc Beacon API: update GetStateRoot (#8437) 2021-02-12 15:38:36 +00:00
state Implement GetStateRoot in the beacon API (#8402) 2021-02-11 21:08:36 +00:00
sync ETH2 Types: Epoch (#8373) 2021-02-09 10:05:22 +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 Add Mutex and Block Profiling (#8435) 2021-02-11 20:20:19 +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 Mutex and Block Profiling (#8435) 2021-02-11 20:20:19 +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.