* Fix assignments bug where validators don't retry for assignments on failure
* synch only please
* trying to fix state issues
* trying random stuff
* do not explode
* use ctx
* working build, failing tests
* broadcast local addrs as well as relay addrs
* fixed p2p tests, more tests to fix still
* another test fixed, log warning instead of throw error
* Fix last tests
* godoc
* add test for broadcast in apply fork choiec
* remove unneeded code
* remove tracer adapter, not needed
* remove extra stuff
* remove any
* revert addr_factory
* revert addr_factory
* Revert "revert addr_factory"
This reverts commit e93fb706494a1070158b8db31e67146d6b0648ad.
* Revert "revert addr_factory"
This reverts commit dedaa405559cc818698870c4e4570953367f1e3c.
* revert removal of this code
* unused param
* don't broadcast to yourself
* todo
* Also listen for incoming streams
* send to a specific peer
* add godoc comment
* handle EOF as a normal thing
* gazelle
* add test for subscribing via direct comm
* Add nginx ingress for proof-of-work namespace
* connect beacon-chain to pow namespace geth-nodes for websocket connections
* Added relay to beacon-chain
* Route inbound TCP traffic on port 20000 to beacon-relay
* Add bootnode
* Add a basic pk
* checkpoint
* Added flag for p2p port
* Register flag with main
* Set P2P port specifically
* Add beacon chain config
* add deployvrc job
* Add deployvrc service account
* review
* gazelle
* a cluster is needed, i guess