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

Offline signing #61

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

Offline signing #61

wants to merge 2 commits into from

Conversation

Steve132
Copy link

I wrote (but didn't completely test 100%) a patch to allow offline signing on an airgapped computer to prevent users from needing to expose their private keys to an online computer in order to access a fork. This patch also is important because it allows including claimer.py as a module (which is not currently possible because there is no if __name__=='__main__': check)

Steve132 added 2 commits June 25, 2018 12:37
Update against the fork
I wrote (but didn't completely test 100%) a patch to allow offline signing on an airgapped computer to prevent users from needing to expose their private keys to an online computer in order to access a fork.   This patch also is important because it allows including claimer.py as a module (which is not currently possible because there is no `if __name__=='__main__':` check)
@Steve132 Steve132 changed the title Offline patch Offline signing Jun 25, 2018
@forkdrop
Copy link

forkdrop commented Jul 4, 2018

It's a great feature, but the diff is hard to read due to the additional refactoring. A lot of people rely on this code for correctness and it needs to audited. I personally would prefer if there were separate commits and/or PRs to split the refactoring from the new functionality.

@Steve132
Copy link
Author

Steve132 commented Jul 5, 2018 via email

@Steve132
Copy link
Author

Steve132 commented Jul 6, 2018

Okay, I can fix it with multiple commits.

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