-
Notifications
You must be signed in to change notification settings - Fork 43
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
New option for publish api to ignore duplicate #402
Comments
maschad
added a commit
to maschad/js-libp2p-gossipsub
that referenced
this issue
Feb 14, 2023
maschad
added a commit
to maschad/js-libp2p-gossipsub
that referenced
this issue
Feb 15, 2023
maschad
added a commit
to maschad/js-libp2p-gossipsub
that referenced
this issue
Feb 15, 2023
maschad
added a commit
to maschad/js-libp2p-gossipsub
that referenced
this issue
Feb 16, 2023
maschad
added a commit
to maschad/js-libp2p-gossipsub
that referenced
this issue
Feb 20, 2023
wemeetagain
added a commit
that referenced
this issue
Feb 21, 2023
* feat: allow for duplicate messages (#402) * feat: return empty array if ignoreDuplicateMessages is enabled (#402) * feat: added gauge metric for tracking ignored duplicate messages (#402) * feat: updated metric name for gauge to include published messages that are ignored (#402) * chore: renaming * chore: fix linter error * chore: updated name to ignoreDuplicatePublishError (#402) --------- Co-authored-by: Cayman <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Description
Duplicate
error inpublish
apiignoreDuplicate
(or probablyallowDuplicate
?) option to publish api to return early and ignore the errorthis is the root cause of ChainSafe/lodestar#5140
The text was updated successfully, but these errors were encountered: