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

[capricorn] cosmos-sdk v0.42.9 to v0.42.10 #117

Merged
merged 14 commits into from
Nov 24, 2021

Commits on Nov 2, 2021

  1. fix: file keyring fails to add/import/export keys when input is not s…

    …tdin (fix #9566) (backport #9821) (#9880)
    
    * fix: file keyring fails to add/import/export keys when input is not stdin (fix #9566) (#9821)
    
    ## Description
    
    Add a test case to reproduce the issue described in #9566. The test currently fails, and I've pointed some possible solutions over cosmos/cosmos-sdk#9566 (comment). But I feel this needs more works in order to provide a more robust solution. I'll keep poking at better options, but taking any pointers if anyone has ideas.
    
    (cherry picked from commit f479b51)
    
    # Conflicts:
    #	client/keys/add.go
    #	client/keys/add_test.go
    #	client/keys/export_test.go
    
    * fix: merge conflict backporting pr-9821 (#9888)
    
    Co-authored-by: daeMOn <flavien.binet@gmail.com>
    mergify[bot] and daeMOn63 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    38c1e21 View commit details
    Browse the repository at this point in the history
  2. fix: Fix CLI query tx docs for acc/seq (#9942) (#9951)

    <!--
    The default pull request template is for types feat, fix, or refactor.
    For other templates, add one of the following parameters to the url:
    - template=docs.md
    - template=other.md
    -->
    
    ## Description
    
    ref: user from #validators-verfied channel on Cosmos Discord
    
    <!-- Add a description of the changes that this PR introduces and the files that
    are the most critical to review. -->
    mergify[bot] authored and daeMOn63 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    1d7390b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c903f1d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e412727 View commit details
    Browse the repository at this point in the history
  5. docs: update to v0.44 version tag (#10069) (#10097)

    (cherry picked from commit d6c3017)
    
    # Conflicts:
    #	docs/.vuepress/enhanceApp.js
    
    Co-authored-by: Ryan Christoffersen <12519942+ryanchristo@users.noreply.github.com>
    2 people authored and daeMOn63 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    14f05ba View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc33c8d View commit details
    Browse the repository at this point in the history
  7. fix: use keyring in config for add-genesis-account cmd (backport #996…

    …9) (#10065)
    
    * fix: use keyring in config for add-genesis-account cmd (#9969)
    
    <!--
    The default pull request template is for types feat, fix, or refactor.
    For other templates, add one of the following parameters to the url:
    - template=docs.md
    - template=other.md
    -->
    
    ## Description
    
    ref: #9644
    
    +use the keyring backend (if specified) in the binary config for the add-genesis-account command
    +update existing test to check for the case of keyring in config
    mergify[bot] authored and daeMOn63 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    b3b55cc View commit details
    Browse the repository at this point in the history
  8. build(deps): bump github.com/tendermint/tendermint from 0.34.12 to 0.…

    …34.13 (backport #10106) (#10107)
    
    * build(deps): bump github.com/tendermint/tendermint (#10106)
    
    (cherry picked from commit 8ee5e50)
    
    * fix go.sum
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    3 people authored and daeMOn63 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    089ba7a View commit details
    Browse the repository at this point in the history
  9. perf: Make CacheKV store interleaved iterator and insertion not O(n^2…

    …) (backport #10026) (#10114)
    
    * perf: Make CacheKV store interleaved iterator and insertion not O(n^2) (#10026)
    
    (cherry picked from commit 28bf2c1)
    
    # Conflicts:
    #	CHANGELOG.md
    #	store/cachekv/store.go
    
    * Fix merge conflict
    
    * fix changelog
    
    Co-authored-by: Dev Ojha <ValarDragon@users.noreply.github.com>
    Co-authored-by: ValarDragon <dojha12@gmail.com>
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    4 people authored and daeMOn63 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    0b7367f View commit details
    Browse the repository at this point in the history
  10. chore: bump IAVL version (backport #10040) (#10186)

    * chore: bump IAVL version (#10040)
    
    * chore: bump IAVL version
    
    * test master
    
    * update IAVL version
    
    * adding missing go.sum entry
    
    * adding missing entries
    
    * fix go.sum
    
    * clear go.sum
    
    * fixing go.sum
    
    Co-authored-by: marbar3778 <marbar3778@yahoo.com>
    (cherry picked from commit 693ffb1)
    
    * add changelog update
    
    * tidy go.mod
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    2 people authored and daeMOn63 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    f3cce30 View commit details
    Browse the repository at this point in the history
  11. feat: backport reject redundant transactions from ibc-go (#10211)

    * backport refund of redundant packets from ibc-go
    
    * update changelog
    
    * address review comments and lint errors
    
    * added nolint
    
    Co-authored-by: Carlos Rodriguez <crodveg@gmail.com>
    2 people authored and daeMOn63 committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c8a0efc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    438ede9 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    096fa23 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2021

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