-
Notifications
You must be signed in to change notification settings - Fork 43
feat(cli): add --sender
flag for transactions
#6777
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 2 Skipped Deployments
|
@arjanjohan is attempting to deploy a commit to the IOTA Foundation Team on Vercel. A member of the Team first needs to authorize it. |
Co-authored-by: DaughterOfMars <[email protected]>
Mind making the release note a bit more descriptive? |
Co-authored-by: DaughterOfMars <[email protected]>
I just updated the release not |
--custom_signer
flag for transactions--sender
flag for transactions
--sender
flag for transactions--sender
flag for transactions
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.
Thanks for the PR!
Hello, are you planning on applying this patch from SUI? MystenLabs/sui#22302 |
Hi, I just applied part of this patch (removing |
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.
Please fix the compilation issue (see clippy CI) 🙏🏻
Thank you 🙏🏻 |
Description of change
Add an option
--sender
toiota client
to set a custom sender when creating a transaction.For a hackathon project we built a CLI tool to interact with the IOTA multisig. Under the hood it uses the IOTA CLI, but setting a custom signer on transactions made it impossible to create multisig transactions. See project here.
Links to any relevant issues
Type of change
How the change has been tested
Describe the tests that you ran to verify your changes.
In our hackathon project this version of the IOTA CLI is used to creating and executing multisig transactions.
Make sure to provide instructions for the maintainer as well as any relevant configurations.
Change checklist
Tick the boxes that are relevant to your changes, and delete any items that are not.
Release Notes
--sender
option toiota client call
andiota client ptb
commands, allowing users to override the default sender address when creating transactions. This enables compatibility with multisig workflows that require specifying a custom sender.