prysm-pulse/beacon-chain
Preston Van Loon 34178aff2a
Strict verify attestations in pubsub (#4782)
* Verify attestations before putting them into the pool
* use existing method
* Validate aggregated ones too
* Revert "Validate aggregated ones too"

This reverts commit a55646d131813c3e65e0539ef5b2e5bda19a5e91.
* Merge branch 'master' of github.com:prysmaticlabs/prysm into verify-all-atts
* Add feature flag
* The remaining shared reference fields with conditional copy on write
* Merge branch 'master' into better-copy-2
* Merge branch 'better-copy-2' of github.com:prysmaticlabs/prysm into verify-all-atts
* gaz
* fix build, put into validate
* lint
* Merge branch 'master' of github.com:prysmaticlabs/prysm into verify-all-atts
* why does goland do this to me
* revert unrelated change
* fix tests
* Update shared/featureconfig/config.go

Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* Merge refs/heads/master into verify-all-atts
* Update beacon-chain/blockchain/testing/mock.go

Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* gofmt
2020-02-07 03:21:55 +00:00
..
archiver Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
blockchain Strict verify attestations in pubsub (#4782) 2020-02-07 03:21:55 +00:00
cache Beacon State: Track field references (#4751) 2020-02-06 04:07:23 +00:00
core Stream Blocks Functionality for RPC (#4771) 2020-02-06 20:14:38 +00:00
db Remove All Batch DB Calls (#4775) 2020-02-06 08:23:06 +00:00
flags Add --rpc-host option to beacon chain (#4571) 2020-01-16 20:18:26 -06:00
forkchoice Rlock for computing head (#4784) 2020-02-06 19:59:50 +00:00
gateway Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
interop-cold-start Ensure New State Type Tests Pass in Prysm (#4646) 2020-01-31 12:57:01 -08:00
node Stream Blocks Functionality for RPC (#4771) 2020-02-06 20:14:38 +00:00
operations Slashing operations pool (#4726) 2020-02-07 10:32:51 +08:00
p2p Update All Libp2p Dependencies (#4746) 2020-02-05 16:37:33 +00:00
powchain Resolve Miscellaneous Bugs in Beacon Node (#4743) 2020-02-04 11:21:02 -06:00
rpc Stream Blocks Functionality for RPC (#4771) 2020-02-06 20:14:38 +00:00
state Strict verify attestations in pubsub (#4782) 2020-02-07 03:21:55 +00:00
sync Strict verify attestations in pubsub (#4782) 2020-02-07 03:21:55 +00:00
BUILD.bazel Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
main.go add flag (#4622) 2020-01-23 11:25:10 +08:00
README.md Fix old markdown links (#4603) 2020-01-21 03:30:35 +00:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go add flag (#4622) 2020-01-23 11:25:10 +08:00

Prysmatic Labs Beacon Chain Implementation

This is the main project folder for the beacon chain implementation of Ethereum Serenity in Golang by Prysmatic Labs. Before you begin, check out our Contribution Guidelines and join our active chat room on Discord or Gitter below:

Discord Gitter

Also, read the latest beacon chain design spec, this design spec serves as a source of truth for the beacon chain implementation we follow at prysmatic labs. Check out the FAQs. Refer this page on why we are combining sharding and casper together.