You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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)
The text was updated successfully, but these errors were encountered:
Problem
Presently we can receive this warn in case we tries to publish the same message twice over network
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
ethexe_network
)ethexe_cli::service
)The text was updated successfully, but these errors were encountered: