Replace crust with tx-crust#5
Merged
Merged
Conversation
994087e to
c81448c
Compare
miladz68
approved these changes
Oct 17, 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 updates the project to use the new
tx-crustrepository and package instead of the legacycrustrepository. The changes affect documentation, build scripts, CI configuration, and code imports, ensuring consistency and compatibility with the renamed package.Repository migration and codebase updates:
github.com/tokenize-x/crusttogithub.com/tokenize-x/tx-crustacross multiple files, includingbuild/cmd/builder/main.go,build/cmd/znet/main.go,build/index.go,build/tools/tools.go, and the various build scripts inbuild/tx-chain/.crusttoolsalias and related types/functions have been replaced withtxcrusttoolsto match the new package structure and naming conventions. This includes changes to build targets, tool installation, and binary copying logic.build/go.modhas been updated to remove the oldcrustreplacements and add the newtx-crustdependencies.Documentation and configuration updates:
crustin the documentation (README.md) and issue templates (.github/ISSUE_TEMPLATE/bug-report.yaml) have been updated totx-crustfor clarity and accuracy.General consistency improvements:
tx-crustinstead ofcrust, ensuring future maintainability and reducing confusion.These changes ensure the project is fully migrated to the new
tx-crustpackage and repository, reducing ambiguity and aligning all tooling and documentation with the new naming conventions.Reviewers checklist:
Authors checklist