prysm-pulse/beacon-chain
Victor Farazdagi f2125e5f64
Proposer attestation selection using max-cover (#8571)
* Proposer attestation selection using max-cover

* better alisgn struct field

* more tests

* cleanup

* simplify expressions

* add benchmarks

Co-authored-by: Raul Jordan <raul@prysmaticlabs.com>
Co-authored-by: prylabs-bulldozer[bot] <58059840+prylabs-bulldozer[bot]@users.noreply.github.com>
2021-03-08 18:46:24 +00:00
..
blockchain Use deep ssz (#8557) 2021-03-04 13:31:39 -06:00
cache Fixes incorrect usages of gazelle:ignore (#8562) 2021-03-08 18:09:39 +00:00
core Refactor ProcessAttestationNoVerifySignature to VerifyAttestationNoVerifySignature (#8566) 2021-03-06 14:53:28 +00:00
db Fixes incorrect usages of gazelle:ignore (#8562) 2021-03-08 18:09:39 +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 SubmitAttestations in the beacon API (#8563) 2021-03-08 15:42:05 +01:00
p2p Implement SubmitAttestations in the beacon API (#8563) 2021-03-08 15:42:05 +01:00
powchain Remove outdated and skipped TestConsistentGenesisState (#8506) 2021-02-24 13:40:19 +00:00
rpc Proposer attestation selection using max-cover (#8571) 2021-03-08 18:46: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.