Replace tx-tools references#3
Merged
Merged
Conversation
c2d6181 to
d82a019
Compare
d82a019 to
a97e04e
Compare
898d06d to
fc0a2c4
Compare
97da847 to
36cddc6
Compare
ysv
approved these changes
Oct 8, 2025
This file contains hidden or 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
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
This pull request migrates the codebase from using the
CoreumFoundation/coreum-toolslibrary to the newtokenize-x/tx-toolslibrary. The migration affects both build scripts and integration tests, ensuring all utility imports now reference the new toolkit. Additionally, the dependency oncoreum-toolsis removed from allgo.modfiles, and the corresponding package references are updated. The pull request also updates the IBC hooks module to use thetokenize-xfork. These changes improve maintainability and ensure consistency with the latest tooling from thetokenize-xorganization.Dependency migration and updates:
Replaced all imports of
github.com/CoreumFoundation/coreum-toolswithgithub.com/tokenize-x/tx-toolsacross build scripts and integration test files, updating utility functions such asmust,libexec, andretryto use the new library.Removed
github.com/CoreumFoundation/coreum-toolsfrom all relevantgo.modfiles and addedgithub.com/tokenize-x/tx-toolsas a new dependency.IBC module update:
github.com/tokenize-x/ibc-apps/modules/ibc-hooks/v8fork instead of theCoreumFoundationversion ingo.workandgo.work.sum.Build system dependency pinning:
github.com/tokenize-x/crustand related modules inbuild/go.modto newer revisions.Go module checksums:
tokenize-xdependencies and the removedcoreum-toolsingo.work.sumto ensure reproducible builds.Reviewers checklist:
Authors checklist