lndk-org / lndk

MIT License
84 stars 22 forks source link

transient keys for signing invoice requests #133

Closed orbitalturtle closed 3 months ago

orbitalturtle commented 4 months ago

We should use a new key to sign each invoice request to improve sender privacy. Closes #116

codecov[bot] commented 4 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 0.00%. Comparing base (9c5727f) to head (b1047ed).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #133 +/- ## ====================================== Coverage 0.00% 0.00% ====================================== Files 1 1 Lines 105 105 ====================================== Misses 105 105 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

orbitalturtle commented 3 months ago

@dunxen Thanks for the review as always! Just pushed up those changes.