-
m-relay
<tzadiko:matrix.org> What needs to be worked on?
-
m-relay
<tzadiko:matrix.org> woodser: Is this still desired?
monero-project/monero #9636
-
m-relay
<ofrnxmr:xmr.mx> I would assume that is specific to wallet-rpc, since wallet2_api apps already show change as an unconfirmed amt
-
m-relay
<ofrnxmr:xmr.mx> wallet-rpc shows as well iirc..
-
m-relay
<ofrnxmr:xmr.mx> Basicswap uses rpc exclusively, and shows the change amt as pending. Quite sure it shows @ 0 confs.
-
m-relay
<woodser:monero.social> the change amount is not provided if funds are sent back to the same account iirc
-
m-relay
<woodser:monero.social> yeah it would be helpful to know that
-
m-relay
<ofrnxmr:xmr.mx> If you send fund to yourself?
-
m-relay
<woodser:monero.social> yeah
-
m-relay
-
m-relay
<ofrnxmr:xmr.mx> sent funds to subaddr on same acct, adds up properly
-
m-relay
<ofrnxmr:xmr.mx> (the 0.59 = amount i sent to myself + change)
-
selsta
is anyone against updating the specification to remove `tx_payment_id`?
github.com/monero-project/monero/wiki/URI-Formatting
-
selsta
we only support integrated addresses but the spec has never been updated
-
selsta
or is a more up to date version written down somewhere else?
-
m-relay
<ofrnxmr:xmr.mx> sgp_
-
m-relay
<sgp_:monero.social> selsta this was my prior work on this:
-
m-relay
-
m-relay
<sgp_:monero.social> I'm not against removing the payment ID
-
m-relay
<sgp_:monero.social> That link is for Monero restores not payments
-
selsta
seems I commented there, totally forgot about it
-
selsta
tobtoht_: can you edit the wiki?
-
m-relay
<sgp_:monero.social> I'd love to see the txid on restore officially documented, for scan_tx
-
m-relay
-
m-relay
-
tobtoht_
selsta: I can. what needs changing?
-
selsta
I will prepare the updated markdown
-
tobtoht_
cool
-
m-relay
<sgp_:monero.social> Thank you both
-
m-relay
<aremor:matrix.org> woodser has an issue about accepting multiple URIs at once also.
-
m-relay
<tzadiko:matrix.org> Can you link it?
-
m-relay
<ofrnxmr:xmr.mx> There is a pr for that(?)
-
m-relay
-
m-relay
<aremor:matrix.org> Yes that one Tzadiko
-
m-relay
<ofrnxmr:xmr.mx> Tz has already reviewed it
-
m-relay
<tzadiko:matrix.org> Ok, well I reviewed it, until the person who wrote the PR decided to take shortcuts because they couldn't debug their ChatGPT-generated code.
-
selsta
-
plowsof
:)
-
selsta
-
m-relay
<aremor:matrix.org> Oh did realize that person had submitted something. I thought that link was to the issue
-
m-relay
<aremor:matrix.org> very interesting read there
-
m-relay
<aremor:matrix.org> Yeah I was suggesting you do the PR actually Tzadiko
-
m-relay
<ofrnxmr:xmr.mx> Are the addresses are and amounts mapped sequentially? Like `monero:address=addr1;address=addr2?tx_amount=1000;tx_amount=2000` mean thay addr 1 gets 1000 and addr 2 gets 2000?
-
m-relay
<ofrnxmr:xmr.mx> And `monero:address=addr1;addr2?tx_amount=1000;2000` would also comply right? (like plowsof's use of txid here
github.com/plowsof/redeem_gift_poc/blob/main/redeem_gift.sh#L15o
-
m-relay
-
selsta
i will add an example
-
selsta
they should be `monero:address=addr1;addr2?tx_amount=1000;2000`
-
m-relay
<ofrnxmr:xmr.mx> ok makes sense
-
selsta
-
m-relay
<tobtoht:monero.social> done