erigon-pulse/cmd/lightclient/sentinel
a 9f6fd488d2
[cl lightclient] - packet decoding & ssz code generation (#5558)
* added subscription to gossip

* added all handlers with logs

* disconnecting from peers with goodbye message received

* added time out for stream

* wip

* Remove unused

* remove extra structs

* status handler

* minor clean up

* add structs for altair light client

* begin writing out altair light client sync protocol to figure out what other structs are needed

* remove sszgen

* cleanup pt 1

* cleanup pt 2

* remove go 1.19 function

* less ambigious variable name

* run go fmt

* rename snappy_ssz to ssz_snappy to better align with wire name

* move more structs over

* poof set deadline

Co-authored-by: Enrique Jose Avila Asapche <eavilaasapche@gmail.com>
Co-authored-by: a <a@a.a>
2022-09-29 19:07:57 +02:00
..
peers Gossip lightclient (#5549) 2022-09-27 22:34:06 +02:00
proto [cl lightclient] - packet decoding & ssz code generation (#5558) 2022-09-29 19:07:57 +02:00
config.go added handler for ping p2p method (#5530) 2022-09-26 22:34:31 +02:00
discovery.go added handler for ping p2p method (#5530) 2022-09-26 22:34:31 +02:00
fork.go added ENR setup for subnets (#5511) 2022-09-25 22:41:51 +02:00
gater.go licensed lightclient (#5509) 2022-09-25 21:01:39 +02:00
handlers.go [cl lightclient] - packet decoding & ssz code generation (#5558) 2022-09-29 19:07:57 +02:00
pubsub.go Gossip subscription (#5567) 2022-09-29 13:39:42 +02:00
sentinel.go [cl lightclient] - packet decoding & ssz code generation (#5558) 2022-09-29 19:07:57 +02:00
utils.go [cl lightclient] - packet decoding & ssz code generation (#5558) 2022-09-29 19:07:57 +02:00