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

fix multisig account pubkeys migration #8788

Closed
wants to merge 70 commits into from

Commits on Jan 8, 2021

  1. Stargate Release PR -- v0.40.0 Final (#8284)

    * v0.40.0 final changelog & release notes
    
    * Trigger Build
    clevinson authored Jan 8, 2021
    Configuration menu
    Copy the full SHA
    a334a59 View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2021

  1. Backport/reproducible builds (#8381)

    * fix reproducible builds (#8300)
    * fix library file path (#8301)
    
    Co-authored-by: SaReN <sahithnarahari@gmail.com>
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    3 people authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    b6b79e3 View commit details
    Browse the repository at this point in the history
  2. fix GET /upgrade/current query (#8280) (#8372)

    From: #8282
    
    Co-authored-by: MD Aleem <72057206+aleem1314@users.noreply.github.com>
    Co-authored-by: SaReN <sahithnarahari@gmail.com>
    3 people authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c657222 View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/armon/go-metrics from 0.3.5 to 0.3.6 (#8273

    ) (#8373)
    
    From: #8273
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    amaury1093 and fedekunze authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    0e9a6b2 View commit details
    Browse the repository at this point in the history
  4. fix zero time checks (#8282) (#8374)

    From #8282
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    3 people authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    c18ba39 View commit details
    Browse the repository at this point in the history
  5. build(deps): bump github.com/gogo/protobuf from 1.3.1 to 1.3.2 (#8291) (

    #8376)
    
    From #8291
    
    Bumps [github.com/gogo/protobuf](https://github.com/gogo/protobuf) from 1.3.1 to 1.3.2.
    - [Release notes](https://github.com/gogo/protobuf/releases)
    - [Commits](gogo/protobuf@v1.3.1...v1.3.2)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    amaury1093 and dependabot[bot] authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    062b21b View commit details
    Browse the repository at this point in the history
  6. Fix sequence value in auth sign signature only (#8287) (#8383)

    From: #8287
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: SaReN <sahithnarahari@gmail.com>
    4 people authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    f2de540 View commit details
    Browse the repository at this point in the history
  7. fix: wrappedError.Is (#8355) (#8377)

    From: #8385
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    robert-zaremba and Alessio Treglia authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    ca2ff62 View commit details
    Browse the repository at this point in the history
  8. fix: wrappedError.Is (#8355) (#8377)

    From: #8385
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    robert-zaremba and Alessio Treglia authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    07a68b5 View commit details
    Browse the repository at this point in the history
  9. Update gogo proto deps with v1.3.2 security fixes (#8350) (#8386)

    * Update gogo proto deps with v1.3.2 security fixes
    
    * Regenerate proto files
    
    Co-authored-by: Aaron Craelius <aaron@regen.network>
    amaury1093 and aaronc authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    52f0baa View commit details
    Browse the repository at this point in the history
  10. Fix ibc client (#8341) (#8375)

    * fix-ibc-client
    * add changelog
    
    Co-authored-by: Segue <huoda.china@163.com>
    robert-zaremba and SegueII authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    5acc12a View commit details
    Browse the repository at this point in the history
  11. fix proto generation (#8361) (#8389)

    * fix proto generation
    
    * merge grpc_gateway into gocosmos_out
    
    * change env variable names
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    robert-zaremba and tac0turtle authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    1c76416 View commit details
    Browse the repository at this point in the history
  12. Add missing unpack interfaces functions to IBC (#8359) (#8379)

    * add missing UnpackInterfaces functions
    
    * fix build
    
    * add tests cc @fedekunze
    
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Federico Kunze <31522760+fedekunze@users.noreply.github.com>
    3 people authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    079f3ee View commit details
    Browse the repository at this point in the history
  13. backport: client denom metadata queries (#8364)

    From: #8317
    
    Co-authored-by: Amaury <amaury.martiny@protonmail.com>
    fedekunze and amaury1093 authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    e474138 View commit details
    Browse the repository at this point in the history
  14. Backport/changelog (#8390)

    * Update changelog for 0.40.1
    
    * add tendermint
    
    * Add release notes
    
    * add known issues
    
    * update
    
    * update release notes
    
    * fix a few things in CHANGELOG
    
    * Update RELEASE_NOTES.md
    
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    robert-zaremba and Alessio Treglia authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    df5bf85 View commit details
    Browse the repository at this point in the history
  15. update to tendermint v0.34.3 (#8388) (#8391)

    * update to tendermint v0.34.3
    
    * go.mod replace with grpc v1.33.2
    
    Co-authored-by: Amaury Martiny <amaury.martiny@protonmail.com>
    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    amaury1093 and Alessio Treglia authored Jan 19, 2021
    Configuration menu
    Copy the full SHA
    7cb7a3a View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2021

  1. Configuration menu
    Copy the full SHA
    5b45deb View commit details
    Browse the repository at this point in the history
  2. backport #8418 (#8424)

    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    fedekunze and Alessio Treglia authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    5179e7e View commit details
    Browse the repository at this point in the history
  3. Reorder IBC channel callbacks (#8441)

    Alessio Treglia authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f67c4f9 View commit details
    Browse the repository at this point in the history
  4. ibc: MsgTransfer amino JSON, commits from @fedekunze (#8440)

    From: #8437
    
    Closes: #8266
    
    Thanks: @fedekunze
    Alessio Treglia authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    e6dac1d View commit details
    Browse the repository at this point in the history
  5. chore: update RELEASE_NOTES.md (#8443)

    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    fdymylja and Alessio Treglia authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    c54025d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #8444 from cosmos/release/v0.40.x

    Release v0.41.0
    Alessio Treglia authored Jan 26, 2021
    Configuration menu
    Copy the full SHA
    f8a6987 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2021

  1. backport #8479 (#8486)

    fedekunze authored Feb 2, 2021
    Configuration menu
    Copy the full SHA
    a72c975 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. snapshots: fix flaky tests [o.41-cherry-pick] (#8484)

    From: #8475
    Alessio Treglia authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    2437b66 View commit details
    Browse the repository at this point in the history
  2. Fix keyring import from older versions. (#8489)

    From: #8436
    
    Co-authored-by: Jonathan Gimeno <jgimeno@gmail.com>
    Alessio Treglia and jgimeno authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    ad46b2f View commit details
    Browse the repository at this point in the history
  3. Add packet_connection attribute to packet lifecycle methods (#8483)

    From #8458
    
    Co-authored-by: Ethan Frey <ethanfrey@users.noreply.github.com>
    colin-axner and ethanfrey authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    37e1d93 View commit details
    Browse the repository at this point in the history
  4. fix: tendermint subcommands should not create missing files (#8493)

    From: #8481
    
    Thanks: @michaelfig for the patch.
    Alessio Treglia authored Feb 4, 2021
    Configuration menu
    Copy the full SHA
    8a79ec1 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2021

  1. bank: don't ignore errors returned by Balance.GetAddress() (#8534)

    Closes: #8530
    From: #8531
    Thanks: @odeke-em for pointing this out.
    Alessio Treglia authored Feb 8, 2021
    Configuration menu
    Copy the full SHA
    5bd006c View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2021

  1. Configuration menu
    Copy the full SHA
    e009135 View commit details
    Browse the repository at this point in the history
  2. Update chain-upgrade-guide-040.md (#8326)

    Still a problem with `cat` - a tmp_genesis file needs to be created and then moved to the old location
    
    Co-authored-by: Amaury <amaury.martiny@protonmail.com>
    Co-authored-by: Cory <cjlevinson@gmail.com>
    3 people committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    41d50c8 View commit details
    Browse the repository at this point in the history
  3. docs: Update x/staking spec (#8395)

    * Finish updating state
    
    * Add messages
    
    * Update events
    
    * proto-gen
    
    * Update proto/cosmos/staking/v1beta1/staking.proto
    
    Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
    
    * progo-gen
    
    * Update Msg with slash
    
    * Rerun proto docs
    
    Co-authored-by: Anil Kumar Kammari <anil@vitwit.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    08a012d View commit details
    Browse the repository at this point in the history
  4. Misc documentation fixes (#8452)

    * EndBlock: "beginning" => "end"
    
    * misc fixes
    
    * beginning => end
    
    * fix error in run-node tutorial
    
    * Use correct keyring backend when interacting
    
    * multiply stakes by 1000
    
    * query accounts with the bank submodule, not accounts
    
    * specify key backend for transactions
    
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    2 people authored and amaury1093 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    6221c31 View commit details
    Browse the repository at this point in the history
  5. fixing typo at 'os' backend session (#8477)

    Co-authored-by: SaReN <sahithnarahari@gmail.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people authored and amaury1093 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    34b8d1c View commit details
    Browse the repository at this point in the history
  6. Update cosmovisor.md (#8552)

    Co-authored-by: Alessio Treglia <alessio@tendermint.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    3 people authored and amaury1093 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    e0647bd View commit details
    Browse the repository at this point in the history
  7. Run pro-gen again

    amaury1093 committed Feb 12, 2021
    Configuration menu
    Copy the full SHA
    2a5818c View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2021

  1. docs: rest_grpc updates (#8582)

    tac0turtle authored and amaury1093 committed Feb 15, 2021
    Configuration menu
    Copy the full SHA
    c878615 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #8576 from cosmos/am-backport-docs

    [backport/v0.41.x] Mega Docs cherry-pick PR
    Alessio Treglia authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    2c52cb4 View commit details
    Browse the repository at this point in the history
  3. [backport/v0.41.x] Removed GetValidator caching to fix concurrency er…

    …ror (#8546) (#8583)
    
    * Removed GetValidator caching to fix concurrency error (#8546)
    
    * Removed GetValidator caching to fix concurrency error
    
    * Fixed linting and added CHANGELOG entry
    
    * Moved benchmark test into its own file
    
    * Moved CHANGELOG entry to bug fix
    
    * Update CHANGELOG.md
    
    Co-authored-by: Cory <cjlevinson@gmail.com>
    
    Co-authored-by: Amaury <amaury.martiny@protonmail.com>
    Co-authored-by: Cory <cjlevinson@gmail.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    
    * Fix changelog conflicts
    
    Co-authored-by: Riccardo Montagnin <riccardo.montagnin@gmail.com>
    Co-authored-by: Cory <cjlevinson@gmail.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    4 people authored Feb 15, 2021
    Configuration menu
    Copy the full SHA
    35a243a View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2021

  1. Make gRPC requests go through tendermint Query (#8549) (#8585)

    * Make gRPC requests go through tendermint Query
    
    * Remove commented code
    
    * Dry run in InitChain?
    
    * Save type of first run
    
    * Add metadata in repsonse
    
    * Factorize some code
    
    * Fix lint
    
    * Update comments
    
    * Fix md test
    
    * Fix test expected
    
    * Don't put RunGRPCQuery as clientCtx method
    
    * Update baseapp/grpcserver.go
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    
    * Address review comments
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    amaury1093 and robert-zaremba authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    5b2856f View commit details
    Browse the repository at this point in the history
  2. [backport/v0.41.x] build(deps): bump github.com/tendermint/tendermint…

    … from 0.34.3 to 0.3.34.4 (#8584)
    
    * build(deps): bump github.com/tendermint/tendermint from 0.34.3 to 0.34.4 (#8573)
    
    Bumps [github.com/tendermint/tendermint](https://github.com/tendermint/tendermint) from 0.34.3 to 0.34.4.
    - [Release notes](https://github.com/tendermint/tendermint/releases)
    - [Changelog](https://github.com/tendermint/tendermint/blob/v0.34.4/CHANGELOG.md)
    - [Commits](tendermint/tendermint@v0.34.3...v0.34.4)
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    
    * go mod tidy
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
    Co-authored-by: Marko Baricevic <marbar3778@yahoo.com>
    4 people authored Feb 16, 2021
    Configuration menu
    Copy the full SHA
    3873289 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    40aab82 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2021

  1. fix: bind values from env variables to flags (#8337) (#8488)

    allows clients access values in env variables
    
    Signed-off-by: Artur Troian <troian.ap@gmail.com>
    troian authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    963de42 View commit details
    Browse the repository at this point in the history
  2. [backport/v0.41.x]: Compatibility with the ARM architecture (#8450)

    From: #8396 #8466
    
    Thanks: @RiccardoM for the original patch.
    Alessio Treglia authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    d685701 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3e6b7e8 View commit details
    Browse the repository at this point in the history
  4. codec/types: avoid unnecessary allocations for NewAnyWithCustomTypeUR…

    …L on error (#8605) (#8606)
    
    Avoids a bleed out attack in which a node can be made to allocate
    memory slowly or very fast in small strides, by sending bad data
    to code that invokes NewAnyWithCustomTypeURL, in which we
    unconditionally returned a new Any object. On a 64-bit machine,
    this would waste 96 bytes per invocation even on error.
    
    Added a test to ensure zero allocations with a fixed error returned.
    Also added a benchmark which shows reduction in wasted allocations and
    wasted CPU time:
    
    ```shell
    $ benchstat before.txt after.txt
    name                                            old time/op    new time/op    delta
    NewAnyWithCustomTypeURLWithErrorReturned-8      142ns ± 6%      55ns ±12%   -61.65%  (p=0.000 n=9+10)
    
    name                                            old alloc/op   new alloc/op   delta
    NewAnyWithCustomTypeURLWithErrorReturned-8      96.0B ± 0%      0.0B       -100.00%  (p=0.000 n=10+10)
    
    name                                            old allocs/op  new allocs/op  delta
    NewAnyWithCustomTypeURLWithErrorReturned-8      1.00 ± 0%      0.00       -100.00%  (p=0.000 n=10+10)
    ```
    
    Fixes #8537
    
    (cherry picked from commit 56fc3fc)
    
    Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
    mergify[bot] and odeke-em authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    421133b View commit details
    Browse the repository at this point in the history
  5. crypto/hd: make DerivePrivateKeyForPath error and not panic on traili…

    …ng slashes (#8607) (#8608)
    
    Detected during my audit, right before fuzzing, the code that
    checked for presence of hyphens per path segment assumed that
    the part would always be non-empty. However, with paths such as:
    * m/4/
    * /44/
    * m/4///
    
    it'd panic with a runtime slice out of bounds.
    
    With this new change, we now:
    * firstly strip the right trailing slash
    * on finding any empty segments of a path return an error
    
    Fixes #8557
    
    (cherry picked from commit f970056)
    
    Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
    mergify[bot] and odeke-em authored Feb 17, 2021
    Configuration menu
    Copy the full SHA
    d2b8fea View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a941e58 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2021

  1. release v0.41.2 (#8615)

    Alessio Treglia authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    37b7221 View commit details
    Browse the repository at this point in the history
  2. testutil/network: fix build (#8617)

    Tendermint's `DefaultLogLevel` is now a string.
    boz authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    6ef4bed View commit details
    Browse the repository at this point in the history
  3. Release v0.41.3 (#8623)

    Urgent maintenance release. This fixes a build failure in v0.41.2
    Alessio Treglia authored Feb 18, 2021
    Configuration menu
    Copy the full SHA
    128cb54 View commit details
    Browse the repository at this point in the history

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

Commits on Mar 4, 2021

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