-
Notifications
You must be signed in to change notification settings - Fork 371
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
Implement Writeable
and Readable
for bitcoin::Address
#3205
Comments
As mentioned over at the LDK Node PR, it was discussed that we'll likely use the receiver's |
I am not entirely sure what the developer or the end user can do with the pubkey? none of the parties are really aware of it as they do not interact with URI, beside scanning the QR code. We can leave the Payjoin events as they are, without the receiver address/pubkey. But I think it is important to show who the user sent the transaction to, so maybe adding the receiver address to the |
Ah, excuse the premature closure then, I didn't realize there was still a difference of opinions here. I think we should sync with @DanGould to work out what would be the best API to identify the full end-to-end flow as well as the receiver, as IMO it would be preferable if such identifiers would be provided by and documented in the |
Is there any conclusion on how this looks in ldk-node? |
I think no final decision yet, buy will close this for now and reopen if it is needed |
As part of lightningdevkit/ldk-node#295 we would like to include address property in the following
Event
s (https://github.com/lightningdevkit/ldk-node/pull/295/files#diff-14da7c350de5742eaa248de110fefeae9b4b639c0358e26024d6040ccf174a41R145).This require implementing
ser::Writeable
andser::Readable
forbitcoin::Address
The text was updated successfully, but these errors were encountered: