Skip to content

Commit

Permalink
feat: use new rpc snooper from ethpandaops/rpc-snooper (#567)
Browse files Browse the repository at this point in the history
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
pk910 and barnabasbusa authored Apr 17, 2024
1 parent 1be5f95 commit 5676f0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/package_io/constants.star
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ KEYMANAGER_P12_MOUNT_PATH_ON_CONTAINER = (
KEYMANAGER_P12_MOUNT_PATH_ON_CLIENTS + "/validator_keystore.p12"
)

DEFAULT_SNOOPER_IMAGE = "ethpandaops/json-rpc-snoop:1.2.0"
DEFAULT_SNOOPER_IMAGE = "ethpandaops/rpc-snooper:latest"

GENESIS_FORK_VERSION = "0x10000038"
BELLATRIX_FORK_VERSION = "0x30000038"
Expand Down

0 comments on commit 5676f0d

Please sign in to comment.