prysm-pulse/beacon-chain/p2p
terence tsao 798bbbdc82 Cold start for interop (#3437)
* coldstart flags for validator

* WIP beacon node flags

* wip beacon chain, flag fix in validator, arg fix in validator

* checkpoint

* Added interop service

* working on mock chainstart

* save the state lol

* fix tests

* Save genesis validators

* gaz

* fix validator help flags

* WaitForChainStart actually waits for genesis time

* cold start fixes

* cache

* change back

* allow for genesis state too

* remove logs

* increase mmap size

* dont process if head doesn't exist

* add 10ms tolerance

* enable libp2p debug at debug, fix pubsub

* works with checkpt

* initialize justified and finalized in db

* Removed preloadStatePath from blockchain service

* Clean up

* Write to disk for now post state

* revert b466dd536f8eadbdae2264a545a755370223d917

* Builds

* Only RPC test fails now

* use minimal config, no demo config

* clean up branch

* Lint

* resolve lint

* more lint fixes

* lint

* fix viz

* Fixing RPC test

* skip before epoch 2

* RPC time out

* Fixed ordering

* rename

* remove some dbg statements

* ensure index is correct

* fix some panics

* getting closer

* fix tests

* Fix private key

* Fixed RPC test

* Fixed beacon chain build for docker

* Add interop.go to validator go_image

* Fixed docker build

* handle errors

* skip test, skip disconnecting peers

* Fixed docker build

* tolerance for attestation processing

* revert copy

* clearer err message parse

* fix launching from dep contract
2019-09-11 13:38:35 -05:00
..
encoder Beaconblock over wire (#3436) 2019-09-10 10:24:14 -04:00
testing Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
broadcaster_test.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
broadcaster.go Add flag for testing new p2p (#3243) 2019-08-19 17:20:56 -04:00
BUILD.bazel Read P2P Peer Key Properly (#3442) 2019-09-11 20:28:23 +05:30
config.go Add Flag for SSZ Encoding (#3256) 2019-08-21 12:33:48 -04:00
discovery_test.go Update Discv5 to the Latest Version (#3392) 2019-09-07 00:50:20 +05:30
discovery.go Update Discv5 to the Latest Version (#3392) 2019-09-07 00:50:20 +05:30
doc.go New p2p package (#3196) 2019-08-13 14:12:00 -07:00
gossip_topic_mappings.go Regular Sync - First Pass (#3201) 2019-08-16 13:13:04 -04:00
handshake.go Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
info.go Add /p2p page (#3391) 2019-09-03 11:07:40 -05:00
interfaces.go Remove deprecated services and --next (#3371) 2019-09-05 11:04:06 -05:00
log.go New p2p package (#3196) 2019-08-13 14:12:00 -07:00
monitoring.go Fix competing attestation check (#3305) 2019-08-24 16:56:40 -07:00
options_test.go Read P2P Peer Key Properly (#3442) 2019-09-11 20:28:23 +05:30
options.go Implement Discv5 in Prysm (#3211) 2019-08-21 11:38:30 +05:30
parameter_test.go Add Byte Slice Intersection Utils (#3204) 2019-08-14 10:27:18 -05:00
rpc_topic_mappings.go P2P implement message send (#3278) 2019-08-22 19:02:46 -04:00
sender_test.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
sender.go Fix broadcast ssz (#3423) 2019-09-08 19:34:52 -07:00
service_test.go Update Discv5 to the Latest Version (#3392) 2019-09-07 00:50:20 +05:30
service.go Cold start for interop (#3437) 2019-09-11 13:38:35 -05:00
utils.go Read P2P Peer Key Properly (#3442) 2019-09-11 20:28:23 +05:30