-
Notifications
You must be signed in to change notification settings - Fork 629
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: merge main with sdk upgrade #7801
Merged
gjermundgaraba
merged 76 commits into
feat/ibc-eureka
from
gjermund/merge-main-with-sdk-upgrade-to-feat-eureka
Dec 26, 2024
Merged
chore: merge main with sdk upgrade #7801
gjermundgaraba
merged 76 commits into
feat/ibc-eureka
from
gjermund/merge-main-with-sdk-upgrade-to-feat-eureka
Dec 26, 2024
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
* chore(deps): bump google.golang.org/grpc from 1.68.1 to 1.69.0 Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go) from 1.68.1 to 1.69.0. - [Release notes](https://github.com/grpc/grpc-go/releases) - [Commits](grpc/grpc-go@v1.68.1...v1.69.0) --- updated-dependencies: - dependency-name: google.golang.org/grpc dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * deps: tidy-all --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DimitrisJim <[email protected]>
* docs: The method description should be standardized. Signed-off-by: RiceChuan <[email protected]> * chore: run make proto-all and swagger-gen --------- Signed-off-by: RiceChuan <[email protected]> Co-authored-by: Damian Nolan <[email protected]>
* typos 02-integration.md * typos 00-intro.md * typos 00-intro.md * typos 00-intro.md * typos 00-intro.md * typos 05-v3-to-v4.md * typos 00-intro.md * typos 00-intro.md * typos 10-roadmap.md * chore: fix n -> a typo --------- Co-authored-by: Damian Nolan <[email protected]>
* chore: remove duplicate words * chore: axe failing link. --------- Co-authored-by: DimitrisJim <[email protected]>
* go mod changes * remove cometabci direct dep * fix all errors * appmodule & simapp cleanup * 08wasm fixes * get 08-wasm compiling * another simapp * another simapp * pass in environment * fix compilation errors * some fixes * build * fix other simapps * linting * remove unsed code * go mod changes * add pool module * anothersimapp * linting fixes * protocol pool module accounts * callback fixes * simapp fixes * register interfaces * fix feeibc * changes++ * fix missed conflict * fix wasm client * linting fixes * fix tests * linting * fix simapp tests * fix some tests * fix e2e go mod * go mod changes * remove grandpa * Gomod changes and minor updates (#7549) * Remove module.HasProposalMsgs * Update ante handler * Bump versions * x * Cleanup * chore: use same tags for all go mods * chore: update go mod files, revert callbacks simapp changes * chore: fix tendermint client test suite * chore: fix tests in TestAnteDecoratorCheckTx * chore: fix event tests * chore: fix compiler error in simapp * deps: update to latest of cosmossdk.io/store main to fix proofs test * chore: tidy all * fix: remove ibcmock module acc from blocked addrs * chore: fix proto failures and Gov errors * chore: fix ica test * chore: fix a few compiler errs in 08-wasm * fix: update ica account already exists test to front run account creation correctly * chore: fix ica test for address gen * chore: re-add log to returned error * chore: update go mods * chore: fixed build errors in wasm app.go * chore: cleanup callbacks simapp * chore: fixing simulation functions * chore: reconfigure simd cmd and fix TestInitCmd * feat: add runtime Env to icacontroller and fix v0.52 e2e tests (#7587) * feat: adding runtime Environment * chore: run make lint-fix * chore: remove duplicate import * chore: rm duplicate import * chore: migrate to env KVStoreService in icacontroller * chore: fix duplicate import * chore: rm kv store service * chore: refactor events to use environment * chore: make lint-fix * chore: make tidy-all * chore: rm msg service router from icacontroller * fix: remove 32 bit arm arch from callbacks ci builds * test: try cache false for callbacks linter * chore: pin to updated interchaintest fork * chore: revert relayer count to 10 * chore: continued work on upgrading e2e tests to 0.52 * chore: transfer e2e passing * chore: fix upgrade build errors * chore: bump interchaintest * chore: update sample config * chore: reconfigure protoany to use gogoproto any in favour of codec types * chore: tidy imports in e2e * fix: address failure in module safe query ica e2e test * bump golangci version to 1.60 * lint: remove duplicate import * chore: use gogoprotoany in favour of codec types any. rm ProtoCodecMarshaler for Codec iface * chore: bump go version in Dockerfile * chore: add todo * lint: fix unnecessary cast * deps: upgrade sdk to head of release/v0.52.x, upgrade store to latest main * deps: bump to head of release/v0.52 * fix: add unit test to reproduce e2e test failure for ScheduleIBCUpgrade, update code to expect tendermint client temporarily * fix: error in tests * chore: address comments from pr --------- Co-authored-by: chatton <[email protected]> Co-authored-by: Nikolas De Giorgis <[email protected]> * chore: linter fixes * lint: ignore redunant import alias * chore: rm redudant semi-colon in tendermint.proto * chore: rm redundant doc string regarding e2e-compatibility tests - tests now use annoations for compatibility checks * chore: update dead links * fix: apply fix for x/tx cosmos-sdk #22574 * chore: make lint-fix * fix: use hermes v1.10.4 for ci configs * fix: apply fix for cosmos-sdk #22779 and update dependencies * fix: unpin local sdk to HEAD of release/v0.52 in simapp go.mod * chore: revert docs/versioned_docs to main * chore: ammendments to linter configs * chore: update var name in expected keeper * chore: revert diffs in clienttypes/height_test * chore: propagate error from event emission in icacontroller * test: revert unnecessary diffs in test fn * chore: update comment in test chain * Update e2e/tests/interchain_accounts/base_test.go Co-authored-by: DimitrisJim <[email protected]> * chore: nit on import aliasing * refactor: rename instances of expected keepers from accountKeeper -> authKeeper where apt * chore: readd TestABCICodeDeterminism to 04-channel types * refactor: remove redundant AppModuleBasics * chore: rm GetStakingKeeper api from testing app * chore: update version in wasm dockerfile * chore: update the go work example file version * chore: rm UnwrapSDKContext in ica where possible * fix: import path in e2e from suggestion --------- Co-authored-by: Alexander Peters <[email protected]> Co-authored-by: chatton <[email protected]> Co-authored-by: Damian Nolan <[email protected]> Co-authored-by: Nikolas De Giorgis <[email protected]> Co-authored-by: DimitrisJim <[email protected]>
…7708) * chore(deps): bump google.golang.org/protobuf from 1.35.2 to 1.36.0 Bumps google.golang.org/protobuf from 1.35.2 to 1.36.0. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * deps: tidy-all --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DimitrisJim <[email protected]>
Co-authored-by: Damian Nolan <[email protected]> Co-authored-by: DimitrisJim <[email protected]>
* fix many typos * fix: lingering conflicts. --------- Co-authored-by: DimitrisJim <[email protected]>
) * fix tests in 04-channel types * fix test * Update modules/core/04-channel/types/keys_test.go * revert error --------- Co-authored-by: Đông Liều <[email protected]> Co-authored-by: DimitrisJim <[email protected]>
…7713) * refactor: use header info for interchain accounts address generation * chore: update changelog
* chore(docs):spellchecker * chore: update github.com/cosmos/ics to github.com/cosmos/ibc in markdown files --------- Co-authored-by: Damian Nolan <[email protected]>
This adheres to Dockerfile best practices for maintainability and consistency. Co-authored-by: Damian Nolan <[email protected]>
Co-authored-by: Damian Nolan <[email protected]>
Co-authored-by: Damian Nolan <[email protected]>
* fix: use experror. * chore: fix call to Equal. --------- Co-authored-by: DimitrisJim <[email protected]>
* update spell checker * Update .github/workflows/spell-checker.yml * update with DimitrisJim's review * Update .github/workflows/spell-checker.yml Co-authored-by: Damian Nolan <[email protected]> --------- Co-authored-by: DimitrisJim <[email protected]> Co-authored-by: Damian Nolan <[email protected]>
* remoe circuit module * remove circuit * chore: nit checks in ante handler --------- Co-authored-by: DimitrisJim <[email protected]> Co-authored-by: Damian Nolan <[email protected]>
Co-authored-by: Damian Nolan <[email protected]> Co-authored-by: DimitrisJim <[email protected]>
Co-authored-by: Damian Nolan <[email protected]>
* refactor: use event service in transfer mod * chore: make lint-fix diffs
Co-authored-by: Damian Nolan <[email protected]>
* chore(deps): bump github.com/spf13/cast from 1.7.0 to 1.7.1 Bumps [github.com/spf13/cast](https://github.com/spf13/cast) from 1.7.0 to 1.7.1. - [Release notes](https://github.com/spf13/cast/releases) - [Commits](spf13/cast@v1.7.0...v1.7.1) --- updated-dependencies: - dependency-name: github.com/spf13/cast dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * deps: tidy-all --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: DimitrisJim <[email protected]> Co-authored-by: Damian Nolan <[email protected]>
…te (#7675) * use register err in genesis * nits * updates * fix test * nit: use same error from core. * pain: front-run linter --------- Co-authored-by: DimitrisJim <[email protected]>
* chore: spelling errors fixes * Apply suggestions from code review * add ignored words. --------- Co-authored-by: github-merge-queue <[email protected]> Co-authored-by: DimitrisJim <[email protected]>
Co-authored-by: DimitrisJim <[email protected]>
* chore: remove reference to TestGrandpaTestSuite * remove more references...
Co-authored-by: gjermundgaraba <[email protected]>
Co-authored-by: Damian Nolan <[email protected]> Co-authored-by: Gjermund Garaba <[email protected]>
Co-authored-by: Gjermund Garaba <[email protected]>
Co-authored-by: Gjermund Garaba <[email protected]>
Co-authored-by: Gjermund Garaba <[email protected]>
Co-authored-by: Gjermund Garaba <[email protected]>
Co-authored-by: Gjermund Garaba <[email protected]>
…llbackDataTransfer (#7694) * Combine get dest and source callback tests * lint
* typos groups_test.go * typos diagnostics.go * typos callbacks_test.go * typos export.go * typos genesis.go * typos height.go * typos validate.go * typos export.go * typos genesis.go * typos export.go
* update linter version * lint and update linter in all ci
This commit changes the AI bot integration from the IBC-specific bot to the integration that understands the full stack - which has been performing very well in other integration locations. It also adds a logo for InterchainGPT, and changes the disclaimer text to reflect.
* perf: decode proposal id from tx resp * Empty commit * perf: add defer function back * bet --------- Co-authored-by: Gjermund Garaba <[email protected]>
…7791) * chore(deps): bump google.golang.org/protobuf from 1.36.0 to 1.36.1 Bumps google.golang.org/protobuf from 1.36.0 to 1.36.1. --- updated-dependencies: - dependency-name: google.golang.org/protobuf dependency-type: direct:production update-type: version-update:semver-patch ... 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: Gjermund Garaba <[email protected]>
* fix invalid link 03-client-state.md "abci.go"'s link is invalid. "https://github.com/cosmos/ibc-go/blob/09-localhost/modules/core/02-client/abci.go#L12" -> "https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go#L12" * fix invalid link 03-client-state.md "https://github.com/cosmos/ibc-go/blob/09-localhost/modules/core/02-client/abci.go#L12" -> "https://github.com/cosmos/ibc-go/blob/main/modules/core/02-client/abci.go#L28" * fix invalid link 03-client-state.md "https://github.com/cosmos/ibc-go/blob/09-localhost/modules/core/02-client/abci.go#L12" -> "https://github.com/cosmos/ibc-go/blob/v8.5.0/modules/core/02-client/abci.go#L12"
gjermundgaraba
requested review from
AdityaSripal,
damiannolan and
srdtrk
as code owners
December 26, 2024 21:22
Quality Gate passed for 'ibc-go'Issues Measures |
gjermundgaraba
deleted the
gjermund/merge-main-with-sdk-upgrade-to-feat-eureka
branch
December 26, 2024 23:21
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
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/
).godoc
comments.Files changed
in the GitHub PR explorer.SonarCloud Report
in the comment section below once CI passes.