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

support Wallet names with hyphens when passing password through ENV vars #1949

Open
wants to merge 3 commits into
base: staging
Choose a base branch
from

Conversation

mjurbanski-reef
Copy link
Contributor

@mjurbanski-reef mjurbanski-reef commented May 29, 2024

Description of the Change

Support Wallet names with hyphens when passing password through ENV vars

Alternate Designs

Another solutions would be to:

  • Explicitly discourage (disallow?) creating wallet names with hyphens - naming is hard problem, so it would likely rattle some people

Possible Drawbacks

A possible drawback is if someone had multiple wallets which only difference was that one had - instead of _, but that seems VERY unlikely.

Verification Process

Added unittest case + manual testing.

Release Notes

  • BT_COLD_PW_* env vars now can be used to provide password for wallet names with hyphens (use _ in place of -)

@mjurbanski-reef mjurbanski-reef force-pushed the support_hypens_when_passing_cold_pw branch from 3484d14 to 5ff7584 Compare May 30, 2024 08:18
@mjurbanski-reef mjurbanski-reef force-pushed the support_hypens_when_passing_cold_pw branch from 5ff7584 to b5b8599 Compare June 8, 2024 19:17
@mjurbanski-reef
Copy link
Contributor Author

anything I can do to move this forward?

@mjurbanski-reef mjurbanski-reef force-pushed the support_hypens_when_passing_cold_pw branch from b5b8599 to 81b6be8 Compare June 13, 2024 14:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants