Open edouardparis opened 8 months ago
great idea, i think should also allow to search an address => by example, running a business i put address on customer invoice, then at payment time customer call me for double check address, i actually don't have any way to verify a previously generated address belongs to me
Yes, It will be certainly done in a second part because we lack for now of a 'address detail' view where the user could be redirected.
My vision would be a
π search
button in the sidebar that open a modal with a form, where a user enter the search input and it list the candidates with the matching result highlighted. Then onEnter
, user is redirected to one of the following panel: either transactions, payments or a psbts with the selected item details opened.Daemon requirements:
listspendtxs [txid]
(from it, GUI can fetch a tx or payment if user entered a txid or an outpoint in the search input )list_psbts [txid]
(missing the [txid] filter)search_labels
(see below)The new
search_labels
commandRequest
query
limit
Response
results
Search result entry
label
label_item
txid
,outpoint
matching the label.Implementation
This one will require a daemon sqlite migration with a new FTS5 table on the label value, label id