Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: use new rpc snooper from
ethpandaops/rpc-snooper
(#567)
This PR replaces the existing RPC snooper with a new one. The existing snooper unfortunately causes several problems when intercepting CL<>VC connections. This is due to lack of proper support for the event stream calls. These event stream calls are currently timing out after roughly a minute and do not serve any events. The new snooper properly handles event stream calls and adds the invoked events to the log output. Besides of that it supports all the common snooper functionality. It logs prettified JSON and hex encoded SSZ bodies as usual. Co-authored-by: Barnabas Busa <busa.barnabas@gmail.com>
- Loading branch information