Skip to content
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

CLI: Allow user to create and update accounts with funds from treasury #669

Closed
Tracked by #420
leninmehedy opened this issue Jan 16, 2024 · 1 comment · Fixed by #759
Closed
Tracked by #420

CLI: Allow user to create and update accounts with funds from treasury #669

leninmehedy opened this issue Jan 16, 2024 · 1 comment · Fixed by #759
Assignees
Labels
Milestone

Comments

@leninmehedy
Copy link
Member

leninmehedy commented Jan 16, 2024

  • Allow user to create accounts using solo that can be funded using the treasury account
    • create account
    • update account
    • crypto transfer

New commands:

  • solo account create: creates a new account with a new key and stores the key in the Kubernetes secrets
    • --private-key: will use the passed in key instead of generating a new key
    • --amount: the amount of HBAR to add to the account from the treasure account
  • solo account update: updates an existing account with the provided info
    • --account-id: the account id to update
    • --private-key: a new private key to assign to the account
    • --amount: the amount of HBAR to add to the account from the treasure account
  • solo account get: gets the account info including the current amount of HBAR
    • --account-id: the account id to get info on
@leninmehedy leninmehedy self-assigned this Jan 16, 2024
@github-project-automation github-project-automation bot moved this to 🆕 New in FST Suite Jan 16, 2024
@nathanklick nathanklick moved this from 🆕 New to 📋 Backlog in FST Suite Jan 22, 2024
@leninmehedy leninmehedy moved this from 📋 Backlog to 🔖 Ready in FST Suite Feb 2, 2024
@jeromy-cannon jeromy-cannon added this to the v0.22.0 milestone Feb 13, 2024
@jeromy-cannon jeromy-cannon moved this from 🔖 Ready to 🏗 In progress in FST Suite Feb 13, 2024
@jeromy-cannon jeromy-cannon moved this from 🏗 In progress to 👀 In review in FST Suite Feb 15, 2024
@github-project-automation github-project-automation bot moved this from 👀 In review to ✅ Done in FST Suite Feb 16, 2024
@swirlds-automation
Copy link
Contributor

🎉 This issue has been resolved in version 0.22.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: ✅ Done
Development

Successfully merging a pull request may close this issue.

3 participants