Skip to content

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

Merged
mergify[bot] merged 1 commit intov0.38.x-experimentalfrom
mergify/bp/v0.38.x-experimental/pr-3896
Aug 30, 2024
Merged

fix(privval): CV ignore duplicate privval listen when connected (backport #3830) (backport #3896)#3900
mergify[bot] merged 1 commit intov0.38.x-experimentalfrom
mergify/bp/v0.38.x-experimental/pr-3896

Conversation

@mergify
Copy link
Contributor

@mergify mergify bot commented Aug 30, 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).
This is an automatic backport of pull request #3896 done by [Mergify](https://mergify.com).

…port #3830) (#3896)

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
<hr>This is an automatic backport of pull request #3830 done by
[Mergify](https://mergify.com).

---------

Co-authored-by: Chill Validation <92176880+chillyvee@users.noreply.github.com>
Co-authored-by: Anton Kaliaev <anton.kalyaev@gmail.com>
(cherry picked from commit 221c744)
@mergify mergify bot requested a review from a team as a code owner August 30, 2024 07:56
@mergify mergify bot merged commit eeecc12 into v0.38.x-experimental Aug 30, 2024
@mergify mergify bot deleted the mergify/bp/v0.38.x-experimental/pr-3896 branch August 30, 2024 08:03
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.

1 participant