prysm-pulse/beacon-chain
Preston Van Loon 961dd21554 Use libp2p gossipsub upstream validator framework (#4318)
* add reject all pubsub validator to stop automatic propagation of messages
* gaz
* Merge branch 'master' of github.com:prysmaticlabs/prysm into pubsub-validator
* refactor p2p validator pipeline
* add sanity check
* Merge branch 'pubsub-validator' of github.com:prysmaticlabs/prysm into pubsub-validator
* fixed up test
* rem
* gaz
* Merge refs/heads/master into pubsub-validator
* fix from self test
* ensure validator data is set
* resolve todo
* Merge refs/heads/master into pubsub-validator
* gaz
* Merge refs/heads/master into pubsub-validator
* Merge branch 'pubsub-validator' of github.com:prysmaticlabs/prysm into pubsub-validator
* Merge refs/heads/master into pubsub-validator
* remove all of the 'from self' logic. filed https://github.com/libp2p/go-libp2p-pubsub/issues/250
* Merge branch 'pubsub-validator' of github.com:prysmaticlabs/prysm into pubsub-validator
* gaz
* update comment
* Merge refs/heads/master into pubsub-validator
* rename "VaidatorData"
* Merge branch 'pubsub-validator' of github.com:prysmaticlabs/prysm into pubsub-validator
* refactor
* one more bit of refactoring
* Update beacon-chain/sync/validate_beacon_attestation.go

Co-Authored-By: terence tsao <terence@prysmaticlabs.com>
* skip validation on self messages, add @nisdas feedback to increment failure counter
* Merge branch 'pubsub-validator' of github.com:prysmaticlabs/prysm into pubsub-validator
* remove flakey
2019-12-20 03:18:08 +00:00
..
archiver Add operation feed (#4215) 2019-12-07 17:57:26 +00:00
blockchain Optimize committee helpers (#4328) 2019-12-19 15:40:51 -08:00
cache Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
core Optimize committee helpers (#4328) 2019-12-19 15:40:51 -08:00
db Add Filter by Epoch in kv/blocks.go (#4303) 2019-12-19 00:15:31 +00:00
flags Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +00:00
gateway Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
interop-cold-start Remove ChainStartFeed mocks (#4310) 2019-12-18 03:36:07 +00:00
node Service as proper names (#4293) 2019-12-16 19:53:55 -06:00
operations Optimize committee helpers (#4328) 2019-12-19 15:40:51 -08:00
p2p Migrate periodic function to use RunEvery (#4324) 2019-12-19 07:02:10 -08:00
powchain Remove ChainStartFeed mocks (#4310) 2019-12-18 03:36:07 +00:00
rpc Optimize committee helpers (#4328) 2019-12-19 15:40:51 -08:00
sync Use libp2p gossipsub upstream validator framework (#4318) 2019-12-20 03:18:08 +00:00
BUILD.bazel Build docker images for non-root user (#4320) 2019-12-18 20:52:25 +00:00
main.go Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +00:00
README.md update beacon chain spec link (#1897) 2019-03-05 18:54:58 -05:00
usage_test.go Add a gRPC gateway (#2604) 2019-06-02 08:33:44 -07:00
usage.go Add Flag For Minimum Handshakes (#4280) 2019-12-13 15:12:49 +00: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.