-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
Release v0.39.2 #7574
Release v0.39.2 #7574
Conversation
Replace old actions that don't build anymore.
Backported from #7084 Co-authored-by: Alessio Treglia <[email protected]>
Fix the command line `keys add` interactive mode that fails when asked to generate new mnemonic. Closes: #7048 From: - #7049 - #7183 Thanks: @puneet2019 @PaddyMc for the patches.
Added a maximum number of iterations (100) to ApproxRoot (and ApproxSqrt) to serve as a hard limit on the number of iterations that the algorithm performs. If the answer converges before the maximum iterations, it returns immediately. Otherwise, if the answer never converges enough to satisfy the primary loop condition, the looping stops after a hundred iterations. Closes: #7038 Co-authored-by: Miguel Dingli <[email protected]>
The release contains a fix for dvsekhvalnov/jose2go#26, which is needed for the file keyring backend to work with go 1.15. From: #7397
Update vuepress/config & package.json to match master. Touch package-lock.json.
…dation support denoms custom validation
Update tendermint to 0.33.8, see [1] for more information. [1] golang/go#40618
Origin: #7415 Closes: #7385 Thanks: @RiccardoM for the backport.
Can you add #7589 PR to backports? |
Happy to open a PR 👍 |
From: #7589 Closes: #7588 Thanks: @YunSuk-Yeo Co-authored-by: Alessio Treglia <[email protected]>
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.
Alright, release notes seem to be final. I'm taggint v0.39.2-rc1. Now we need testing |
ACK received from Commerc.io: commercionetwork/commercionetwork#177 We still await more feedback. |
Co-authored-by: Alessio Treglia <[email protected]>
ci fix is here: #7969 |
also relevant #7971 |
ACK received from Terra, see terra-money/classic-core#430 |
* launchpad: bump tendermint to v0.33.9 * update release notes Co-authored-by: Alessio Treglia <[email protected]>
From: #7941 Co-authored-by: Paul Kim <[email protected]>
* launchpad: backport 7970 * cherry pick 7628 * fix tests * Update CHANGELOG.md * revert tiny portion of #7970 (#7984) Testable examples were accidentally converted into tests. * adapt test to launchpad * fix golangci-lint warnings Co-authored-by: Emmanuel T Odeke <[email protected]> Co-authored-by: Alessio Treglia <[email protected]>
This pull request fixes 1 alert when merging 5be42d9 into 6a624c3 - view on LGTM.com fixed alerts:
|
@@ -1,13 +1,5 @@ | |||
# CODEOWNERS: https://help.github.com/articles/about-codeowners/ | |||
|
|||
# Primary repo maintainers |
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.
Any particular reason for these changes?
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.
Changes committed as per Launchpad's release policy. The Policy states that PRs to the stable release branch must be approved by the Stable Release Managers.
Changes were approved offline by @okwme.
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.
Ok this is just for launchpad?
Also, why is the base branch launchpad/release/v0.39.2
? It should be release/v0.39.x
or something similar.
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.
Ok this is just for launchpad?
Currently yes, correct - although IIRC people liked the concept of having a small dedicated group of people maintaining each stable release branch. Yet yes of course, this applies to Launchpad only.
Also, why is the base branch launchpad/release/v0.39.2?
There should be ACLs enforced on branches that start with launchpad/
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.
Anyways, the release branch will be removed once the final tag is pushed
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.
I'm not sure I understand but ok!
…8001) types/Coin: compile and reuse Regexps to reduce massive RAM+CPU burn (#7989) From: #7989 Closes: #7986 Co-authored-by: Federico Kunze <[email protected]> Co-authored-by: Emmanuel T Odeke <[email protected]>
This pull request fixes 1 alert when merging 2727c14 into 6a624c3 - view on LGTM.com fixed alerts:
|
We're ready for liftoff:
Hence tagging ( Thank you all very much indeed for making Cosmos SDK better. |
Cosmos SDK v0.39.2 Release.
Release milestone.
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
)godoc
comments.Unreleased
section inCHANGELOG.md
Files changed
in the Github PR explorerCodecov Report
in the comment section below once CI passes