forked from cosmos/ibc-go
-
Notifications
You must be signed in to change notification settings - Fork 0
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
upgrade ibc go #7
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Co-authored-by: Marko Baricevic <[email protected]>
* update storetypes from the sdk types library * remove unused parameters * Revert "remove unused parameters" This reverts commit fc42343.
…mos#4017) Bumps [golang.org/x/mod](https://github.com/golang/mod) from 0.11.0 to 0.12.0. - [Commits](golang/mod@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: golang.org/x/mod dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* fix. bug in client test * Update modules/core/02-client/keeper/client_test.go Co-authored-by: Damian Nolan <[email protected]> --------- Co-authored-by: Damian Nolan <[email protected]>
- Update footer links to add in CometBFT docs, and label Tendermint Core docs as archived (should probably still be linked to for a while still) - Changed youtube link to https://www.youtube.com/@interchain_io/featured. Cosmos youtube channel is no longer maintained - Removed link to interchain.berlin. Added link to interchain.io Co-authored-by: Carlos Rodriguez <[email protected]>
cosmos#4037) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.56.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.56.1...v1.56.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…s#4038) Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.56.1 to 1.56.2. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.56.1...v1.56.2) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
* update e2e test config * update Collect function * fix param
Bumps [JamesIves/github-pages-deploy-action](https://github.com/jamesives/github-pages-deploy-action) from 4.4.2 to 4.4.3. - [Release notes](https://github.com/jamesives/github-pages-deploy-action/releases) - [Commits](JamesIves/github-pages-deploy-action@v4.4.2...v4.4.3) --- updated-dependencies: - dependency-name: JamesIves/github-pages-deploy-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…mos#4070) * build(deps): Bump cosmossdk.io/errors from 1.0.0-beta.7 to 1.0.0 Bumps [cosmossdk.io/errors](https://github.com/cosmos/cosmos-sdk) from 1.0.0-beta.7 to 1.0.0. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@errors/v1.0.0-beta.7...log/v1.0.0) --- updated-dependencies: - dependency-name: cosmossdk.io/errors dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * go mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Rodriguez <[email protected]>
…osmos#4068) * adding testing/simapp dir for testing purposes * upgrade to sdk v0.50.0-alpha.1 and rm dep on ibc-go simapp * refactor and improve capability tests to use test helpers in favour of simapp * rm simapp and go mod tidy * update godoc * assert the transfer capability does not exist until memstore is reinitialised
* Add e2e for changing controller params. * Add e2e for changing host params. * Update params_test.go * nits * debug code * Revert debug help (gracias carlos <3). Register types for host. --------- Co-authored-by: Carlos Rodriguez <[email protected]>
…smos#4090) Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.23.1 to 1.24.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.23.1...v1.24.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <[email protected]>
…smos#4120) Bumps [bufbuild/buf-setup-action](https://github.com/bufbuild/buf-setup-action) from 1.24.0 to 1.25.0. - [Release notes](https://github.com/bufbuild/buf-setup-action/releases) - [Commits](bufbuild/buf-setup-action@v1.24.0...v1.25.0) --- updated-dependencies: - dependency-name: bufbuild/buf-setup-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Carlos Rodriguez <[email protected]>
* adding MetadataFromVersion func to pkg types * adding additional error context to MetadataFromVersion * order imports
… (cosmos#4900) * chore(wip): fixes for legacy amino encoding for ledger signing * chore: cleanup, format and add additional fee annotations * fix: register legacy amino codec in 29-fee (cherry picked from commit 60b2859) Co-authored-by: Damian Nolan <[email protected]>
* fix(msg): register proto interface (cosmos#4944) (cherry picked from commit 9466ced) * add changelog --------- Co-authored-by: emidev98 <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]>
(cherry picked from commit 7267e07) Co-authored-by: DimitrisJim <[email protected]>
…) (cosmos#4987) * deps: bump Cosmos SDK to tip of `release/v0.50.x` (cosmos#4976) * deps: bump to Cosmos SDK @ 0469fc17e1587850e7de390af282df5215287a21 * lint * Apply suggestions from code review Co-authored-by: srdtrk <[email protected]> --------- Co-authored-by: srdtrk <[email protected]> Co-authored-by: colin axnér <[email protected]> (cherry picked from commit f6594f6) # Conflicts: # e2e/go.mod # e2e/go.sum # go.mod # go.sum # modules/apps/callbacks/go.mod # modules/apps/callbacks/go.sum * fix conflicts --------- Co-authored-by: Carlos Rodriguez <[email protected]>
cosmos#4999) Co-authored-by: Jacob Gadikian <[email protected]> Co-authored-by: Du Nguyen <[email protected]> Co-authored-by: Charly <[email protected]> (cherry picked from commit ac5b2ca) Co-authored-by: Carlos Rodriguez <[email protected]>
cosmos#5009) (cosmos#5010) * build(deps): Bump cosmossdk.io/store from 1.0.0-rc.0 to 1.0.0 (cosmos#5009) * build(deps): Bump cosmossdk.io/store from 1.0.0-rc.0 to 1.0.0 Bumps [cosmossdk.io/store](https://github.com/cosmos/cosmos-sdk) from 1.0.0-rc.0 to 1.0.0. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@math/v1.0.0-rc.0...log/v1.0.0) --- updated-dependencies: - dependency-name: cosmossdk.io/store dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * chore: go mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: chatton <[email protected]> (cherry picked from commit 0d55fe1) # Conflicts: # e2e/go.mod # e2e/go.sum # go.mod # go.sum # modules/apps/callbacks/go.mod # modules/apps/callbacks/go.sum * fix conflicts * delete e2e * fix build * remove build e2e step --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Rodriguez <[email protected]>
…osmos#5017) (cosmos#5029) * build(deps): Bump cosmossdk.io/x/tx from 0.11.0 to 0.12.0 (cosmos#5017) * build(deps): Bump cosmossdk.io/x/tx from 0.11.0 to 0.12.0 Bumps [cosmossdk.io/x/tx](https://github.com/cosmos/cosmos-sdk) from 0.11.0 to 0.12.0. - [Release notes](https://github.com/cosmos/cosmos-sdk/releases) - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/v0.12.0/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@v0.11.0...v0.12.0) --- updated-dependencies: - dependency-name: cosmossdk.io/x/tx dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * bump callbacks * e2e: go mod tidy --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Rodriguez <[email protected]> (cherry picked from commit 52e7176) # Conflicts: # e2e/go.mod # e2e/go.sum # go.mod # go.sum # modules/apps/callbacks/go.mod # modules/apps/callbacks/go.sum * fix conflicts --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Rodriguez <[email protected]>
cosmos#5020) (cosmos#5023) * fix expect pointer error when unmarshalling misbehaviour file (cosmos#5020) * fix expect pointer error when unmarshalling misbehaviour file * Update CHANGELOG.md --------- Co-authored-by: Carlos Rodriguez <[email protected]> (cherry picked from commit 6c628f6) # Conflicts: # CHANGELOG.md * Update CHANGELOG.md --------- Co-authored-by: mmsqe <[email protected]> Co-authored-by: Carlos Rodriguez <[email protected]>
…cosmos#5034) (cosmos#5036) * build(deps): Bump cosmossdk.io/math from 1.1.3-rc.1 to 1.2.0 (cosmos#5034) * build(deps): Bump cosmossdk.io/math from 1.1.3-rc.1 to 1.2.0 Bumps [cosmossdk.io/math](https://github.com/cosmos/cosmos-sdk) from 1.1.3-rc.1 to 1.2.0. - [Changelog](https://github.com/cosmos/cosmos-sdk/blob/main/CHANGELOG.md) - [Commits](cosmos/cosmos-sdk@math/v1.1.3-rc.1...log/v1.2.0) --- updated-dependencies: - dependency-name: cosmossdk.io/math dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * chore: tidy all --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Damian Nolan <[email protected]> (cherry picked from commit ceefeed) # Conflicts: # e2e/go.mod # e2e/go.sum * delete e2e --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Carlos Rodriguez <[email protected]>
…cosmos#5039) (cosmos#5040) (cherry picked from commit 5341f03) Co-authored-by: Damian Nolan <[email protected]>
* deps: bump SDK v0.50.1 (cosmos#5038) * deps: bump SDK v0.50.1 * update changelog * deps: downgrade cosmossdk.io/core to v0.11.0 * fix interchain accounts tests * implement app module basic correctly for capability module * bump SDK to v0.50.1 in capability module * downgrade cosmossdk.io/api to v0.7.2 * downgrade cosmossdk.io/api to v7.2.0 for callbacks (cherry picked from commit 27b8afa) # Conflicts: # e2e/go.mod # e2e/go.sum # go.mod # go.sum # modules/apps/callbacks/go.mod # modules/apps/callbacks/go.sum # modules/capability/go.mod # modules/capability/go.sum # modules/capability/module.go * chore: go mod tidy and resolve conflicts * chore: resolve conflicts in capability/module.go --------- Co-authored-by: Carlos Rodriguez <[email protected]> Co-authored-by: Damian Nolan <[email protected]>
* deps: bump capability to v1.0.0 * chore: go mod tidy callbacks
…port cosmos#4843) (cosmos#5070) * refactor(simapp): re-wire autocli with latest client/v2 changes (cosmos#4843) * refactor: wire autocli * go mod tidy all + fix textual (cherry picked from commit 016443d) # Conflicts: # e2e/go.mod # e2e/go.sum # go.mod # go.sum # modules/apps/callbacks/go.mod # modules/apps/callbacks/go.sum # modules/capability/go.mod * rm: e2e * fix: merge conflicts --------- Co-authored-by: Julien Robert <[email protected]> Co-authored-by: Colin Axnér <[email protected]>
* Bump dependencies (cosmos#5064) (cherry picked from commit 523861a) # Conflicts: # e2e/go.mod # e2e/go.sum # go.mod # go.sum # modules/apps/callbacks/go.mod # modules/apps/callbacks/go.sum * fix: merge conflicts * fix: use updated client/v2 tag --------- Co-authored-by: Cian Hatton <[email protected]> Co-authored-by: Colin Axnér <[email protected]>
rabi-siddique
force-pushed
the
rs-upgrade-ibc-go
branch
from
January 2, 2025 12:13
66b9f97
to
72aa475
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
closes: #XXXX
Commit Message / Changelog Entry
see the guidelines for commit messages. (view raw markdown for examples)
Before we can merge this PR, please make sure that all the following items have been
checked off. If any of the checklist items are not applicable, please leave them but
write a little note why.
docs/
) or specification (x/<module>/spec/
).godoc
comments.Files changed
in the Github PR explorer.Codecov Report
in the comment section below once CI passes.