04:10:28 What needs to be worked on? 04:12:23 woodser: Is this still desired? https://github.com/monero-project/monero/issues/9636 04:30:42 I would assume that is specific to wallet-rpc, since wallet2_api apps already show change as an unconfirmed amt 04:32:43 wallet-rpc shows as well iirc.. 04:33:59 Basicswap uses rpc exclusively, and shows the change amt as pending. Quite sure it shows @ 0 confs. 08:38:55 the change amount is not provided if funds are sent back to the same account iirc 08:39:01 yeah it would be helpful to know that 12:33:58 If you send fund to yourself? 12:34:12 yeah 12:39:32 https://matrix.monero.social/_matrix/media/v1/download/xmr.mx/YcsUQbbcJJObrkPsjQNEQoKZ 12:40:13 sent funds to subaddr on same acct, adds up properly 13:17:25 (the 0.59 = amount i sent to myself + change) 17:19:13 is anyone against updating the specification to remove `tx_payment_id`? https://github.com/monero-project/monero/wiki/URI-Formatting 17:19:29 we only support integrated addresses but the spec has never been updated 17:19:41 or is a more up to date version written down somewhere else? 17:25:37 sgp_ 17:27:01 selsta this was my prior work on this: 17:27:02 https://github.com/monero-project/meta/issues/729 17:27:21 I'm not against removing the payment ID 17:28:09 That link is for Monero restores not payments 17:29:11 seems I commented there, totally forgot about it 17:29:22 tobtoht_: can you edit the wiki? 17:29:54 I'd love to see the txid on restore officially documented, for scan_tx 17:31:16 https://github.com/plowsof/redeem_gift_poc/blob/main/redeem_gift.sh#L15 17:31:55 https://github.com/plowsof/redeem_gift_poc/blob/main/redeem_gift.sh#L124 17:33:20 selsta: I can. what needs changing? 17:33:43 I will prepare the updated markdown 17:34:03 cool 17:34:53 Thank you both 17:39:35 woodser has an issue about accepting multiple URIs at once also. 17:39:54 Can you link it? 17:42:11 There is a pr for that(?) 17:42:33 https://github.com/monero-project/monero/pull/9830 17:42:54 Yes that one Tzadiko 17:45:07 Tz has already reviewed it 17:45:08 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. 17:52:29 sgp and others please review https://paste.debian.net/hidden/16f0290d/ 17:54:06 :) 17:58:07 updated with some typo fixes https://paste.debian.net/hidden/ccbd006c/ 18:05:25 Oh did realize that person had submitted something. I thought that link was to the issue 18:22:49 very interesting read there 18:23:12 Yeah I was suggesting you do the PR actually Tzadiko 18:24:50 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? 18:27:41 And `monero:address=addr1;addr2?tx_amount=1000;2000` would also comply right? (like plowsof's use of txid here https://github.com/plowsof/redeem_gift_poc/blob/main/redeem_gift.sh#L15o 18:27:49 https://github.com/plowsof/redeem_gift_poc/blob/main/redeem_gift.sh#L15 correct link 18:29:55 i will add an example 18:30:51 they should be `monero:address=addr1;addr2?tx_amount=1000;2000` 18:34:10 ok makes sense 19:47:30 tobtoht_: please update https://github.com/monero-project/monero/wiki/URI-Formatting with https://paste.debian.net/hidden/6a8f47ce/ 19:48:23 done