prysm-pulse/beacon-chain
Nishant Das 3cb32c3792
Implement Discv5 in Prysm (#3211)
* add discovery

* gaz

* add build options

* add udpPort

* add more changes

* refactor private key

* added discovery loop

* add ttl

* add ttl

* use ip type instead of string

* tests pass

* gaz and new test file

* add test

* add more tests

* add one more test

* adding multiAddr tests

* adding new protocol , listener

* fix keys

* more fixes

* more changes dialing peers works now

* gaz

* add more changes

* add more changes

* gaz

* add new test helpers

* new test

* fixed all tests

* gaz

* reduce sleep

* lint

* new changes

* change formats

* fix all this stuff

* remove discv5 protocol

* remove protocol

* remove port condition,too restrictive

* preston's feedback

* preston's feedback

* close all peers

* gaz

* remove unused func

* Update beacon-chain/p2p/service.go

Co-Authored-By: Preston Van Loon <preston@prysmaticlabs.com>

* remove build options

* refactor tests
2019-08-21 11:38:30 +05:30
..
attestation Deprecate the old, and add new DB setup util for tests (#3208) 2019-08-14 11:48:28 -07:00
blockchain Forkchoice get head tiebreaker (#3253) 2019-08-20 21:26:04 -06:00
cache Clean Up In Memory Deposits in DB (#3065) 2019-08-13 19:13:47 -04:00
core Regular sync: pubsub subscriber for voluntary exits (#3227) 2019-08-18 11:33:58 -04:00
db Part 2 of fork choice update - benchmark tests (#3212) 2019-08-20 16:13:20 -06:00
deprecated-sync Add flag for testing new p2p (#3243) 2019-08-19 17:20:56 -04:00
flags Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05:00
gateway Add rule to push docker images (#3006) 2019-07-20 20:40:03 -04:00
internal Create a testing db method that can be used with the new database interface (#3217) 2019-08-15 17:41:51 -04:00
node revert this again (#3254) 2019-08-20 23:10:00 -04:00
operations Add flag for testing new p2p (#3243) 2019-08-19 17:20:56 -04:00
p2p Implement Discv5 in Prysm (#3211) 2019-08-21 11:38:30 +05:30
powchain Clean Up In Memory Deposits in DB (#3065) 2019-08-13 19:13:47 -04:00
rpc Add flag for testing new p2p (#3243) 2019-08-19 17:20:56 -04:00
sync Reg sync beacon blocks (#3218) 2019-08-20 14:06:49 -05:00
BUILD.bazel fix docker image builds (#3068) 2019-07-24 15:19:44 -04:00
main.go Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05: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 Standardize Flags at Top Level and Remove Deprecated Utils (#3046) 2019-07-23 08:58:20 -05: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.