erigon-pulse/cmd/lightclient
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
..
clparams fixed messaage id (more efficient gossip, reduction in bandwidth). (#5770) 2022-10-17 19:13:23 +02:00
cltypes Adding VoluntaryExit, ProposerSlashing, and AttesterSlashing topics to pubsub service (#5851) 2022-10-24 17:52:49 +02:00
fork fixed messaage id (more efficient gossip, reduction in bandwidth). (#5770) 2022-10-17 19:13:23 +02:00
lightclient e3: parallel build missed indices (#5817) 2022-10-21 13:45:20 +07:00
rpc Adding VoluntaryExit, ProposerSlashing, and AttesterSlashing topics to pubsub service (#5851) 2022-10-24 17:52:49 +02:00
sentinel Test req/resp domain response decoding (#5886) 2022-10-29 13:02:26 +02:00
utils fixed messaage id (more efficient gossip, reduction in bandwidth). (#5770) 2022-10-17 19:13:23 +02:00
LICENSE Commented out BLS validation because it breaks CI (#5755) 2022-10-15 12:38:37 +02:00
main.go Strenghtened safety system for LC (#5811) 2022-10-20 16:07:17 +02:00