-
Notifications
You must be signed in to change notification settings - Fork 47
feat(iota): gas related improvements to ptb cmd #7958
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
Merged
thibault-martinez
merged 13 commits into
develop
from
dev-tools/gas-related-improvements
Jul 25, 2025
Merged
feat(iota): gas related improvements to ptb cmd #7958
thibault-martinez
merged 13 commits into
develop
from
dev-tools/gas-related-improvements
Jul 25, 2025
Conversation
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
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 6 Skipped Deployments
|
✅ Vercel Preview Deployment is ready! |
DaughterOfMars
approved these changes
Jul 24, 2025
✅ Vercel Preview Deployment is ready! |
✅ Vercel Preview Deployment is ready! |
Failing test |
✅ Vercel Preview Deployment is ready! |
So this fixes #7959 as well, right? Can you add it to the description so it's linked? |
thibault-martinez
approved these changes
Jul 25, 2025
salaheldinsoliman
approved these changes
Jul 25, 2025
vivekjain23
approved these changes
Jul 25, 2025
✅ Vercel Preview Deployment is ready! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
dev-tools
Issues related to the Developer Tools Team
documentation
Improvements or additions to documentation
sc-platform
Issues related to the Smart Contract Platform group.
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 of change
Fixes #7834
Also fixes #7959
Adding support to
iota client ptb
to--gas-price
,--gas-sponsor
and the ability to supply multiple object IDs to--gas-coin
.When providing gas coins to a dry-run, there could be some confusion, because the gas budget of the gas coin can't be used to split from the gas coin, so this fails (unless one has more than what one wants to split from the gas coin + 50 IOTA/max gas budget):
providing a manual lower gas budget makes the dry run work
Links to any relevant issues
Fixes #7834
How the change has been tested
Release Notes
--gas-price
and--gas-sponsor
flags toiota client ptb
. Also added support to accept multiple gas coins with--gas-coins