-
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
Commits on Aug 18, 2020
-
fix tests build failures with go1.15 (#7073)
Alessio Treglia authoredAug 18, 2020 Configuration menu - View commit details
-
Copy full SHA for c7d0b5a - Browse repository at this point
Copy the full SHA c7d0b5aView commit details
Commits on Aug 19, 2020
-
unblock CI on Launchpad (#7088)
Replace old actions that don't build anymore.
Alessio Treglia authoredAug 19, 2020 Configuration menu - View commit details
-
Copy full SHA for 86f953b - Browse repository at this point
Copy the full SHA 86f953bView commit details
Commits on Aug 20, 2020
-
launchpad: backport BigInt fix (#7087)
Backported from #7084 Co-authored-by: Alessio Treglia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 4d3afea - Browse repository at this point
Copy the full SHA 4d3afeaView commit details
Commits on Aug 22, 2020
-
Update CODEWNERS as per Launchpad Release Policy (#7137)
Alessio Treglia authoredAug 22, 2020 Configuration menu - View commit details
-
Copy full SHA for 42c3c57 - Browse repository at this point
Copy the full SHA 42c3c57View commit details
Commits on Aug 31, 2020
-
client: fix keys add interactive command (#7193)
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.
Alessio Treglia authoredAug 31, 2020 Configuration menu - View commit details
-
Copy full SHA for 298fbbc - Browse repository at this point
Copy the full SHA 298fbbcView commit details -
Fix ApproxRoot Infinite Looping (#7140) (#7199)
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]>
Configuration menu - View commit details
-
Copy full SHA for cb23ee2 - Browse repository at this point
Copy the full SHA cb23ee2View commit details
Commits on Sep 28, 2020
-
Update 99designs/keyring to v1.1.6 for go 1.15 (#7398)
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
Alessio Treglia authoredSep 28, 2020 Configuration menu - View commit details
-
Copy full SHA for a1d18a1 - Browse repository at this point
Copy the full SHA a1d18a1View commit details
Commits on Sep 30, 2020
-
Update launchpad docs to build without failing (#7412)
Update vuepress/config & package.json to match master. Touch package-lock.json.
Configuration menu - View commit details
-
Copy full SHA for 203876e - Browse repository at this point
Copy the full SHA 203876eView commit details
Commits on Oct 3, 2020
-
Configuration menu - View commit details
-
Copy full SHA for c3cc14c - Browse repository at this point
Copy the full SHA c3cc14cView commit details
Commits on Oct 4, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 5b6cff4 - Browse repository at this point
Copy the full SHA 5b6cff4View commit details
Commits on Oct 7, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 726d57a - Browse repository at this point
Copy the full SHA 726d57aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a74a519 - Browse repository at this point
Copy the full SHA a74a519View commit details -
Configuration menu - View commit details
-
Copy full SHA for 85d4291 - Browse repository at this point
Copy the full SHA 85d4291View commit details -
Merge pull request #7450 from cosmos/billy/6744-launchpad-custom-vali…
…dation support denoms custom validation
Configuration menu - View commit details
-
Copy full SHA for 3101928 - Browse repository at this point
Copy the full SHA 3101928View commit details
Commits on Oct 15, 2020
-
tendermint security update (#7555)
Update tendermint to 0.33.8, see [1] for more information. [1] golang/go#40618
Alessio Treglia authoredOct 15, 2020 Configuration menu - View commit details
-
Copy full SHA for 59c6527 - Browse repository at this point
Copy the full SHA 59c6527View commit details
Commits on Oct 16, 2020
-
post-upgrade with x/upgrade queries not working (#7531)
Origin: #7415 Closes: #7385 Thanks: @RiccardoM for the backport.
Configuration menu - View commit details
-
Copy full SHA for 792c7bc - Browse repository at this point
Copy the full SHA 792c7bcView commit details
Commits on Oct 23, 2020
-
launchpad: fix query params on governance votes querier (#7624)
From: #7589 Closes: #7588 Thanks: @YunSuk-Yeo Co-authored-by: Alessio Treglia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for c4f4d03 - Browse repository at this point
Copy the full SHA c4f4d03View commit details
Commits on Nov 10, 2020
-
enrich version --long's output with build deps (#7864)
The output of the version --long command now shows the list of build dependencies. From: #7848 Closes: #7835
Alessio Treglia authoredNov 10, 2020 Configuration menu - View commit details
-
Copy full SHA for 5cb54ab - Browse repository at this point
Copy the full SHA 5cb54abView commit details
Commits on Nov 13, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 1bbffff - Browse repository at this point
Copy the full SHA 1bbffffView commit details
Commits on Nov 17, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 2d38dad - Browse repository at this point
Copy the full SHA 2d38dadView commit details
Commits on Nov 18, 2020
-
Co-authored-by: Alessio Treglia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 0c2e3fa - Browse repository at this point
Copy the full SHA 0c2e3faView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7b152b3 - Browse repository at this point
Copy the full SHA 7b152b3View commit details -
launchpad: bump tendermint to v0.33.9 (#7971)
* launchpad: bump tendermint to v0.33.9 * update release notes Co-authored-by: Alessio Treglia <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 36ff5ca - Browse repository at this point
Copy the full SHA 36ff5caView commit details
Commits on Nov 19, 2020
-
version --long displays replaced build dependencies (#7943)
From: #7941 Co-authored-by: Paul Kim <[email protected]>
Configuration menu - View commit details
-
Copy full SHA for 69f6ec2 - Browse repository at this point
Copy the full SHA 69f6ec2View commit details
Commits on Nov 20, 2020
-
crypto/hd: add 'm/' prefix to hd path (#7977)
* 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]>
Configuration menu - View commit details
-
Copy full SHA for 5be42d9 - Browse repository at this point
Copy the full SHA 5be42d9View commit details
Commits on Nov 24, 2020
-
types/Coin: compile and reuse Regexps to reduce massive RAM+CPU burn (#…
…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]>
Configuration menu - View commit details
-
Copy full SHA for 2727c14 - Browse repository at this point
Copy the full SHA 2727c14View commit details