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

Expose the node secret key in {Phantom,}KeysManager #2070

Merged
merged 1 commit into from
Mar 3, 2023

Conversation

TheBlueMatt
Copy link
Collaborator

When we removed the private keys from the signing interface we forgot to re-add them in the public interface of our own implementations, which users may need.

@TheBlueMatt TheBlueMatt added this to the 0.0.114 milestone Mar 3, 2023
wpaulino
wpaulino previously approved these changes Mar 3, 2023
When we removed the private keys from the signing interface we
forgot to re-add them in the public interface of our own
implementations, which users may need.
@wpaulino wpaulino mentioned this pull request Mar 3, 2023
@codecov-commenter
Copy link

Codecov Report

Patch coverage has no change and project coverage change: +0.01 🎉

Comparison is base (a9e6341) 87.17% compared to head (029b665) 87.19%.

📣 This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2070      +/-   ##
==========================================
+ Coverage   87.17%   87.19%   +0.01%     
==========================================
  Files         100      100              
  Lines       44721    44729       +8     
  Branches    44721    44729       +8     
==========================================
+ Hits        38986    39000      +14     
+ Misses       5735     5729       -6     
Impacted Files Coverage Δ
lightning/src/chain/keysinterface.rs 78.06% <0.00%> (-1.47%) ⬇️
lightning/src/ln/functional_tests.rs 97.23% <0.00%> (+0.05%) ⬆️
lightning/src/ln/channelmanager.rs 86.54% <0.00%> (+0.05%) ⬆️
lightning/src/chain/channelmonitor.rs 89.14% <0.00%> (+0.06%) ⬆️
lightning/src/ln/peer_handler.rs 60.69% <0.00%> (+0.09%) ⬆️
lightning/src/chain/onchaintx.rs 86.46% <0.00%> (+0.68%) ⬆️
lightning/src/util/events.rs 25.50% <0.00%> (+1.15%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@TheBlueMatt TheBlueMatt merged commit eed4c62 into lightningdevkit:main Mar 3, 2023
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.

None yet

4 participants