Skip to content

fix(privval): CV ignore duplicate privval listen when connected (backport #3830)#3895

Merged
mergify[bot] merged 1 commit intov1.xfrom
mergify/bp/v1.x/pr-3830
Aug 29, 2024
Merged

fix(privval): CV ignore duplicate privval listen when connected (backport #3830)#3895
mergify[bot] merged 1 commit intov1.xfrom
mergify/bp/v1.x/pr-3830

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Aug 29, 2024

Resolve #3828

On cometbft startup, duplicate privval request can enter the channel between the time listen begins and a send is attempted.

The duplicate listen request will timeout since there is not another signer connecting, filling logs with errors. A duplicate listen request is undesired.


PR checklist

  • Tests written/updated
  • Changelog entry added in .changelog (we use unclog to manage our changelog)
  • Updated relevant documentation (docs/ or spec/) and code comments

This is an automatic backport of pull request #3830 done by [Mergify](https://mergify.com).

Resolve #3828

On cometbft startup, duplicate privval request can enter the channel
between the time listen begins and a send is attempted.

The duplicate listen request will timeout since there is not another
signer connecting, filling logs with errors. A duplicate listen request
is undesired.

---

#### PR checklist

- [x] Tests written/updated
- [x] Changelog entry added in `.changelog` (we use
[unclog](https://github.com/informalsystems/unclog) to manage our
changelog)
- [ ] Updated relevant documentation (`docs/` or `spec/`) and code
comments

---------

Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Co-authored-by: Daniel <daniel.cason@informal.systems>
(cherry picked from commit 5562f11)
@mergify mergify bot requested a review from a team as a code owner August 29, 2024 13:24
@mergify mergify bot requested a review from a team August 29, 2024 13:24
@mergify mergify bot merged commit be883cc into v1.x Aug 29, 2024
@mergify mergify bot deleted the mergify/bp/v1.x/pr-3830 branch August 29, 2024 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants