hyperledger / bevel

An automation framework for rapidly and consistently deploying production-ready DLT platforms
https://hyperledger-bevel.readthedocs.io/en/latest/
Apache License 2.0
341 stars 708 forks source link

RLPx Handshake Error in Quorum Validator Nodes #2563

Closed alvaropicazo closed 1 month ago

alvaropicazo commented 1 month ago

Describe the bug I am trying to deploy quorum validator nodes following the documentation from the charts, and after my validator pod is running, I can see the following error Screenshot 2024-05-17 at 12 21 05

To Reproduce Steps to reproduce the behavior:

  1. Deploy the genesis chart
  2. Deploy the validator chart with ambassador & vault
  3. Check the logs of the pod where the validator is running
suvajit-sarkar commented 1 month ago

Closing this issues as this error might be due to use of proxy and how quorum translates the addresses. From a network level things are working fine, p2p rlpx comm. is happening and blocks are getting added.