-
Notifications
You must be signed in to change notification settings - Fork 29
chore: add release notes for Hedera ITS max-supply patch #1049
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: add release notes for Hedera ITS max-supply patch #1049
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds a release document for a patch upgrade to Hedera's ITS (Interchain Token Service) contract that fixes an issue with token registration for tokens with finite max supply.
- Adds release documentation for ITS v2.1.0-patch-1 targeting a Token Manager implementation fix
- Includes deployment instructions and testing procedures specific to the max-supply patch
- Provides comprehensive checklist for verifying the upgrade across different networks
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1 file reviewed, 2 comments
- small word changes - remove devnet-amplifier from the release doc
…xelar-contract-deployments into hedera-its-max-supply-fix
Co-authored-by: Blockchain Guy <[email protected]>
why?
This PR adds a release document for upgrading Hedera's ITS contract, specifically the Token Manager implementation.
how?
The fix is c6fda1781dfb0a00d9e74e420cca7beba9bbcda8. The release doc instructs to pull this commit, rebuild ITS and reinstall it before upgrading.
I haven't included any devnet-amplifier configuration as it was removed in #1018
Feel free to suggest any changes, I wasn't sure how to version the fork and subsequently kept
2.1.0
in the salt, with the addition ofpatch-1
.testing
Follow the EVM checklist and the additional registration test. Let me know if you can't find a native token with lower max-supply. I haven't included any token addresses as you can only register a single token once.
Here's a transaction that registers a canonical token with lower max supply.
Greptile Overview
Updated On: 2025-09-25 19:31:37 UTC
Summary
This PR adds release notes for a Hedera ITS max-supply patch that fixes token registration issues for tokens with finite supply. The patch includes a specific commit that lowers approval amounts to the max supply of tokens with finite supply, preventing registration problems.
--proxySalt
parameters in deployment commands which are needed for consistent derived contract addressesConfidence Score: 3/5
Important Files Changed
File Analysis
Sequence Diagram
Note
Adds Hedera ITS v2.1.1 release notes (TokenManager approval capped to finite max supply) with deployment/checklist, and updates a Solana guide command to use ts-node.
releases/hedera/2025-09-Hedera-ITS-v2.1.1.md
):TokenManager
lowering approval to token max supply for finite-supply tokens.evm/deploy-its.js
create2/upgrade), network addresses, and post-deploy checks.releases/solana/2025-07-ITS-v1.0.0.md
):ts-node evm/its.js ...
.Written by Cursor Bugbot for commit 2d7e8e2. This will update automatically on new commits. Configure here.