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

chore: Bump dydx sdk fork #2

Closed
wants to merge 112 commits into from

Commits on Jul 27, 2022

  1. feat: Add convenience method for constructing key to access account's…

    … balance for a given denom (backport cosmos#12674) (cosmos#12744)
    
    * feat: Add convenience method for constructing key to access account's balance for a given denom (cosmos#12674)
    
    This PR adds a convenience method for constructing the key necessary to query for the account's balance of a given denom.
    
    I ran into this issue since we are using ABCI query now to perform balance requests because we are also requesting merkle proofs for the returned balance [here](https://github.com/celestiaorg/celestia-node/pull/911/files#diff-0ee31f5a7bd88e9f758e6bebdf3ee36365519e55a451098d9638c39afe5eac42R144).
    
    It would be nice to have a definitive convenience method for constructing the key.
    
    [Ref.](github.com/celestiaorg/celestia-node/pull/911)
    
    (cherry picked from commit a1777a8)
    
    * updates changelog
    
    Co-authored-by: rene <41963722+renaynay@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Jul 27, 2022
    Configuration menu
    Copy the full SHA
    04e7ab1 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. feat: Add GetParamSetIfExists to prevent panic on breaking param chan…

    …ges (backport cosmos#12615) (cosmos#12792)
    
    * feat: Add GetParamSetIfExists to prevent panic on breaking param changes (cosmos#12615)
    
    * imp(params): Add GetParamSetIfExists to prevent panic on breaking param changes
    
    * changelog
    
    * test
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    (cherry picked from commit 2932e11)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * Update CHANGELOG.md
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    3 people authored Aug 2, 2022
    Configuration menu
    Copy the full SHA
    1890b8b View commit details
    Browse the repository at this point in the history

Commits on Aug 7, 2022

  1. fix(docs): typo in staking/state (cosmos#12834) (cosmos#12835)

    (cherry picked from commit fe89212)
    
    Co-authored-by: Ari Rubinstein <arirubinstein@users.noreply.github.com>
    mergify[bot] and arirubinstein authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    2b616fb View commit details
    Browse the repository at this point in the history
  2. Update REST endpoints for group module documentation (cosmos#12839) (c…

    …osmos#12840)
    
    (cherry picked from commit cfed17e)
    
    Co-authored-by: lg <8335464+glnro@users.noreply.github.com>
    mergify[bot] and glnro authored Aug 7, 2022
    Configuration menu
    Copy the full SHA
    137bd03 View commit details
    Browse the repository at this point in the history

Commits on Aug 8, 2022

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

Commits on Aug 10, 2022

  1. chore: bump math (cosmos#12877)

    * chore: bump math package
    
    * changelog
    robert-zaremba authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    5caee00 View commit details
    Browse the repository at this point in the history
  2. fix(x/group): propagate events correctly to current context (backport c…

    …osmos#12888) (cosmos#12890)
    
    * fix(x/group): propagate events correctly to current context (cosmos#12888)
    
    * fix(x/groups) propagate events correctly to current context
    
    * update to use current context on logger
    
    * adding changelog entry
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    (cherry picked from commit 014bfae)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix conflicts
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Amaury M <1293565+amaurym@users.noreply.github.com>
    3 people authored Aug 10, 2022
    Configuration menu
    Copy the full SHA
    d74d102 View commit details
    Browse the repository at this point in the history

Commits on Aug 11, 2022

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

Commits on Aug 18, 2022

  1. Configuration menu
    Copy the full SHA
    f3c1d8c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d2a5018 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    32c9075 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2022

  1. chore: bump tendermint to 0.34.21 and iavl to 0.19.1 (cosmos#12969)

    * chore: bump tendermint to `0.34.21` and iavl to `0.19.1`
    
    * update changelog
    julienrbrt authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    f31c795 View commit details
    Browse the repository at this point in the history
  2. docs(cli): improve --gas flag description (cosmos#12913) (cosmos#12965)

    * docs(cli): improve --gas flag description
    
    * Update client/flags/flags.go
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    * fix sprintf
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    (cherry picked from commit f430528)
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    mergify[bot] and robert-zaremba authored Aug 19, 2022
    Configuration menu
    Copy the full SHA
    7ee9e6d View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2022

  1. Update Makefile (cosmos#12982)

    formatting
    faddat authored Aug 21, 2022
    Configuration menu
    Copy the full SHA
    c835d46 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2022

  1. fix: proper error when parsing telemetry configuration (backport cosm…

    …os#12981) (cosmos#12998)
    
    * fix: proper error when parsing telemetry configuration (cosmos#12981)
    
    When parsing `telemetry.global-labels` config the code assumes that the type will be an array.  I saw an issue where someone edited the configuration in the wrong way and got the following error:
    ![photo_2022-08-21_08-02-21](https://user-images.githubusercontent.com/22855163/185793842-c5759a54-1860-4dd1-bdb4-b94f4dab3c16.jpg)
    Instead, I suggest here to print a proper error log to indicate what the issue is.
    
    (cherry picked from commit c24c439)
    
    * add changelog
    
    Co-authored-by: liorbond <liorbond@gmail.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    d3d4675 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90ef369 View commit details
    Browse the repository at this point in the history
  3. docs: improve UPGRADING.md instructions for v0.46.0 (backport cosmos#…

    …12646) (cosmos#13004)
    
    * docs: improve UPGRADING.md instructions for v0.46.0 (cosmos#12646)
    
    ## Description
    
    This PR is aimed to improve further the UGPRADING.md for v0.46.0.
    We've merged cosmos#12477 for having concurrent work on the file.
    
    - ref cosmos#12992 and closes cosmos#12991
    - closes cosmos#12963
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
    - [ ] provided a link to the relevant issue or specification
    - [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
    - [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable and please add
    your handle next to the items reviewed if you only reviewed selected items.*
    
    I have...
    
    - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed state machine logic
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    
    (cherry picked from commit c76a00b)
    
    # Conflicts:
    #	.gitignore
    #	CHANGELOG.md
    #	Makefile
    #	UPGRADING.md
    
    * fix conflict
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    mergify[bot] and julienrbrt authored Aug 23, 2022
    Configuration menu
    Copy the full SHA
    afb3def View commit details
    Browse the repository at this point in the history

Commits on Aug 24, 2022

  1. feat: Change the default priority mechanism to be based on gas price …

    …(backport cosmos#12953) (cosmos#13006)
    
    * feat: Change the default priority mechanism to be based on gas price (cosmos#12953)
    
    (cherry picked from commit befd816)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/auth/ante/fee_test.go
    
    * fix conflict
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    60e6274 View commit details
    Browse the repository at this point in the history
  2. chore: v0.46.1 release changelog (cosmos#13011)

    * chore: v0.46.1 release changelog
    
    * updates
    
    * updates
    julienrbrt authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    252c673 View commit details
    Browse the repository at this point in the history
  3. ci: fix release notes not populated by goreleaser (backport cosmos#12919

    ) (cosmos#13018)
    
    * ci: fix release notes not populated by goreleaser
    
    (cherry picked from commit c670fec)
    
    # Conflicts:
    #	cosmovisor/go.mod
    #	cosmovisor/go.sum
    #	go.work.sum
    
    * updates
    
    * revert
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    mergify[bot] and julienrbrt authored Aug 24, 2022
    Configuration menu
    Copy the full SHA
    cb7bdca View commit details
    Browse the repository at this point in the history

Commits on Aug 25, 2022

  1. fix: exporting the blockParams regression (backport cosmos#13029) (co…

    …smos#13037)
    
    * fix: exporting the blockParams regression (cosmos#13029)
    
    ## Description
    
    Closes: cosmos#13024
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [x] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [x] added `!` to the type prefix if API or client breaking change
    - [x] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
    - [x] provided a link to the relevant issue or specification
    - [x] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
    - [x] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
    - [x] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [x] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable and please add
    your handle next to the items reviewed if you only reviewed selected items.*
    
    I have...
    
    - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed state machine logic
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    
    (cherry picked from commit e1999e4)
    
    # Conflicts:
    #	CHANGELOG.md
    #	server/export_test.go
    
    * fix conflicts
    
    Co-authored-by: JayT106 <JayT106@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    704fff5 View commit details
    Browse the repository at this point in the history
  2. fix: missing return statement in BaseApp.Query (backport cosmos#13046) (

    cosmos#13049)
    
    * fix: missing return statement in BaseApp.Query (cosmos#13046)
    
    ## Description
    
    Closes: cosmos#13040
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
    - [ ] provided a link to the relevant issue or specification
    - [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
    - [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable and please add
    your handle next to the items reviewed if you only reviewed selected items.*
    
    I have...
    
    - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed state machine logic
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    
    (cherry picked from commit c73171f)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix conflicts
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    mergify[bot] and julienrbrt authored Aug 25, 2022
    Configuration menu
    Copy the full SHA
    b9d4ed8 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2022

  1. feat(x/authz): Add the GetAuthorization function. (backport cosmos#13047

    ) (cosmos#13052)
    
    * feat(x/authz): Add the GetAuthorization function. (cosmos#13047)
    
    * [13027]: Create the GetAuthorization function (in the authz module).
    
    * [13027]: Add unit tests for the new GetAuthorization function.
    
    * [13027]: Add changelog entry.
    
    (cherry picked from commit 5e4651e)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/authz/keeper/keeper_test.go
    
    * fix changelog
    
    * Fix failed merge.
    
    * Fix build issue introduced by merge.
    
    Co-authored-by: Daniel Wedul <github@wedul.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Aug 26, 2022
    Configuration menu
    Copy the full SHA
    e2fe96a View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2022

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

Commits on Aug 29, 2022

  1. chore: bump gin-gonic dep (backport cosmos#13061) (cosmos#13062)

    * deps: bump gin-gonic (cosmos#13061)
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    (cherry picked from commit d11196a)
    
    # Conflicts:
    #	go.sum
    
    * fix conflicts
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    Co-authored-by: marbar3778 <marbar3778@yahoo.com>
    3 people authored Aug 29, 2022
    Configuration menu
    Copy the full SHA
    bb190f6 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. fix: call SetIAVLCacheSize with the configured value in simapp (bac…

    …kport cosmos#13107) (cosmos#13108)
    
    * fix: call `SetIAVLCacheSize` with the configured value in simapp (cosmos#13107)
    
    * Call `SetIAVLCacheSize` with the configured value in simapp.
    
    * Update CHANGELOG.md
    
    (cherry picked from commit ab33342)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * Apply suggestions from code review
    
    Co-authored-by: yihuang <huang@crypto.com>
    mergify[bot] and yihuang authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    78c24eb View commit details
    Browse the repository at this point in the history
  2. fix: rollback command don't actually delete multistore versions (back…

    …port cosmos#11361) (cosmos#13089)
    
    * fix: rollback command don't actually delete multistore versions (cosmos#11361)
    
    * rollback command don't actually delete multistore versions
    
    Closes: cosmos#11333
    
    - add unit tests
    - use LoadVersionForOverwriting
    - update tendermint dependency to 0.35.x release branch
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    flushMetadata after rollback
    
    Update server/rollback.go
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    fix build
    
    gofumpt
    
    * fix unit test
    
    (cherry picked from commit 51d2de5)
    
    * fix unit test
    
    * changelog
    
    * api breaking changelog
    
    Co-authored-by: yihuang <huang@crypto.com>
    mergify[bot] and yihuang authored Aug 31, 2022
    Configuration menu
    Copy the full SHA
    a95c626 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. feat: Add a cli cmd to prune old states according to current settings…

    … (backport cosmos#12742) (cosmos#13119)
    
    * feat: Add a cli cmd to prune old states according to current settings (cosmos#12742)
    
    * add PruningCmd and change PruneStores signature
    
    * the mimimum default pruning interval is 10
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    (cherry picked from commit d874ace)
    
    * fix backport error
    
    Co-authored-by: adu-crypto <94821467+adu-crypto@users.noreply.github.com>
    Co-authored-by: adu <adu.du@crypto.com>
    3 people authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    9405a05 View commit details
    Browse the repository at this point in the history
  2. chore: replace deprecated dgrijalva/jwt-go dep (backport cosmos#13093) (

    cosmos#13136)
    
    * chore: replace deprecated dgrijalva/jwt-go dep (cosmos#13093)
    
    * chore: replace deprecated dgrijalva/jwt-go dep
    
    * Update go.mod
    
    (cherry picked from commit f5f84ad)
    
    # Conflicts:
    #	go.mod
    #	go.sum
    
    * fix conflict
    
    Co-authored-by: Robert Zaremba <robert@zaremba.ch>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Sep 2, 2022
    Configuration menu
    Copy the full SHA
    095c2b0 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

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

Commits on Sep 12, 2022

  1. Configuration menu
    Copy the full SHA
    25e7f9b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70943c6 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    77fcbbd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    78336ef View commit details
    Browse the repository at this point in the history
  3. feat: add more coins after add-genesis-account is made (backport cosm…

    …os#13233) (cosmos#13261)
    
    * feat: add more coins after add-genesis-account is made (cosmos#13233)
    
    (cherry picked from commit c32493a)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * updates
    
    Co-authored-by: Reece Williams <31943163+Reecepbcups@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    ac4a066 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. fix: types: correctly coalesce coins even with repeated denominations…

    … & simplify logic (backport cosmos#13265) (cosmos#13302)
    
    * fix: types: correctly coalesce coins even with repeated denominations & simplify logic (cosmos#13265)
    
    (cherry picked from commit 83f88a6)
    
    # Conflicts:
    #	types/coin_test.go
    
    * fix conflict
    
    * add changelog
    
    Co-authored-by: Emmanuel T Odeke <emmanuel@orijtech.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Sep 15, 2022
    Configuration menu
    Copy the full SHA
    51a9014 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2022

  1. fix: keep the balance query endpoint compatible with legacy blocks (b…

    …ackport cosmos#13301) (cosmos#13318)
    
    * fix: keep the balance query endpoint compatible with legacy blocks (cosmos#13301)
    
    * keep the balance query endpoint compatible with legacy blocks
    
    Closes: cosmos#13296
    
    A temporary solution before the proxy tool developed, since the balance endpoint is too important.
    
    * Update CHANGELOG.md
    
    * Apply suggestions from code review
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    (cherry picked from commit 6c4f94b)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/bank/keeper/view.go
    
    * Apply suggestions from code review
    
    * fix lint
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Sep 16, 2022
    Configuration menu
    Copy the full SHA
    c524571 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2022

  1. feat: CLI tooling to generate proposal JSONs (backport cosmos#13304) (c…

    …osmos#13328)
    
    * feat: CLI tooling to generate proposal JSONs (cosmos#13304)
    
    (cherry picked from commit 7252f4a)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/nft/v1beta1/tx.pulsar.go
    #	go.mod
    #	go.sum
    #	simapp/go.mod
    #	simapp/go.sum
    #	tests/go.mod
    #	tests/go.sum
    #	x/gov/README.md
    #	x/group/spec/05_client.md
    
    * fix changelog
    
    * remove unnecessary addition
    
    * updates
    
    * fix docs
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    mergify[bot] and julienrbrt authored Sep 19, 2022
    Configuration menu
    Copy the full SHA
    ef0f19c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    100db2e View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2022

  1. fix: streaming listeners are not called for deliver tx event (backport

    …cosmos#13334) (cosmos#13336)
    
    * fix: streaming listeners are not called for deliver tx event (cosmos#13334)
    
    * Problem: streaming listeners are not called for deliver tx event
    
    it was removed accidentally, add back.
    
    * Update CHANGELOG.md
    
    * try to fix e2e test by wait for one more block
    
    (cherry picked from commit 822900b)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/auth/tx/service_test.go
    
    * Update CHANGELOG.md
    
    * Update x/auth/tx/service_test.go
    
    * Update x/auth/tx/service_test.go
    
    Co-authored-by: yihuang <huang@crypto.com>
    mergify[bot] and yihuang authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    6c8614c View commit details
    Browse the repository at this point in the history
  2. feat: configurable fastnode (backport cosmos#13321) (cosmos#13337)

    * feat: configurable fastnode (cosmos#13321)
    
    (cherry picked from commit 412e2fc)
    
    # Conflicts:
    #	CHANGELOG.md
    #	fuzz/tests/store_internal_proofs_createnonmembershipproof_test.go
    #	go.mod
    #	go.sum
    #	simapp/go.mod
    #	simapp/go.sum
    #	tests/go.mod
    #	tests/go.sum
    
    * fix conflicts
    
    * test fix build
    
    * test fix build
    
    * fix typo
    
    * fix replace
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    mergify[bot] and tac0turtle authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    43f74d3 View commit details
    Browse the repository at this point in the history
  3. fix: ensure withdraw_rewards events are always emitted on reward with…

    …drawal (backport cosmos#13323) (cosmos#13339)
    
    * fix: ensure withdraw_rewards events are always emitted on reward withdrawal (cosmos#13323)
    
    (cherry picked from commit c1c23a7)
    
    # Conflicts:
    #	CHANGELOG.md
    #	tests/integration/distribution/keeper/delegation_test.go
    #	testutil/sims/app_helpers.go
    #	x/distribution/keeper/delegation.go
    #	x/distribution/keeper/delegation_test.go
    #	x/distribution/keeper/keeper.go
    
    * fix changelog
    
    * fix conflcits
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Sep 20, 2022
    Configuration menu
    Copy the full SHA
    f57a110 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bbcf2f1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9454b97 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2022

  1. feat: add draft-proposal for x/group (backport cosmos#13353) (cosmo…

    …s#13359)
    
    * feat: add `draft-proposal` for x/group (cosmos#13353)
    
    * feat: add `draft-proposal` for x/group
    
    * add changelog
    
    * extract useful function
    
    * add `GetMsgFromTypeURL` tests
    
    (cherry picked from commit 7eb259f)
    
    # Conflicts:
    #	CHANGELOG.md
    #	types/tx_msg.go
    #	x/gov/client/cli/prompt.go
    
    * fix conflicts
    
    * fix whitespace
    
    * backport cosmos#13350
    
    * renaming as main
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    mergify[bot] and julienrbrt authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    72f8923 View commit details
    Browse the repository at this point in the history
  2. docs: guidelines for proto message's String() method (cosmos#13364) (c…

    …osmos#13366)
    
    (cherry picked from commit 8dd708d)
    
    Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com>
    mergify[bot] and likhita-809 authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    c351441 View commit details
    Browse the repository at this point in the history
  3. perf: reduce user's password prompts when calling keyring List functi…

    …on (backport cosmos#13207) (cosmos#13368)
    
    * perf: reduce user's password prompts when calling keyring List function (cosmos#13207)
    
    * Reduce user password prompts by taking advantage of the already existing MigrateAll function
    
    * Print message when no records were found on the keyring
    
    * Update changelog
    
    * Fix migration test
    
    * Add keys sort
    
    (cherry picked from commit 4882f93)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix conflicts
    
    * suggestions
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    Co-authored-by: Ezequiel Raynaudo <raynaudo.ee@gmail.com>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    5 people authored Sep 23, 2022
    Configuration menu
    Copy the full SHA
    95948f6 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2022

  1. feat: Add notice for possible iavl fast node migration (backport cosm…

    …os#13390) (cosmos#13398)
    
    * add notice for possible iavl fast node migration (cosmos#13390)
    
    (cherry picked from commit b609105)
    
    * Update baseapp/baseapp.go
    
    Co-authored-by: adu-crypto <94821467+adu-crypto@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Sep 27, 2022
    Configuration menu
    Copy the full SHA
    51c8a1a View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2022

  1. fix: add gRPC nil/zero check in query (backport cosmos#13352) (cosmos…

    …#13417)
    
    * fix: add gRPC nil/zero check in query (cosmos#13352)
    
    (cherry picked from commit a9f02d9)
    
    # Conflicts:
    #	CHANGELOG.md
    #	codec/proto_codec_test.go
    
    * fix conflicts
    
    * fix conflicts
    
    Co-authored-by: yihuang <huang@crypto.com>
    mergify[bot] and yihuang authored Sep 29, 2022
    Configuration menu
    Copy the full SHA
    f80e883 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2022

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

Commits on Oct 3, 2022

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

Commits on Oct 6, 2022

  1. refactor: Improve and clarify API around AccountAddressById (backport

    cosmos#13460) (cosmos#13461)
    
    * refactor: Improve and clarify API around `AccountAddressById`  (cosmos#13460)
    
    * Revert "chore: change id to use uint64 in `AccountAddressByID` (cosmos#13411)"
    
    This reverts commit 3d0e214.
    
    * Add since
    
    * Update CLI command
    
    * make proto-gen
    
    * id->accNum
    
    * No API breaking changes
    
    * improve err msg
    
    * Update CHANGELOG.md
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    (cherry picked from commit 90bd316)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/auth/v1beta1/query.pulsar.go
    #	api/cosmos/auth/v1beta1/query_grpc.pb.go
    #	api/cosmos/distribution/v1beta1/query_grpc.pb.go
    #	api/cosmos/group/v1/types.pulsar.go
    #	proto/cosmos/auth/v1beta1/query.proto
    #	x/auth/client/cli/query.go
    #	x/auth/keeper/grpc_query.go
    #	x/auth/keeper/grpc_query_test.go
    #	x/auth/types/query.pb.go
    #	x/distribution/types/query.pb.go
    
    * fix conflicts
    
    * changelog
    
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    mergify[bot] and amaury1093 authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    982b891 View commit details
    Browse the repository at this point in the history
  2. fix: state listener could observe discarded writes (backport cosmos#1…

    …3459) (cosmos#13462)
    
    * fix: state listener could observe discarded writes (cosmos#13459)
    
    * fix: state listener could observe uncommitted writes
    
    Closes: cosmos#13457
    
    don't pass listeners to nested cached store,
    only the most inner layer's cache writes should be observed.
    
    * Update CHANGELOG.md
    
    * add unit test
    
    * rename
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    (cherry picked from commit bb54c59)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * Update CHANGELOG.md
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Oct 6, 2022
    Configuration menu
    Copy the full SHA
    cb676e2 View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2022

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

Commits on Oct 11, 2022

  1. feat: gRPC query for operator and chain configuration (backport cosmo…

    …s#13485) (cosmos#13497)
    
    * feat: gRPC query for operator and chain configuration (cosmos#13485)
    
    (cherry picked from commit c60c556)
    
    # Conflicts:
    #	CHANGELOG.md
    #	UPGRADING.md
    #	api/cosmos/auth/v1beta1/query_grpc.pb.go
    #	api/cosmos/bank/v1beta1/query.pulsar.go
    #	runtime/app.go
    #	server/start.go
    #	simapp/app_legacy.go
    #	x/bank/types/query.pb.go
    
    * updates
    
    * updates
    
    * updates
    
    * updates
    
    * updates
    
    * updates
    
    * updates
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Aleksandr Bezobchuk <aleks.bezobchuk@gmail.com>
    3 people authored Oct 11, 2022
    Configuration menu
    Copy the full SHA
    37912ec View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2022

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

Commits on Oct 18, 2022

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

Commits on Oct 20, 2022

  1. Merge pull request from GHSA-3qp7-gj37-g9rx

    Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com>
    Co-authored-by: Sai Kumar <17549398+gsk967@users.noreply.github.com>
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
    Co-authored-by: emidev98 <49301655+emidev98@users.noreply.github.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
    
    Co-authored-by: likhita-809 <78951027+likhita-809@users.noreply.github.com>
    Co-authored-by: Sai Kumar <17549398+gsk967@users.noreply.github.com>
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Facundo Medica <14063057+facundomedica@users.noreply.github.com>
    Co-authored-by: emidev98 <49301655+emidev98@users.noreply.github.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
    8 people authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    facd40d View commit details
    Browse the repository at this point in the history
  2. chore: bump tendermint to 0.34.22 (cosmos#13586)

    * chore: bump tendermint to `0.34.22`
    
    * update changelog
    
    * update changelog
    
    * go mod tidy all
    julienrbrt authored Oct 20, 2022
    Configuration menu
    Copy the full SHA
    6d32deb View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2022

  1. docs: add ApplicationQueryService release notes (cosmos#13587)

    * docs: add ApplicationQueryService release notes
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    robert-zaremba and julienrbrt authored Oct 21, 2022
    Configuration menu
    Copy the full SHA
    7f88c60 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2022

  1. feat(cli): add module-account cli cmd and grpc get api (backport cosm…

    …os#13612) (cosmos#13616)
    
    * feat(cli): add module-account cli cmd and grpc get api (cosmos#13612)
    
    (cherry picked from commit ddf5cf0)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/auth/v1beta1/query.pulsar.go
    #	api/cosmos/auth/v1beta1/query_grpc.pb.go
    #	x/auth/client/testutil/suite.go
    #	x/auth/types/query.pb.go
    
    * fix conflicts
    
    * updates
    
    * updates
    
    Co-authored-by: Sai Kumar <17549398+gsk967@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    f538e09 View commit details
    Browse the repository at this point in the history
  2. fix(x/auth): allow multiple = signs in GetTxsEvent (backport cosmos…

    …#12474) (cosmos#13598)
    
    * fix(x/auth): allow multiple = signs in `GetTxsEvent` (cosmos#12474)
    
    (cherry picked from commit 18da0e9)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix changelog
    
    * changelog
    
    * fix: flakey test
    
    Co-authored-by: Tyler <48813565+technicallyty@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Oct 24, 2022
    Configuration menu
    Copy the full SHA
    afdf06a View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2022

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

Commits on Oct 26, 2022

  1. feat(cli): Add iavl-disable-fastnode cmd flag with proper description (

    …cosmos#13656) (cosmos#13659)
    
    (cherry picked from commit c833190)
    
    Co-authored-by: William Chong <6198816+williamchong@users.noreply.github.com>
    mergify[bot] and williamchong authored Oct 26, 2022
    Configuration menu
    Copy the full SHA
    a653798 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2022

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

Commits on Oct 31, 2022

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

Commits on Nov 1, 2022

  1. chore: prepare 0.46.4 changelog (cosmos#13716)

    * chore: prepare 0.46.4 changelog
    
    * wording
    
    * updates
    
    * updates
    julienrbrt authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    eb1e3eb View commit details
    Browse the repository at this point in the history
  2. ci: notify for 0.46.x releases (cosmos#13719)

    * feat: notify for 0.46.x releases
    
    * updates changelog
    julienrbrt authored Nov 1, 2022
    Configuration menu
    Copy the full SHA
    68ee142 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2022

  1. Configuration menu
    Copy the full SHA
    c7a9435 View commit details
    Browse the repository at this point in the history
  2. ci: modifying docs in 0.46 should not redeploy docs (cosmos#13732)

    * ci: modifying docs in 0.46 should not redeploy docs
    
    * updates
    julienrbrt authored Nov 2, 2022
    Configuration menu
    Copy the full SHA
    ba49bff View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

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

Commits on Nov 9, 2022

  1. refactor: add error log when iavl set failed (backport cosmos#13803) (c…

    …osmos#13804)
    
    * refactor: add error log when iavl set failed (cosmos#13803)
    
    * add error log when iavl set failed
    
    Ref: cosmos#12012
    
    * Update CHANGELOG.md
    
    * play safe
    
    (cherry picked from commit 22f3261)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix conflicts
    
    Co-authored-by: yihuang <huang@crypto.com>
    mergify[bot] and yihuang authored Nov 9, 2022
    Configuration menu
    Copy the full SHA
    2899dcf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0d1ed1a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2bd2cf1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2022

  1. Configuration menu
    Copy the full SHA
    3a809e2 View commit details
    Browse the repository at this point in the history
  2. fix: bank store migration (backport cosmos#13821) (cosmos#13829)

    * fix: bank store migration (cosmos#13821)
    
    (cherry picked from commit d314a12)
    
    # Conflicts:
    #	x/bank/migrations/v3/store.go
    #	x/bank/migrations/v3/store_test.go
    
    * updates
    
    Co-authored-by: billy rennekamp <billy.rennekamp@gmail.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Nov 10, 2022
    Configuration menu
    Copy the full SHA
    62443b8 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. feat(types): set custom GasConfig on Context for GasKVStore (backport c…

    …osmos#13826) (cosmos#13833)
    
    * feat(types): set custom GasConfig on Context for GasKVStore (cosmos#13826)
    
    (cherry picked from commit f001b46)
    
    # Conflicts:
    #	CHANGELOG.md
    #	types/context.go
    #	types/context_test.go
    
    * fix conflicts
    
    * updates
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Nov 11, 2022
    Configuration menu
    Copy the full SHA
    68e54fa View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2022

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

Commits on Nov 15, 2022

  1. fix: Allow underscores in EventRegex (backport cosmos#13861) (cosmos#…

    …13864)
    
    * fix: Allow underscores in EventRegex (cosmos#13861)
    
    (cherry picked from commit 14c582f)
    
    # Conflicts:
    #	CHANGELOG.md
    #	tests/e2e/tx/service_test.go
    
    * updates
    
    * updates
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Nov 15, 2022
    Configuration menu
    Copy the full SHA
    2d515e0 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2022

  1. fix(group): add group members weight checks (backport cosmos#13869) (c…

    …osmos#13880)
    
    * fix(group): add group members weight checks (cosmos#13869)
    
    (cherry picked from commit 3423442)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/tx/v1beta1/service.pulsar.go
    #	types/tx/service.pb.go
    #	x/group/keeper/keeper.go
    
    * fix conflicts
    
    * updates
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    mergify[bot] and julienrbrt authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    0b81939 View commit details
    Browse the repository at this point in the history
  2. fix(group)!: Fix group min execution period (backport cosmos#13876) (c…

    …osmos#13885)
    
    * fix(group)!: Fix group min execution period (cosmos#13876)
    
    * fix: don't check MinExecutionPeriod in `Allow`
    
    * Check MinExecutionPeriod on doExecuteMsgs
    
    * Fix TestExec
    
    * Fix TestExec
    
    * test exec pruned
    
    * Fix submitproposal
    
    * Add changelog
    
    * typo
    
    * revert some changes
    
    * add minExecutionPeriod
    
    * Add docs and specs
    
    (cherry picked from commit 7661f62)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/group/README.md
    #	x/group/keeper/keeper_test.go
    
    * fix docs
    
    * fix other conflicts
    
    * fix test
    
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    6b633ef View commit details
    Browse the repository at this point in the history
  3. feat(bank): Add helper for v0.46 denom migration (cosmos#13891)

    * feat(bank): Add helper for v0.46 denom migration
    
    * CL
    
    * Clearer name
    
    * Update x/bank/migrations/v046/store.go
    
    Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
    
    * rename
    
    Co-authored-by: Likhita Polavarapu <78951027+likhita-809@users.noreply.github.com>
    amaury1093 and likhita-809 authored Nov 16, 2022
    Configuration menu
    Copy the full SHA
    29cf4bc View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2022

  1. chore: impove 0.46.5 release notes (cosmos#13898)

    * chore: impove 0.46.5 release notes
    
    * update changelog
    julienrbrt authored Nov 17, 2022
    Configuration menu
    Copy the full SHA
    e5fef13 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c80177e View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2022

  1. chore: remove typo (cosmos#13914) (cosmos#13917)

    (cherry picked from commit 34dcca7)
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    mergify[bot] and julienrbrt authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    b88f086 View commit details
    Browse the repository at this point in the history
  2. fix: correctly propagate msg errors in gov (backport cosmos#13918) (c…

    …osmos#13928)
    
    * fix: correctly propagate msg errors in gov (cosmos#13918)
    
    * fix: correctly propagate msg errors in gov
    
    * chore: update changelog
    
    * fix: correctly check proposal status in tests
    
    * chore: delete unused var
    
    (cherry picked from commit 5581f7f)
    
    # Conflicts:
    #	CHANGELOG.md
    #	x/gov/abci_test.go
    
    * fix conflicts
    
    * updates
    
    Co-authored-by: John Letey <j@letey.de>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Nov 18, 2022
    Configuration menu
    Copy the full SHA
    2f55513 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8cce748 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2022

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

Commits on Nov 23, 2022

  1. chore: add group and gov/v1 in swagger (backport cosmos#13984) (cosmo…

    …s#13996)
    
    * chore: add group and gov/v1 in swagger (cosmos#13984)
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    (cherry picked from commit cfa224c)
    
    # Conflicts:
    #	client/docs/config.json
    #	client/docs/swagger-ui/swagger.yaml
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    mergify[bot] and julienrbrt authored Nov 23, 2022
    Configuration menu
    Copy the full SHA
    9765823 View commit details
    Browse the repository at this point in the history

Commits on Nov 29, 2022

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

Commits on Nov 30, 2022

  1. Configuration menu
    Copy the full SHA
    c1f4ca1 View commit details
    Browse the repository at this point in the history
  2. fix(group)!: Don't re-tally proposals after VP end (backport cosmos#1…

    …4071) (cosmos#14091)
    
    * fix(group)!: Don't re-tally proposals after VP end (cosmos#14071)
    
    (cherry picked from commit 4ebe3aa)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix changelog and test
    
    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    72699f7 View commit details
    Browse the repository at this point in the history
  3. fix: do not shadow clientCtx in start.go (backport cosmos#14086) (cos…

    …mos#14101)
    
    * fix: do not shadow clientCtx in start.go (cosmos#14086)
    
    (cherry picked from commit f96072d)
    
    # Conflicts:
    #	server/start.go
    
    * updates
    
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    mergify[bot] and julienrbrt authored Nov 30, 2022
    Configuration menu
    Copy the full SHA
    85d6f66 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2022

  1. chore: Test for Server Config Read cosmos#14125 (cosmos#14127)

    (cherry picked from commit 9f46665)
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    mergify[bot] and alexanderbez authored Dec 1, 2022
    Configuration menu
    Copy the full SHA
    6e5e302 View commit details
    Browse the repository at this point in the history

Commits on Dec 3, 2022

  1. fix: remove duplicate ante events (backport cosmos#13983) (cosmos#14142)

    * fix: remove duplicate ante events (cosmos#13983)
    
    ## Description
    
    After enabling the post-handler on our chain, we realised something odd with our transaction events. The ordering was `[ANTE, MSGS, ANTE, POST]`. After doing some digging, we realised that the context used inside the post-handler still contains the events from the ante-handler.
    
    This should be backported to v0.46.x and v0.47.x 😄
    Happy to make it compatible with cosmos#13940 when that gets merged!
    
    cc @mbreithecker
    
    ---
    
    ### Author Checklist
    
    *All items are required. Please add a note to the item if the item is not applicable and
    please add links to any relevant follow up issues.*
    
    I have...
    
    - [ ] included the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] added `!` to the type prefix if API or client breaking change
    - [ ] targeted the correct branch (see [PR Targeting](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#pr-targeting))
    - [ ] provided a link to the relevant issue or specification
    - [ ] followed the guidelines for [building modules](https://github.com/cosmos/cosmos-sdk/blob/main/docs/building-modules)
    - [ ] included the necessary unit and integration [tests](https://github.com/cosmos/cosmos-sdk/blob/main/CONTRIBUTING.md#testing)
    - [ ] added a changelog entry to `CHANGELOG.md`
    - [ ] included comments for [documenting Go code](https://blog.golang.org/godoc)
    - [ ] updated the relevant documentation or specification
    - [ ] reviewed "Files changed" and left comments if necessary
    - [ ] confirmed all CI checks have passed
    
    ### Reviewers Checklist
    
    *All items are required. Please add a note if the item is not applicable and please add
    your handle next to the items reviewed if you only reviewed selected items.*
    
    I have...
    
    - [ ] confirmed the correct [type prefix](https://github.com/commitizen/conventional-commit-types/blob/v3.0.0/index.json) in the PR title
    - [ ] confirmed `!` in the type prefix if API or client breaking change
    - [ ] confirmed all author checklist items have been addressed
    - [ ] reviewed state machine logic
    - [ ] reviewed API design and naming
    - [ ] reviewed documentation is accurate
    - [ ] reviewed tests and test coverage
    - [ ] manually tested (if applicable)
    
    (cherry picked from commit 25449b5)
    
    # Conflicts:
    #	CHANGELOG.md
    
    * fix changelog
    
    Co-authored-by: John Letey <john@kyve.network>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Dec 3, 2022
    Configuration menu
    Copy the full SHA
    ff27cd3 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2022

  1. feat: support alternative query multistore (backport cosmos#13529) (c…

    …osmos#14169)
    
    * feat: support alternative query multistore (cosmos#13529)
    
    * support customize query multistore
    
    * Update CHANGELOG.md
    
    * fix test
    
    * Update baseapp/abci.go
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    * Update baseapp/baseapp.go
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    * Update baseapp/options.go
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    (cherry picked from commit 15accd7)
    
    # Conflicts:
    #	CHANGELOG.md
    #	baseapp/baseapp.go
    #	baseapp/options.go
    
    * fix conflicts
    
    Co-authored-by: yihuang <huang@crypto.com>
    mergify[bot] and yihuang authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    a627446 View commit details
    Browse the repository at this point in the history
  2. fix: state listener observe writes at wrong time (backport cosmos#13516

    …) (cosmos#14138)
    
    * fix: state listener observe writes at wrong time (cosmos#13516)
    
    * fix: state listener observe writes at wrong time
    
    Closes: cosmos#13457
    
    Currently state listener is notified when the cache store write, which happens in commit event only, which breaks the current design.
    The solution (as discussed in the issue) is to listen state writes on rootmulti store only.
    
    It also changes the file streamer to output single data file for the writes in the whole block, since we can't distinguish writes from different stage of abci events.
    
    It adds new config items for file streamer:
    - streamers.file.output-metadata
    - streamers.file.stop-node-on-error
    - streamers.file.fsync
    
    * synchronous abci call, and format doc
    
    * fix comment
    
    * update file streamer readme and fix typos
    
    * typo
    
    * fix: state listener observe writes at wrong time
    
    Closes: cosmos#13457
    
    Currently state listener is notified when the cache store write, which happens in commit event only, which breaks the current design.
    The solution (as discussed in the issue) is to listen state writes on rootmulti store only.
    
    It also changes the file streamer to output single data file for the writes in the whole block, since we can't distinguish writes from different stage of abci events.
    
    It adds new config items for file streamer:
    - streamers.file.output-metadata
    - streamers.file.stop-node-on-error
    - streamers.file.fsync
    
    synchronous abci call, and format doc
    
    fix comment
    
    update file streamer readme and fix typos
    
    typo
    
    * improve UX of file streamer, make it immediately usable after enabled
    
    - set default value to write_dir.
    - make write_dir based on home directory by default.
    - auto-create the directory if not exists.
    
    * get homePage from opts
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    (cherry picked from commit 1f91ee2)
    
    # Conflicts:
    #	CHANGELOG.md
    #	api/cosmos/base/store/v1beta1/listening.pulsar.go
    #	baseapp/streaming.go
    #	docs/architecture/adr-038-state-listening.md
    #	server/config/toml.go
    #	simapp/app_v2.go
    #	store/cachemulti/store.go
    #	store/iavl/store.go
    #	store/mem/store.go
    #	store/streaming/constructor.go
    #	store/streaming/file/service.go
    #	store/streaming/file/service_test.go
    #	store/types/listening.pb.go
    #	store/types/store.go
    
    * `make proto-gen`, update changelog, delete uncessary files
    
    * fix conflicts
    
    * fix conflicts
    
    * revert api breaking change
    
    * fix build
    
    * fix unit test
    
    Co-authored-by: yihuang <huang@crypto.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    Co-authored-by: Marko <marbar3778@yahoo.com>
    4 people authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    cc06bce View commit details
    Browse the repository at this point in the history
  3. refactor: provide a helper for baseapp options (backport cosmos#14175) (

    cosmos#14178)
    
    * refactor: provide a helper for baseapp options (cosmos#14175)
    
    * provide a helper for baseapp options
    
    * rename
    
    * changelog entry
    
    * fix spelling
    
    (cherry picked from commit 1b6192f)
    
    # Conflicts:
    #	CHANGELOG.md
    #	server/mock/app_test.go
    #	simapp/simd/cmd/root.go
    
    * conflicts
    
    * lint
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    mergify[bot] and tac0turtle authored Dec 6, 2022
    Configuration menu
    Copy the full SHA
    45d2f08 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2022

  1. feat: add --grpc client option (backport cosmos#14051) (cosmos#14192)

    Co-authored-by: Aaron Craelius <aaron@regen.network>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Dec 7, 2022
    Configuration menu
    Copy the full SHA
    463f4e4 View commit details
    Browse the repository at this point in the history

Commits on Dec 9, 2022

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

Commits on Dec 10, 2022

  1. chore: audit store/streaming/file/service.go (backport cosmos#14234) (c…

    …osmos#14241)
    
    Co-authored-by: Aleksandr Bezobchuk <alexanderbez@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Dec 10, 2022
    Configuration menu
    Copy the full SHA
    fcfa361 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    79ac73d View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2022

  1. Configuration menu
    Copy the full SHA
    4153b12 View commit details
    Browse the repository at this point in the history
  2. fix(gov): Fix v3 votes migrations (backport cosmos#14214) (cosmos#14277)

    Co-authored-by: Amaury <1293565+amaurym@users.noreply.github.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Dec 13, 2022
    Configuration menu
    Copy the full SHA
    f71df80 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2022

  1. fix(store): Fix the TestFileStreamingService unit test. (backport cos…

    …mos#14305) (cosmos#14309)
    
    Co-authored-by: Daniel Wedul <github@wedul.com>
    Co-authored-by: Julien Robert <julien@rbrt.fr>
    3 people authored Dec 14, 2022
    Configuration menu
    Copy the full SHA
    9122aad View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2022

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

Commits on Dec 26, 2022

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

Commits on Jan 1, 2023

  1. fix: return anteEvents when postHandler fail (backport cosmos#14448) (c…

    …osmos#14459)
    
    Co-authored-by: yihuang <huang@crypto.com>
    mergify[bot] and yihuang authored Jan 1, 2023
    Configuration menu
    Copy the full SHA
    e7dd5e0 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2023

  1. Configuration menu
    Copy the full SHA
    333e747 View commit details
    Browse the repository at this point in the history
  2. fix lints

    faddat committed Jan 3, 2023
    Configuration menu
    Copy the full SHA
    6172fe5 View commit details
    Browse the repository at this point in the history