erigon-pulse/cmd/lightclient/sentinel
Mike Neuder dab1ba44d0
Test req/resp domain response decoding (#5886)
https://github.com/ledgerwatch/erigon/issues/5884 has more context on
this issue. we are trying to understand the encoding of the responses.

from the Ethereum R&D discord, AgeManning said that the prefix is
supposed to be a varint representing the length of the payload:
https://developers.google.com/protocol-buffers/docs/encoding#varints.

that works for the `&cltypes.MetadataV1{}` type, but not for
`&cltypes.MetadataV2{}` or `&cltypes.LightClientFinalityUpdate{}`.
2022-10-29 13:02:26 +02:00
..
communication Test req/resp domain response decoding (#5886) 2022-10-29 13:02:26 +02:00
handlers req/resp heartbeat handler modifications (#5859) 2022-10-25 19:30:11 +02:00
peers lowered the amount of max peers (#5828) 2022-10-22 02:10:00 +02:00
service Adding VoluntaryExit, ProposerSlashing, and AttesterSlashing topics to pubsub service (#5851) 2022-10-24 17:52:49 +02:00
config_test.go Tests for lightclient/sentinel (#5772) 2022-10-20 15:41:28 +02:00
config.go fixed messaage id (more efficient gossip, reduction in bandwidth). (#5770) 2022-10-17 19:13:23 +02:00
discovery.go Added tests for config functions and further refactoring (#5646) 2022-10-06 18:23:46 +02:00
gossip.go Licensing new files in cmd/lightclient (#5672) 2022-10-08 16:15:44 +02:00
pubsub_test.go Tests for lightclient/sentinel (#5772) 2022-10-20 15:41:28 +02:00
pubsub.go Adding VoluntaryExit, ProposerSlashing, and AttesterSlashing topics to pubsub service (#5851) 2022-10-24 17:52:49 +02:00
request.go Lightclient Checkpoint Sync (#5738) 2022-10-13 18:26:29 +02:00
sentinel.go got rid of time.Sleep (#5840) 2022-10-22 17:38:29 +01:00
utils_test.go Tests for lightclient/sentinel (#5772) 2022-10-20 15:41:28 +02:00
utils.go Lightclient Checkpoint Sync (#5738) 2022-10-13 18:26:29 +02:00