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

v7.2.0 for sdk 50 #3948

Closed
wants to merge 67 commits into from
Closed

Commits on Jan 26, 2023

  1. Configuration menu
    Copy the full SHA
    f1868f3 View commit details
    Browse the repository at this point in the history
  2. docs: add documentation for TransferAuthorization (cosmos#3044) (co…

    …smos#3066)
    
    * transferauthz docs
    
    (cherry picked from commit 79b349a)
    
    Co-authored-by: Charly <charly@interchain.io>
    mergify[bot] and charleenfei committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    8341a71 View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2023

  1. fix: allow value with slashes in URL template (cosmos#3045) (cosmos#3067

    )
    
    (cherry picked from commit 002b266)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    mergify[bot] and crodriguezvega committed Jan 27, 2023
    Configuration menu
    Copy the full SHA
    9f26434 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2023

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

Commits on Jan 31, 2023

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

Commits on Feb 1, 2023

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

Commits on Feb 2, 2023

  1. chore: update to rc2 (backport cosmos#3095) (cosmos#3100)

    * deps: Update to Cosmos SDK v0.47 rc-2 (cosmos#3095)
    
    Co-authored-by: Marko Baricevic <markobaricevic3778@gmail.com>
    Co-authored-by: Cian Hatton <cianhatton@gmail.com>
    (cherry picked from commit 1a204fe)
    
    # Conflicts:
    #	e2e/go.mod
    #	e2e/go.sum
    
    * chore: removing e2e gomod file
    
    * go mod tidy
    
    ---------
    
    Co-authored-by: Marko <marbar3778@yahoo.com>
    Co-authored-by: Cian Hatton <cianhatton@gmail.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    4 people committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    22dd4a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f08fa66 View commit details
    Browse the repository at this point in the history
  3. fix: moved non-verification misbehaviour checks to checkForMisbehavio…

    …ur (cosmos#3046) (cosmos#3084)
    
    * move misbehaviour check
    
    * add test coverage
    
    (cherry picked from commit eb23e9e)
    
    Co-authored-by: Charly <charly@interchain.io>
    mergify[bot] and charleenfei committed Feb 2, 2023
    Configuration menu
    Copy the full SHA
    fae6c91 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

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

Commits on Feb 9, 2023

  1. docs: final review of light client developer guide (backport cosmos#3081

    ) (cosmos#3130)
    
    * docs: final review of light client developer guide (cosmos#3081)
    
    Co-authored-by: crodriguezvega <carlos@interchain.io>
    (cherry picked from commit fdadae5)
    
    * fixed alignment
    
    * fixed alignment
    
    ---------
    
    Co-authored-by: tmsdkeys <98807841+tmsdkeys@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    cb1a3cd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

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

Commits on Feb 14, 2023

  1. simapp and upgrade configuration for e2e v7 upgrade (backport cosmos#…

    …3136) (cosmos#3143)
    
    * simapp and upgrade configuration for e2e v7 upgrade (cosmos#3136)
    
    * Register required types for upgrade E2E tests
    
    * removed temporary function update
    
    * registering additional types and specifying rc0 tag in upgrade test
    
    * updated workflow tag
    
    * bump version to 6.1.0
    
    * adding keytables to params subspaces in app.go
    
    * replace with pr docker build for testing
    
    * adding more wait for blocks
    
    * temporarily add new grpc services
    
    * removing last addition
    
    * configure store loaders for upgrade
    
    * adding consensus params migration from baseapp
    
    * testing without baseapp param migration
    
    * readd baseapp params migration
    
    * commiting updates, autocli and reflection svc
    
    * fix in run e2e script
    
    * adding crisis storekey to store upgrades
    
    * removing additional wait for blocks
    
    ---------
    
    Co-authored-by: Cian Hatton <cianhatton@gmail.com>
    (cherry picked from commit 80f162c)
    
    # Conflicts:
    #	.github/workflows/e2e-upgrade.yaml
    #	e2e/scripts/run-e2e.sh
    
    * rm -rf e2e
    
    * rm e2e-upgrade.yaml
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    mergify[bot] and damiannolan committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    d859ad1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. docs: adding migration doc info for sdk v0.47 (backport cosmos#3107) (c…

    …osmos#3156)
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    3 people committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    9c3c8a0 View commit details
    Browse the repository at this point in the history
  2. chore: remove legacy interface function RandomizedParams, which is …

    …no longer used. (cosmos#3157)
    
    (cherry picked from commit 0c5af26)
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    mergify[bot] and colin-axner committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    d7abb7f View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2023

  1. chore: remove unused ProposalContents function (cosmos#3159)

    (cherry picked from commit 682ba55)
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    mergify[bot] and colin-axner committed Feb 16, 2023
    Configuration menu
    Copy the full SHA
    a58e5d2 View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2023

  1. chore: use fully qualified typeURL interface names in protos (cosmos#…

    …3165) (cosmos#3176)
    
    (cherry picked from commit bd053b2)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    mergify[bot] and crodriguezvega committed Feb 21, 2023
    Configuration menu
    Copy the full SHA
    2b69d18 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2023

  1. Configuration menu
    Copy the full SHA
    77394ca View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c01d494 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    06bc64c View commit details
    Browse the repository at this point in the history

Commits on Mar 7, 2023

  1. deps: migrate to cometbft v0.37 (backport cosmos#3175) (cosmos#3243)

    * deps: migrate to cometbft v0.37 (cosmos#3175)
    
    (cherry picked from commit 143e5d8)
    
    # Conflicts:
    #	docs/dev/go-style-guide.md
    #	e2e/go.mod
    #	e2e/go.sum
    #	e2e/semverutil/semver.go
    #	e2e/testconfig/testconfig.go
    #	go.mod
    #	go.sum
    #	modules/apps/27-interchain-accounts/controller/keeper/keeper.go
    #	modules/apps/transfer/keeper/mbt_relay_test.go
    #	modules/apps/transfer/types/trace.go
    #	modules/core/02-client/client/utils/utils.go
    #	modules/core/02-client/keeper/keeper.go
    #	modules/core/03-connection/keeper/keeper.go
    #	modules/core/04-channel/types/acknowledgement_test.go
    #	modules/core/23-commitment/types/merkle.go
    #	modules/core/23-commitment/types/utils.go
    #	modules/light-clients/07-tendermint/client_state.go
    #	modules/light-clients/07-tendermint/consensus_state.go
    #	modules/light-clients/07-tendermint/header.go
    #	modules/light-clients/07-tendermint/misbehaviour.go
    #	modules/light-clients/07-tendermint/misbehaviour_handle.go
    #	modules/light-clients/07-tendermint/update.go
    #	testing/README.md
    #	testing/chain.go
    
    * remove e2e directory
    
    * chore: fix merge conflicts
    
    * fix: indentation
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    3 people committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    7e7cdbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efef4cc View commit details
    Browse the repository at this point in the history
  3. build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.3…

    …7.0 (backport cosmos#3247) (cosmos#3252)
    
    * build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0 (cosmos#3247)
    
    * build(deps): bump github.com/cometbft/cometbft from 0.37.0-rc3 to 0.37.0
    
    Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.0-rc3 to 0.37.0.
    - [Release notes](https://github.com/cometbft/cometbft/releases)
    - [Changelog](https://github.com/cometbft/cometbft/blob/v0.37.0/CHANGELOG.md)
    - [Commits](cometbft/cometbft@v0.37.0-rc3...v0.37.0)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cometbft/cometbft
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * chore: go mod tidy in e2e folder
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    (cherry picked from commit 8ca7344)
    
    # Conflicts:
    #	e2e/go.mod
    #	e2e/go.sum
    
    * rm -rf e2e
    
    ---------
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people committed Mar 7, 2023
    Configuration menu
    Copy the full SHA
    6ea642e View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2023

  1. Update release.yml

    crodriguezvega committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    67ac73a View commit details
    Browse the repository at this point in the history
  2. chore: Add IBC module level errors (cosmos#3184) (cosmos#3273)

    (cherry picked from commit 761277a)
    
    Co-authored-by: Cian Hatton <cian@interchain.io>
    mergify[bot] and chatton committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    9403c30 View commit details
    Browse the repository at this point in the history
  3. feat: adding 09-localhost loopback client module (backport cosmos#3229)…

    … (cosmos#3262)
    
    * Adding 09-localhost loopback client module (cosmos#3229)
    
    feat: adding 09-localhost loopback client module [\cosmos#3034](cosmos#3034). Please see the 09-localhost documentation [here](https://ibc.cosmos.network/main/ibc/light-clients/localhost/overview.html).
    feat: AllowedClients on-chain param allows chains to pause usage of specific client types by removing the client type from the param.
    imp: Update all channel events to use `connection_id` attribute. The `packet_connection` attribute has been deprecated.
    (cherry picked from commit d840c69)
    
    # Conflicts:
    #	.github/workflows/e2e-upgrade.yaml
    #	docs/ibc/events.md
    #	e2e/relayer/relayer.go
    #	e2e/testconfig/testconfig.go
    #	e2e/tests/upgrades/upgrade_test.go
    #	e2e/testsuite/codec.go
    #	e2e/testsuite/grpc_query.go
    #	e2e/testsuite/testsuite.go
    #	modules/core/02-client/keeper/client.go
    #	modules/core/02-client/keeper/proposal.go
    #	modules/core/02-client/types/errors.go
    #	modules/core/03-connection/keeper/verify.go
    #	modules/core/03-connection/types/msgs_test.go
    #	modules/core/04-channel/keeper/packet.go
    #	modules/core/04-channel/types/msgs.go
    
    * rm -rf e2e
    
    * rm .github/workflows/e2e-upgrade.yaml
    
    * fix errorsmod -> sdkerrors
    
    * ibcerror -> sdkerror in localhost client_state.go
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    mergify[bot] and damiannolan committed Mar 9, 2023
    Configuration menu
    Copy the full SHA
    893b7af View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2023

  1. deps: bump SDK v0.47 (backport cosmos#3295) (cosmos#3302)

    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people committed Mar 16, 2023
    Configuration menu
    Copy the full SHA
    91b89ff View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2023

  1. update changelog

    crodriguezvega committed Mar 18, 2023
    Configuration menu
    Copy the full SHA
    aa133f4 View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2023

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

Commits on Apr 24, 2023

  1. deps: bump ics23 v0.10.0 (backport cosmos#3457) (cosmos#3474)

    * deps: bump ics23 v0.10.0 (cosmos#3457)
    
    (cherry picked from commit 0a15a03)
    
    # Conflicts:
    #	e2e/go.mod
    #	e2e/go.sum
    #	go.mod
    #	go.sum
    #	modules/capability/go.mod
    #	modules/capability/go.sum
    
    * fix conflicts
    
    * fix version of linter
    
    * delete files
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    mergify[bot] and crodriguezvega committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    28c470c View commit details
    Browse the repository at this point in the history
  2. add changelog entry

    crodriguezvega committed Apr 24, 2023
    Configuration menu
    Copy the full SHA
    4526afc View commit details
    Browse the repository at this point in the history

Commits on May 3, 2023

  1. Chore: Make a state entry to find total amount of native assets IBC'd…

    … out (backport cosmos#3019) (cosmos#3505)
    
    * feat: make a state entry to find total amount of native assets IBC'd out (cosmos#3019)
    
    (cherry picked from commit fa9418f)
    
    # Conflicts:
    #	.github/workflows/e2e-upgrade.yaml
    #	e2e/go.mod
    #	e2e/tests/transfer/base_test.go
    #	e2e/tests/upgrades/upgrade_test.go
    #	e2e/testsuite/grpc_query.go
    #	modules/apps/transfer/types/genesis.pb.go
    #	proto/ibc/applications/transfer/v1/genesis.proto
    #	proto/ibc/applications/transfer/v1/transfer.proto
    
    * fixing conflicts
    
    * linter fix
    
    * fix
    
    * remove api breaking change
    
    * address review comments
    
    * chore: remove unnecessary file
    
    ---------
    
    Co-authored-by: Sishir Giri <sishirg27@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    4 people committed May 3, 2023
    Configuration menu
    Copy the full SHA
    6ced3dc View commit details
    Browse the repository at this point in the history
  2. deps: bump sdk to v0.47.2 and cometbft to v0.37.1 (backport cosmos#3542

    …) (cosmos#3544)
    
    * deps: bump sdk to v0.47.2 and cometbft to v0.37.1 (cosmos#3542)
    
    (cherry picked from commit 48341b4)
    
    # Conflicts:
    #	e2e/go.mod
    #	e2e/go.sum
    #	go.mod
    #	go.sum
    #	modules/capability/go.mod
    #	modules/capability/go.sum
    
    * rm -rf e2e modules/capability
    
    * resolve go mod conflicts
    
    * update simapp version to fix build errors
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    mergify[bot] and damiannolan committed May 3, 2023
    Configuration menu
    Copy the full SHA
    237f5b2 View commit details
    Browse the repository at this point in the history

Commits on May 4, 2023

  1. transfer (total escrow): add escrow / unescrow functions (backport co…

    …smos#3507) (cosmos#3550)
    
    * transfer (total escrow): add escrow / unescrow functions (cosmos#3507)
    
    * add escrow/unescrow functions
    
    * fix
    
    * fix linter warning
    
    * imp. add more code documentation
    
    * chore. restructure code to match sybling function
    
    ---------
    
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
    (cherry picked from commit 9ebc2f8)
    
    # Conflicts:
    #	modules/apps/transfer/keeper/relay.go
    
    * resolving conflicts
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people committed May 4, 2023
    Configuration menu
    Copy the full SHA
    20fddcf View commit details
    Browse the repository at this point in the history
  2. Fix escrow proto E2E (backport cosmos#3517) (cosmos#3548)

    * modify total escrow to take in sdk.Coin in function APIs/proto (cosmos#3517)
    
    * wip: experiement with string value for proto
    
    * apply PR suggestions and fix unit tests
    
    * added extension method to gRPC response
    
    * refactor, change response return type to sdk Coin
    
    * rm commented out proto import
    
    * remove empty sdk.Coin literal in e2e/grpc_query
    
    * reference same type in relay.go in favour of creating new sdk.Coin
    
    * adding code comment regarding zero value coin return
    
    * fix typo, linter
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    (cherry picked from commit 1006426)
    
    # Conflicts:
    #	e2e/tests/transfer/base_test.go
    #	e2e/testsuite/grpc_query.go
    #	modules/apps/transfer/keeper/grpc_query.go
    #	modules/apps/transfer/keeper/keeper.go
    #	modules/apps/transfer/keeper/relay.go
    
    * rm -rf e2e
    
    ---------
    
    Co-authored-by: Cian Hatton <cian@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people committed May 4, 2023
    Configuration menu
    Copy the full SHA
    eec18b7 View commit details
    Browse the repository at this point in the history

Commits on May 15, 2023

  1. imp: represent unlimited approvals with MaxUint256 value (backport co…

    …smos#3454) (cosmos#3581)
    
    * imp: represent unlimited approvals with MaxUint256 value (cosmos#3454)
    
    * imp: represent unlimited approvals with a nil value
    
    * CHANGELOG
    
    * Update CHANGELOG.md
    
    * fix: updated unlimited spending limit to be represented with the MaxInt64
    
    * Update modules/apps/transfer/types/transfer_authorization.go
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * Update CHANGELOG.md
    
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    
    * fix: lint
    
    * Update modules/apps/transfer/types/transfer_authorization.go
    
    * fix: update failing test and add test case suggested in review
    
    * fix: moved isAllowedAddress check before coin loop
    
    * fix: use maxUint256 case so it aligns with what's being passed from the EVM extension
    
    * refactor transfer authz to remove coins iteration in favour of explicit amount checking
    
    * make format
    
    * Update modules/apps/transfer/types/transfer_authorization.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * fix: add the Authorization to Updated.
    
    * moving allowlist check to before spend limit logic
    
    * Apply suggestions from code review
    
    * fix: add comment to spend limit check
    
    * review feedback
    
    * Update modules/apps/transfer/types/transfer_authorization.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * Update docs/apps/transfer/authorizations.md
    
    * fix: changed to new sentinel value name
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Federico Kunze Küllmer <31522760+fedekunze@users.noreply.github.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    (cherry picked from commit 7e6eb4c)
    
    # Conflicts:
    #	CHANGELOG.md
    #	e2e/tests/core/client_test.go
    #	e2e/testsuite/grpc_query.go
    #	modules/apps/transfer/types/transfer_authorization.go
    
    * resolving conflicts
    
    ---------
    
    Co-authored-by: Vladislav Varadinov <vladislav.varadinov@gmail.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people committed May 15, 2023
    Configuration menu
    Copy the full SHA
    1a99cb7 View commit details
    Browse the repository at this point in the history

Commits on May 16, 2023

  1. chore: transfer authz nits (backport cosmos#3586) (cosmos#3589)

    * chore: optimise transfer authz to consume less gas for unbounded spend limits (cosmos#3586)
    
    (cherry picked from commit f6e8f03)
    
    # Conflicts:
    #	modules/apps/transfer/types/transfer_authorization.go
    
    * resolve conflicts
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    mergify[bot] and damiannolan committed May 16, 2023
    Configuration menu
    Copy the full SHA
    80e9f6a View commit details
    Browse the repository at this point in the history

Commits on May 17, 2023

  1. fix(statemachine)!: 04-channel SendPacket now correctly returns `ErrC…

    …lientNotFound` in favour of `ErrConsensusStateNotFound` (cosmos#3593) (cosmos#3598)
    
    (cherry picked from commit 1f323ce)
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    mergify[bot] and damiannolan committed May 17, 2023
    Configuration menu
    Copy the full SHA
    3a593b2 View commit details
    Browse the repository at this point in the history

Commits on May 18, 2023

  1. Handle ordered packets in UnreceivedPackets query. (backport cosmos#3346

    ) (cosmos#3614)
    
    * fix: handle ordered packets in `UnreceivedPackets` query
    
    Co-authored-by: Cian Hatton <cian@interchain.io>
    (cherry picked from commit c77f80f)
    
    ---------
    
    Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: colin axner <25233464+colin-axner@users.noreply.github.com>
    4 people committed May 18, 2023
    Configuration menu
    Copy the full SHA
    bd6c832 View commit details
    Browse the repository at this point in the history

Commits on May 25, 2023

  1. Configuration menu
    Copy the full SHA
    fdbb508 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56077e1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    20ac4da View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9dfe8d9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    dfe1fab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5a30c7f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e2d656a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4519f10 View commit details
    Browse the repository at this point in the history

Commits on May 30, 2023

  1. fix: add relative timeout support for localhost clients using the tra…

    …nsfer CLI client (cosmos#3587) (cosmos#3690)
    
    * updating incorrect error return in 04-channel SendPacket
    
    * support localhost transfers using relative timeouts via the CLI client
    
    * Update modules/apps/transfer/client/cli/tx.go
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * optimise client consensus state query as per review suggestion, rm error adaptation for another PR
    
    ---------
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    (cherry picked from commit df2841d)
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    mergify[bot] and damiannolan committed May 30, 2023
    Configuration menu
    Copy the full SHA
    8586338 View commit details
    Browse the repository at this point in the history

Commits on Jun 1, 2023

  1. imp: transfer total escrow follow ups (backport cosmos#3558) (cosmos#…

    …3718)
    
    * imp: transfer total escrow follow ups (cosmos#3558)
    
    * transfer (total escrow): add documentation and migration docs (cosmos#3509)
    
    * add docs for total escrow feature
    
    * revert change
    
    * fix tag
    
    * Update docs/migrations/v7-to-v7_1.md
    
    ---------
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    
    * transfer (total escrow): some more review comments (cosmos#3519)
    
    * some more review comments
    
    * Rename pathAndEscrowAMount to pathAndEscrowAmount
    
    ---------
    
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    
    * transfer (total escrow): add invariant for total escrow (cosmos#3506)
    
    * add invariant for total escrow
    
    * address review comment
    
    * refactor: simplify logic for asserting invariant
    
    * fix: use safeAdd instead of append
    
    * Update modules/apps/transfer/keeper/keeper.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    ---------
    
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * imp: do not store total escrow when amount is zero (cosmos#3585)
    
    * do not store 0 escrow amout
    
    * adapt success test
    
    * Update modules/apps/transfer/keeper/keeper.go
    
    Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
    
    * Update modules/apps/transfer/keeper/keeper.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * add comments
    
    ---------
    
    Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * add feature release for total escrow state entry to conditionally query the endpoint in e2e (cosmos#3605)
    
    * fix total escrow cli documentation
    
    * Apply suggestions from code review
    
    Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * address review comments
    
    * docs: adr 011 total escrow state entry (cosmos#3641)
    
    * docs: add adr 011 for total escrow state entry
    
    * indentation
    
    * code formatting
    
    * Apply suggestions from code review
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    
    * Apply suggestions from code review
    
    Co-authored-by: Charly <charly@interchain.io>
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Charly <charly@interchain.io>
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Charly <charly@interchain.io>
    (cherry picked from commit 6f628d9)
    
    # Conflicts:
    #	docs/architecture/README.md
    #	docs/migrations/v7-to-v7_1.md
    #	e2e/testconfig/testconfig.go
    #	e2e/tests/transfer/base_test.go
    
    * fix conflicts
    
    * remove dead links
    
    ---------
    
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    5e2b226 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    724b4e7 View commit details
    Browse the repository at this point in the history
  3. fix text in link

    crodriguezvega committed Jun 1, 2023
    Configuration menu
    Copy the full SHA
    61bf4c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5976ad9 View commit details
    Browse the repository at this point in the history

Commits on Jun 7, 2023

  1. add logging in total escrow migration (cosmos#3766) (cosmos#3792)

    (cherry picked from commit c5fd97d)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    mergify[bot] and crodriguezvega committed Jun 7, 2023
    Configuration menu
    Copy the full SHA
    edc1a87 View commit details
    Browse the repository at this point in the history

Commits on Jun 8, 2023

  1. change error text of total escrow migration (cosmos#3775) (cosmos#3793)

    (cherry picked from commit d7d9fa9)
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    mergify[bot] and crodriguezvega committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    46043a2 View commit details
    Browse the repository at this point in the history
  2. update swagger.yaml

    crodriguezvega committed Jun 8, 2023
    Configuration menu
    Copy the full SHA
    9183ef3 View commit details
    Browse the repository at this point in the history

Commits on Jun 9, 2023

  1. Configuration menu
    Copy the full SHA
    53811d3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    000e9d2 View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG.md

    crodriguezvega committed Jun 9, 2023
    Configuration menu
    Copy the full SHA
    71c6d71 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2023

  1. chore: remove simd testnet cmd and cosmossdk.io/simapp dependency (co…

    …smos#3554) (cosmos#3932)
    
    (cherry picked from commit 9c1a81d)
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    mergify[bot] and damiannolan committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    501156e View commit details
    Browse the repository at this point in the history
  2. retract previous v7 releases with ledger transaction signing bug (cos…

    …mos#3925)
    
    * add retract for versions impacted by transaction signing with ledger bug
    
    * retract specific versions
    crodriguezvega committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    a78c61d View commit details
    Browse the repository at this point in the history
  3. barberry (bump SDK v0.47.3) (backport cosmos#3810) (cosmos#3931)

    * barberry (bump SDK v0.47.3) (cosmos#3810)
    
    * barberry
    
    * sync
    
    * add replaces for goleveldb
    
    * move back to go 1.19
    
    * move go.work back to go.work.example
    
    (cherry picked from commit cf593b7)
    
    # Conflicts:
    #	e2e/go.mod
    #	e2e/go.sum
    #	go.mod
    #	go.sum
    #	modules/capability/go.mod
    #	modules/capability/go.sum
    
    * fix conflicts/add changelog
    
    ---------
    
    Co-authored-by: Jacob Gadikian <jacobgadikian@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    3252269 View commit details
    Browse the repository at this point in the history
  4. build(deps): Bump github.com/cometbft/cometbft from 0.37.1 to 0.37.2 …

    …(backport cosmos#3862) (cosmos#3933)
    
    * build(deps): Bump github.com/cometbft/cometbft from 0.37.1 to 0.37.2 (cosmos#3862)
    
    * build(deps): Bump github.com/cometbft/cometbft from 0.37.1 to 0.37.2
    
    Bumps [github.com/cometbft/cometbft](https://github.com/cometbft/cometbft) from 0.37.1 to 0.37.2.
    - [Release notes](https://github.com/cometbft/cometbft/releases)
    - [Changelog](https://github.com/cometbft/cometbft/blob/main/CHANGELOG.md)
    - [Commits](cometbft/cometbft@v0.37.1...v0.37.2)
    
    ---
    updated-dependencies:
    - dependency-name: github.com/cometbft/cometbft
      dependency-type: direct:production
      update-type: version-update:semver-patch
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    
    * Bump cometbft in e2e,go mod tidy.
    
    * Bump cometbft in capability,go mod tidy.
    
    ---------
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: DimitrisJim <d.f.hilliard@gmail.com>
    Co-authored-by: Charly <charly@interchain.io>
    (cherry picked from commit 735f81e)
    
    # Conflicts:
    #	e2e/go.mod
    #	e2e/go.sum
    #	go.mod
    #	go.sum
    #	modules/capability/go.mod
    #	modules/capability/go.sum
    
    * fix conflicts/add changelog
    
    * delete files
    
    ---------
    
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    3 people committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    532929b View commit details
    Browse the repository at this point in the history
  5. fix(statemachine)!: re-implement legacy msg interface (backport cosmo…

    …s#3907) (cosmos#3938)
    
    * fix(statemachine)!: re-implement legacy msg interface (cosmos#3907)
    
    (cherry picked from commit f2b2249)
    
    # Conflicts:
    #	modules/apps/29-fee/types/msgs.go
    #	modules/apps/transfer/types/msgs.go
    
    * resolving backport conflicts
    
    ---------
    
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    3 people committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    d7d3e1a View commit details
    Browse the repository at this point in the history
  6. Bump ubuntu image used, 22.04 has a more recent version of libc that …

    …should match the one by github runners. (cosmos#3851) (cosmos#3943)
    
    (cherry picked from commit 540d64b)
    
    Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
    mergify[bot] and DimitrisJim committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    571bfc6 View commit details
    Browse the repository at this point in the history
  7. Update CHANGELOG.md

    crodriguezvega committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    4e7724b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d02ab9d View commit details
    Browse the repository at this point in the history