Skip to content
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

ethexe: support duplicate commitments sent over network #4255

Open
grishasobol opened this issue Sep 25, 2024 · 0 comments
Open

ethexe: support duplicate commitments sent over network #4255

grishasobol opened this issue Sep 25, 2024 · 0 comments
Labels
C0-bug Something isn't working

Comments

@grishasobol
Copy link
Member

grishasobol commented Sep 25, 2024

Problem

Presently we can receive this warn in case we tries to publish the same message twice over network

libp2p_gossipsub::behaviour] Not publishing a message that has already been published message=ba11c2b9c7189e00

This can be obstructing behaviour in case of some malfunctions in ethexe network. For example after publishing some code commitment in network, sequencer aborts execution. After restarting the same code commitment should be sent from validators to sequencer once more.

Possible Solution

  • Append salt in message in network crate (ethexe_network)
  • Append salt in message in main commitments logic (currently is ethexe_cli::service)
@grishasobol grishasobol added the C0-bug Something isn't working label Sep 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C0-bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant