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

Auto restore from keys #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

ramontayag
Copy link
Contributor

@ramontayag ramontayag commented Jan 20, 2018

Requires:

Allows restoration of wallet from the master public or private keys. This allows workflow that is https://12factor.net friendly.

@ramontayag ramontayag changed the title Auto restore from keys WIP: Auto restore from keys Jan 21, 2018
@ramontayag ramontayag force-pushed the auto_restore_from_keys branch 2 times, most recently from 8ae177b to 74bd9e8 Compare January 21, 2018 03:41
@ramontayag ramontayag changed the title WIP: Auto restore from keys Auto restore from keys Jan 21, 2018
@osminogin osminogin force-pushed the master branch 3 times, most recently from 20e5378 to 9c836f4 Compare January 22, 2018 22:04
VERSION defaults to 3.1.1 if not specified.
@ramontayag
Copy link
Contributor Author

@osminogin what do you think about this?

@@ -2,7 +2,7 @@ FROM python:3.6-alpine

ARG BUILD_DATE
ARG VCS_REF
ARG VERSION
ARG VERSION=3.1.1
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This not needed, because actual version taken from VERSION file in root dir by Makefile.

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.

2 participants