mainchain: bip47v1, bip47v3, and silent payment receive side#59
Open
mplatt8 wants to merge 2 commits into
Open
mainchain: bip47v1, bip47v3, and silent payment receive side#59mplatt8 wants to merge 2 commits into
mplatt8 wants to merge 2 commits into
Conversation
added 2 commits
June 10, 2026 10:09
Adds 11 new RPCs and their request/response types to WalletService for
reusable payment protocols:
BIP47 (v1 + v3 reusable payment codes)
GetBip47PaymentCode — derive own payment code at m/47'/coin'/0'
SendToBip47PaymentCode — send (broadcasts notification tx on first
interaction per BIP47 mandate)
ListBip47InboundPayers — senders who have notified us on-chain
BIP352 (Silent Payments)
GetSilentPaymentAddress — own sp1q… / tsp1q… address (with optional
label index)
CreateSilentPaymentLabel — allocate next m >= 1, persist, auto-rescan
ListSilentPaymentLabels — known labels including m=0 change
SendToSilentPayment — send to one or more SP addresses in one tx
ListSilentPaymentReceives — detected incoming SP outputs
Shared scanner controls
GetReusableScanStatus — scanner cursor + tip
RescanReusablePayments — force rescan from height
…google.protobuf.Timestamp
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.