-
Notifications
You must be signed in to change notification settings - Fork 6
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
fix: --recover to get mnemonic from file #137
Conversation
@ivanlei suggests a test that the generated address is as expected. Seems reasonable. hm. |
Thank you for fixing my mistakes Re: CI failure, I made another mistake and copied the same mnemonics for gov3, user1, and validator I can push some commits to fix it if you want |
proposals/16:upgrade-8/use.sh
Outdated
@@ -5,6 +5,8 @@ set -e | |||
|
|||
source /usr/src/upgrade-test-scripts/env_setup.sh | |||
|
|||
yarn ava keys.test.js |
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.
is this just debugging? tests don't belong in use.sh
. the ones here are tech debt
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.
Yeah I noticed keys.test.js
was not run and found an example of running it in use.sh
I've since moved it to test.sh
... to more accurately reflect the test cases in it
@@ -4,7 +4,7 @@ set -e | |||
|
|||
source /usr/src/upgrade-test-scripts/env_setup.sh | |||
|
|||
yarn ava addresses.test.js | |||
YARN_IGNORE_NODE=1 yarn ava addresses.test.js |
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.
maybe this is all it takes?
fixes: #136
cc @ivanlei