-
Notifications
You must be signed in to change notification settings - Fork 0
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
feat: Add faucet pallet to CLI #590
Conversation
05c02f4
to
8ac4760
Compare
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.
Everything seems ok, but I think there's no reason to take out the docs right now.
Having multiple options for people to pick and choose from is generally better
68a6c64
to
91fb4aa
Compare
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.
🚀 Good job!
Add a faucet pallet with a drip function that can be used once a day per account and drips 10UNITs.
a9adcef
to
377a1c2
Compare
Description
This PR adds support for unsigned transactions in the storagext-cli. The
traced_submission_with_finalization
method has been modified to work with the unsigned transaction. After this change, I tested signed transactions too to make sure nothing broke.Now that storagext support unsigned transactions the drip function from the faucet pallet has been implemented and can be run with:
TODOs: