-
Notifications
You must be signed in to change notification settings - Fork 217
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
local-cluster: Change MA Faucet to use 24-word mnemonics #2569
Conversation
This is for Daedalus tests, so that they can be restored by the Daedalus UI.
bors try |
Thanks @rvl - I have confirmed this works nicely. Ready to be merged as far as I am concerned 👌 |
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.
Looks good.
@@ -959,108 +960,108 @@ seqMnemonics = unsafeMkMnemonic <$> | |||
] | |||
] | |||
|
|||
maMnemonics :: [Mnemonic 15] | |||
maMnemonics :: [Mnemonic 24] |
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.
👍
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.
👌
tryBuild failed:
|
bors r+ |
2569: local-cluster: Change MA Faucet to use 24-word mnemonics r=rvl a=rvl ### Issue Number ADP-825 ### Overview This is for Daedalus tests @nikolaglumac. - Change MA wallets to be 24 words so that they can be restored by the Daedalus UI (why is restoring 15-word wallets disabled though?). - Add 1000's of ada to these wallets. ### Comments The local-cluster MA faucet is a bit wacky, but hopefully we can replace it with minting transactions some time. Co-authored-by: Rodney Lorrimar <[email protected]>
Build failed:
|
bors r+ |
2569: local-cluster: Change MA Faucet to use 24-word mnemonics r=rvl a=rvl ### Issue Number ADP-825 ### Overview This is for Daedalus tests @nikolaglumac. - Change MA wallets to be 24 words so that they can be restored by the Daedalus UI (why is restoring 15-word wallets disabled though?). - Add 1000's of ada to these wallets. ### Comments The local-cluster MA faucet is a bit wacky, but hopefully we can replace it with minting transactions some time. Co-authored-by: Rodney Lorrimar <[email protected]>
Build failed:
|
bors r+ |
Build succeeded: |
Issue Number
ADP-825
Overview
This is for Daedalus tests @nikolaglumac.
Comments
The local-cluster MA faucet is a bit wacky, but hopefully we can replace it with minting transactions some time.