-
Notifications
You must be signed in to change notification settings - Fork 115
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
go/common/crypto/signature/signers/remote: Initial import #2686
Conversation
cf2f79d
to
bd30949
Compare
Codecov Report
@@ Coverage Diff @@
## master #2686 +/- ##
=========================================
- Coverage 63.11% 62.82% -0.3%
=========================================
Files 378 381 +3
Lines 35538 35752 +214
=========================================
+ Hits 22431 22462 +31
- Misses 10285 10472 +187
+ Partials 2822 2818 -4
Continue to review full report at Codecov.
|
3afa5ec
to
d8aeef8
Compare
d8aeef8
to
488224e
Compare
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, would be cool to have tests.
488224e
to
df662e9
Compare
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, a simple test for the remote signer would still be nice.
4267c9f
to
540fe9b
Compare
540fe9b
to
42e8414
Compare
Why someone thought it would be a good idea to shit up the common/flags package with Ledger escapes me.
42e8414
to
2a1215d
Compare
// NodeDirOrPwd returns the directory with the entity files, (and the signer | ||
// keys for file-based signer). | ||
// | ||
// XXX: Why this doesn't use the perfectly good datadir is beyond me. |
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.
Should we change it?
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.
I kind of don't want to mess with it.
9507e70
to
f83c880
Compare
Add logging to the remote signer.(Deferred till I can think of something useful)