Uh oh!
There was an error while loading. Please reload this page.
Wrap transaction creation keys - #664
Conversation
Codecov Report
@@ Coverage Diff @@## master #664 +/- ##
==========================================
+ Coverage 91.30% 92.12% +0.82%
==========================================
Files 35 35 Lines 21400 23242 +1842 ==========================================
+ Hits 19539 21412 +1873 + Misses 1861 1830 -31
Continue to review full report at Codecov.
|
812d2d6 to
61c28c1Compare
TheBlueMatt
left a comment
There was a problem hiding this comment.
The two new commits basically LGTM. Would be nice to add a new sentence to the old TxCreationKeys docs to indicate that its the "trusted" version, and then can just make the full key set pub.
61c28c1 to
182516aComparedevrandom
commented
Aug 10, 2020
doc and pub change done |
182516a to
b8fe822CompareAllows calling of InMemoryChannelKeys methods. The wrapping makes it obvious to signer implementers that the pre-derived keys are a local cache and should not be trusted in a validating signer.
This makes it obvious to signer implementers that the pre-derived keys are a local cache and should not be trusted in a validating signer.
b8fe822 to
6f635c6Comparedevrandom
commented
Aug 10, 2020
I made this PR independent of #662 and incorporated the |
Uh oh!
There was an error while loading. Please reload this page.
TheBlueMatt
commented
Aug 10, 2020
Oops, got trigger-happy with a "nit" commit. Oh well, we'll survive. |
And make them public. This allows calls to
InMemoryChannelKeys.The wrapping of TxCreationKeys makes it obvious to signer implementers that the pre-derived keys are a local cache and should not be trusted in a validating signer.