-
-
Notifications
You must be signed in to change notification settings - Fork 300
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v1.4.0: submitPoolAttestations errors #5098
Comments
same issue maybe
|
This is because validator requests attestation data from one node (block at slot comes within 4s) and publish signed attestation to another node (block at slot hasn't come yet) found this in the log
in this case, the Update: confirm that this is a success |
This is because the way we implement HttpClient is to issue multiple requests in parallel, sometimes attestations reach one node then gossip to another node, and the api at the other node would fail with Duplicate error, but overall the api is a success at validator side perhaps we could ignore duplicate error for the publish api once this is implemented (add a flag to beacon node if needed) ChainSafe/js-libp2p-gossipsub#402 |
@avenbreaks could you confirm if you configured fallback urls at your validator side? the |
Seems like a similar issue to #4135 perhaps we could allow publishing the same message for multiple topics? |
you're right, right now we just call |
Describe the bug
Sometimes we got this error since v1.4.0
Expected behavior
No error
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: