-
Notifications
You must be signed in to change notification settings - Fork 407
Rename lightning/src/chain/keysinterface.rs
to something like signer.rs
#2157
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
Comments
Hello @ariard, I can work on this. Please assign it to me. |
Hey @ariard, @gantanikhilraj, and @TomNag-CS50, part of an upcoming Taproot PR is actually renaming it to |
Hey, this seems like a good issue for me to start. Please point me to further resources if need be |
Sounds like something that should happen as a prefactor PR either way, no? |
Partially. With the upgrade to a directory module for the purpose of having a separate file for Taproot-specific signing operations, it might not make sense outside the context of the Taproot PR, but I'm not that opinionated. |
FWIW, I had some proposed naming and further sub-module breakdown in a parallel effort. #2159 (comment) Thoughts? |
I think the overarching subject is actually signing, so I'd stick with the |
The file was originally named after the
KeysInterface
trait which doesn't exist anymore after #1930. This is a bit of confusion for downstream project and our documentation (which sounds to require a cleanup too: https://lightningdevkit.org/key_management/)The text was updated successfully, but these errors were encountered: