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.41.4 #8737

Closed
wants to merge 18 commits into from
Closed

Release v0.41.4 #8737

wants to merge 18 commits into from

Commits on Feb 22, 2021

  1. Update baseapp docs (#8630) (#8644)

    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    mergify[bot] and colin-axner authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    bdec113 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ba8de90 View commit details
    Browse the repository at this point in the history
  3. server: fix interceptConfigs (bp #8641) (#8659)

    From: #8641
    
    Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
    mergify[bot] and alexanderbez authored Feb 22, 2021
    Configuration menu
    Copy the full SHA
    02aa30e View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2021

  1. docs: update master docs (bp #8353) (#8672)

    * docs: update master docs (#8353)
    
    * bump docs theme to 1.0.180
    
    * add v0.40 to config.js versions
    
    * Fix code snippet link
    
    * reorganize order of versions
    * 0.39, 0.41, master
    * defaulting to 0.41
    
    Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
    Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    (cherry picked from commit 4c70268)
    
    # Conflicts:
    #	docs/package-lock.json
    
    * rm package-lock.json, reinstall
    
    Co-authored-by: Cyrus Goh <hello@lovincyrus.com>
    mergify[bot] and lovincyrus authored Feb 24, 2021
    Configuration menu
    Copy the full SHA
    819af54 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2021

  1. Configuration menu
    Copy the full SHA
    7060935 View commit details
    Browse the repository at this point in the history
  2. update tendermint to v0.34.8 (#8701) (#8702)

    (cherry picked from commit 5d3f29b)
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    mergify[bot] and Alessio Treglia authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    72cfca1 View commit details
    Browse the repository at this point in the history
  3. docs: Add mention to use gRPC v1.33.2 (#8658) (#8699)

    Co-authored-by: Marko <marbar3778@yahoo.com>
    (cherry picked from commit eeb3eab)
    
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    mergify[bot] and amaury1093 authored Feb 25, 2021
    Configuration menu
    Copy the full SHA
    e766410 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2021

  1. Add warning notice in changelog for v0.41.x bug (ref: #8461) (bp #8707)…

    … (#8708)
    
    * Add warning notice in changelog for v0.41.x bug (ref: #8461) (#8707)
    
    * add disclaimer for v0.41 series for non-hub SDK chains due to #8461
    
    (cherry picked from commit b19ac2c)
    
    Co-authored-by: Cory <cjlevinson@gmail.com>
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    3 people authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    50744f8 View commit details
    Browse the repository at this point in the history
  2. fix REST endpoints in migration docs (bp #8648) (#8687)

    Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
    (cherry picked from commit 897f20b)
    Co-authored-by: MD Aleem <72057206+aleem1314@users.noreply.github.com>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    4 people authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    ce82077 View commit details
    Browse the repository at this point in the history
  3. auth: allow 0 coin accounts in genesis (bp #8714) (#8716)

    * auth: allow 0 coin accounts in genesis (#8714)
    
    * allow zero accounts
    
    * fix test
    
    * fix test
    
    (cherry picked from commit a786830)
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    mergify[bot] and tac0turtle authored Feb 26, 2021
    Configuration menu
    Copy the full SHA
    16fbb50 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2021

  1. fix: per 8711 fix typo and minor command text edit for multi sign bat…

    …ch command (#8718) (#8721)
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    (cherry picked from commit 68e7a3a)
    
    Co-authored-by: Barrie Byron <barrie.byron@tendermint.com>
    mergify[bot] and Barrie Byron authored Feb 27, 2021
    Configuration menu
    Copy the full SHA
    2e60065 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2021

  1. Backport genesis speed ups to 0.41.x (#8722)

    From: #8719
    Fixes: #7766
    
    Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    4 people authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    5a6b846 View commit details
    Browse the repository at this point in the history
  2. Use x/auth/client for querying Txs (#8732)

    * Use x/auth/client for querying Txs
    
    * Fix lint
    
    * Fix small test
    
    * update comment
    
    * Fix tests
    
    * Fix test
    
    * Update x/auth/tx/service.go
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    
    * Remove context.background
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    0e0e5e9 View commit details
    Browse the repository at this point in the history
  3. Allow REST endpoint to query txs with multisig (bp #8730) (#8731)

    (cherry picked from commit 3832860)
    
    From: #8730
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    3 people authored Mar 1, 2021
    Configuration menu
    Copy the full SHA
    b8134c1 View commit details
    Browse the repository at this point in the history
  4. update CHANGELOG

    Alessio Treglia committed Mar 1, 2021
    Configuration menu
    Copy the full SHA
    ee90640 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2021

  1. crypto/keyring: fix offline keys migration (#8738)

    * crypto/keyring: fix offline keys migration (#8639)
    
    Fix `keys migrate` command (#8703)
    
    crypto/keyring: reinstate the InfoImporter interface
    
    InfoImporter is implemented by those Keyring implementations
    that support import of Info objects.
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    
    * refresh golangci-lint
    
    * Rename InfoImporter -> LegacyInfoImporter (#8739)
    
    Avoid namespace clash with the InfoImporter interface
    that already exists in the v0.41 release series.
    
    * Revert "refresh golangci-lint"
    
    This reverts commit 38e1349.
    
    Co-authored-by: SaReN <sahithnarahari@gmail.com>
    Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    4 people authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    ba3ac53 View commit details
    Browse the repository at this point in the history
  2. further reduce logging (#8752) (#8753)

    (cherry picked from commit 8106056)
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    mergify[bot] and tac0turtle authored Mar 2, 2021
    Configuration menu
    Copy the full SHA
    4afd4f4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3aaf1bc View commit details
    Browse the repository at this point in the history