-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
fix: double close #13400
fix: double close #13400
Conversation
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #13400 +/- ##
==========================================
+ Coverage 54.40% 55.03% +0.62%
==========================================
Files 645 680 +35
Lines 54925 57835 +2910
==========================================
+ Hits 29881 31827 +1946
- Misses 22645 23342 +697
- Partials 2399 2666 +267
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pre-approving. Thank you! I'll rebase #13373 when this is merged then. Better indeed to split the upgrade and this fix.
CHANGELOG.md
Outdated
@@ -1609,6 +1609,7 @@ sure you are aware of any relevant breaking changes. | |||
* (client/keys) [#5091](https://github.com/cosmos/cosmos-sdk/issues/5091) `keys parse` does not honor client app's configuration. | |||
* (x/bank) [#6674](https://github.com/cosmos/cosmos-sdk/pull/6674) Create account if recipient does not exist on handing `MsgMultiSend`. | |||
* (x/auth) [#6287](https://github.com/cosmos/cosmos-sdk/pull/6287) Fix nonce stuck when sending multiple transactions from an account in a same block. | |||
* (snapshot) [#13400](https://github.com/cosmos/cosmos-sdk/pull/13400) Fix snapshot checksum issue in golang 1.19. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you move the changelog under unreleased?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thank you @mmsqe! Indeed invoking protoWriter.Close() invokes .Close() on the underlying writer.
@tac0turtle, as discussed in Slack, then we'll need to backport this one in v0.45 and v0.46 along with the bump and the CometBFT migration. |
(cherry picked from commit dcb0c9c)
(cherry picked from commit dcb0c9c)
(cherry picked from commit dcb0c9c)
(cherry picked from commit dcb0c9c)
(cherry picked from commit dcb0c9c)
Description
Closes: #13373
Author Checklist
All items are required. Please add a note to the item if the item is not applicable and
please add links to any relevant follow up issues.
I have...
!
to the type prefix if API or client breaking changeCHANGELOG.md
Reviewers Checklist
All items are required. Please add a note if the item is not applicable and please add
your handle next to the items reviewed if you only reviewed selected items.
I have...
!
in the type prefix if API or client breaking change