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

feat: channel upgradability (backport #1613) #5478

Merged
merged 11 commits into from
Dec 21, 2023

Commits on Dec 21, 2023

  1. feat: channel upgradability (#1613)

    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: colin axnér <25233464+colin-axner@users.noreply.github.com>
    Co-authored-by: Aditya Sripal <adityasripal@gmail.com>
    Co-authored-by: Charly <charly@interchain.io>
    Co-authored-by: Cian Hatton <cian@interchain.io>
    Co-authored-by: sangier <stefano@interchain.io>
    Co-authored-by: Jim Fasarakis-Hilliard <d.f.hilliard@gmail.com>
    Co-authored-by: Carlos Rodriguez <carlos@interchain.io>
    Co-authored-by: Susannah Evans <65018876+womensrights@users.noreply.github.com>
    Co-authored-by: srdtrk <59252793+srdtrk@users.noreply.github.com>
    Co-authored-by: Du Nguyen <dunguyen643@gmail.com>
    Co-authored-by: Đỗ Việt Hoàng <hoangdv2429@gmail.com>
    (cherry picked from commit 28f757a)
    
    # Conflicts:
    #	docs/client/swagger-ui/swagger.yaml
    #	e2e/go.mod
    #	e2e/go.sum
    #	e2e/sample.config.yaml
    #	e2e/tests/interchain_accounts/localhost_test.go
    #	e2e/tests/wasm/grandpa_test.go
    #	e2e/testsuite/grpc_query.go
    #	e2e/testsuite/testconfig.go
    #	e2e/testsuite/testsuite.go
    #	modules/apps/transfer/types/authz.pb.go
    #	modules/core/04-channel/keeper/packet_test.go
    #	modules/core/04-channel/types/msgs.go
    #	modules/core/04-channel/types/msgs_test.go
    #	testing/utils.go
    damiannolan authored and mergify[bot] committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    415646a View commit details
    Browse the repository at this point in the history
  2. chore: rm -rf e2e

    damiannolan committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    2a5e290 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae45f5e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    10bcecc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9a78f28 View commit details
    Browse the repository at this point in the history
  6. chore: fix markdown links

    damiannolan committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    172e177 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b75e3bf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5392565 View commit details
    Browse the repository at this point in the history
  9. changes to avoid breaking API for channel upgradability (#5480)

    * changes to avoid breaking API for channel upgradability
    
    * fix: compiler errors
    
    ---------
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    crodriguezvega and damiannolan committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    c9ee628 View commit details
    Browse the repository at this point in the history
  10. fix: add MsgPruneAcknowledgements to codec registration (#5481) (#5483)

    (cherry picked from commit 947b15e)
    
    # Conflicts:
    #	modules/core/04-channel/types/codec.go
    
    Co-authored-by: Damian Nolan <damiannolan@gmail.com>
    Co-authored-by: Colin Axnér <25233464+colin-axner@users.noreply.github.com>
    3 people committed Dec 21, 2023
    Configuration menu
    Copy the full SHA
    57c1b20 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5a21fe5 View commit details
    Browse the repository at this point in the history