Skip to content
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

Closed
wants to merge 26 commits into from
Closed

Commits on Aug 18, 2020

  1. fix tests build failures with go1.15 (#7073)

    Alessio Treglia authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    c7d0b5a View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. unblock CI on Launchpad (#7088)

    Replace old actions that don't build anymore.
    Alessio Treglia authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    86f953b View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2020

  1. launchpad: backport BigInt fix (#7087)

    Backported from #7084
    
    Co-authored-by: Alessio Treglia <[email protected]>
    fedekunze and Alessio Treglia authored Aug 20, 2020
    Configuration menu
    Copy the full SHA
    4d3afea View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Update CODEWNERS as per Launchpad Release Policy (#7137)

    Alessio Treglia authored Aug 22, 2020
    Configuration menu
    Copy the full SHA
    42c3c57 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2020

  1. 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 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    298fbbc View commit details
    Browse the repository at this point in the history
  2. 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]>
    Alessio Treglia and migueldingli1997 authored Aug 31, 2020
    Configuration menu
    Copy the full SHA
    cb23ee2 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2020

  1. 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 authored Sep 28, 2020
    Configuration menu
    Copy the full SHA
    a1d18a1 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2020

  1. Update launchpad docs to build without failing (#7412)

    Update vuepress/config & package.json to match master.
    
    Touch package-lock.json.
    clevinson authored Sep 30, 2020
    Configuration menu
    Copy the full SHA
    203876e View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2020

  1. Configuration menu
    Copy the full SHA
    c3cc14c View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2020

  1. reset default regex

    okwme committed Oct 4, 2020
    Configuration menu
    Copy the full SHA
    5b6cff4 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2020

  1. Update CHANGELOG.md

    okwme authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    726d57a View commit details
    Browse the repository at this point in the history
  2. Update CHANGELOG.md

    okwme authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    a74a519 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    85d4291 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #7450 from cosmos/billy/6744-launchpad-custom-vali…

    …dation
    
    support denoms custom validation
    okwme authored Oct 7, 2020
    Configuration menu
    Copy the full SHA
    3101928 View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2020

  1. tendermint security update (#7555)

    Update tendermint to 0.33.8, see [1] for more information.
    
    [1] golang/go#40618
    Alessio Treglia authored Oct 15, 2020
    Configuration menu
    Copy the full SHA
    59c6527 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2020

  1. post-upgrade with x/upgrade queries not working (#7531)

    Origin: #7415
    Closes: #7385
    Thanks: @RiccardoM for the backport.
    RiccardoM authored Oct 16, 2020
    Configuration menu
    Copy the full SHA
    792c7bc View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2020

  1. launchpad: fix query params on governance votes querier (#7624)

    From: #7589
    Closes: #7588
    Thanks: @YunSuk-Yeo 
    
    Co-authored-by: Alessio Treglia <[email protected]>
    yun-yeo and Alessio Treglia authored Oct 23, 2020
    Configuration menu
    Copy the full SHA
    c4f4d03 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2020

  1. 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 authored Nov 10, 2020
    Configuration menu
    Copy the full SHA
    5cb54ab View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2020

  1. update RELEASE_NOTES.md (#7858)

    Closes: #7894
    Alessio Treglia authored Nov 13, 2020
    Configuration menu
    Copy the full SHA
    1bbffff View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2020

  1. Configuration menu
    Copy the full SHA
    2d38dad View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2020

  1. Update CHANGELOG.md

    Co-authored-by: Alessio Treglia <[email protected]>
    okwme and Alessio Treglia authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    0c2e3fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7b152b3 View commit details
    Browse the repository at this point in the history
  3. 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]>
    fedekunze and Alessio Treglia authored Nov 18, 2020
    Configuration menu
    Copy the full SHA
    36ff5ca View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2020

  1. version --long displays replaced build dependencies (#7943)

    From: #7941
    
    Co-authored-by: Paul Kim <[email protected]>
    Alessio Treglia and hanjukim authored Nov 19, 2020
    Configuration menu
    Copy the full SHA
    69f6ec2 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2020

  1. 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]>
    3 people authored Nov 20, 2020
    Configuration menu
    Copy the full SHA
    5be42d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. 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]>
    3 people authored Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2727c14 View commit details
    Browse the repository at this point in the history