-
binaryFate
<ErCiccione1> Hey everybody, we (Haveno) set a bounty on
monero-project/monero #7731. Resolve the issue to claim the bounty! Details in the issue, but let us know if there are questions.
-
sethsimmons
A bit confused haha
-
binaryFate
wasn't visible to everyone on IRC
-
sethsimmons
But you could see it on IRC?
-
binaryFate
Yes because I'm OP
-
sethsimmons
Ah
-
ErCiccione1
oh, i thought it was some bridge weirdness. Thanks binaryFate
-
sethsimmons
heh binaryFate is the bridge we needed :D
-
binaryFate
same for you right now sethsimmons btw, but I gave you voice so starting from "A bit confused..." everyone could read
-
ErCiccione1
why are my messages not relayed to freenode tho? This matrix accoutn is grouped with my registered freenode user
-
binaryFate
Unfortunately monero-guard is down atm, so no automatic voicing
-
sethsimmons
Guess it's manual voicing here
-
ErCiccione1
ah i see, i thought that was solved.
-
binaryFate
ErCiccione1: it is relayed, because I can read them. But the channel is moderated so only OP can see messages of unvoiced people
-
binaryFate
And "ErCiccione1" wasn't voiced
-
sethsimmons
Can you fix me in #monero and #monero-markets? I don't think people can see me there either ATM.
-
ErCiccione1
yeah now i got it.
-
binaryFate
sethsimmons: say something in each to try?
-
sethsimmons
Done
-
binaryFate
ErCiccione1: but it doesn't show [m] so your messages don't seem to be coming from matrix?
-
sethsimmons
The [m] is just the default, it can be removed (like for me
-
sethsimmons
* The [m] is just the default, it can be removed (like for me)
-
binaryFate
oh ok, makes sense then
-
ErCiccione1
beside that, my matrix user is linked to my freenode user. So my irc account is not a dummy freenode account created by matrix (which have the standard [m])
-
binaryFate
Not all channels is voice-restricted, we keep it on monero-dev because of higher expected S/N ratio
-
binaryFate
ErCiccione1: normally monero-guard auto-voice people but it's down, so I'm not sure how the persistence of your "voice" can be. I'm also generally very confused about bridges and cross-network permissions :)
-
ErCiccione1
I registered ErCiccione and ErCiccione1 on the same account, so in theory if one is voiced the other one should be too, but it depends by how monero-guard works
-
ErCiccione1
and yeah permissions are messed up now with the spam protections, at least on matrix side
-
binaryFate
voice is per channel. Monero-guard is down, so nothing automatic right now
-
binaryFate
Inge-: yes with additional settings, not always
-
binaryFate
I just voiced you btw, since everyone couldn't see your question :)
-
binaryFate
needinfo: unfortunately the github repo and comments etc is protected to previous contributors only, yes due to spam
-
Inge-
thx
-
binaryFate
<bevanoff[m]> Ok so about the multi destination uri request, is it okay to make changes directly to the existing function or should I make a new make_uri_multi (or whatever name) function with a separate api endpoint? I just don’t want to break anything people are already using
-
moneromooo
Adding to the existing seems best since it seems like a simple generalization of the current case.
-
moneromooo
Kinda depends on how the format changes though.
-
bevanoff[m]
Ok cool, it shouldn’t be anything too disruptive
-
binaryFate
<woodser> hey, any opinions for a format to make and parse payment uris with multiple destinations and amounts?
monero-project/monero #7731
-
binaryFate
<woodser> it's probably not too compressible but I guess it could be smaller than json using keys
-
moneromooo
Do we know who made the original format spec ?
-
moneromooo
In any case, it'd be nice if it was backward compatible.
-
moneromooo
ie, passing one address/amount with the new rules yields an URI that old rules parse correctly.
-
selsta
.merge+ 7735 7736
-
xmr-pr
Added
-
selsta
^ adding boost compatibility fix early to fix compilation on some systems
-
bevanoff[m]
what if it looked like this: monero:46BeWrHpwXmHDpDEUmZBWZfoQpdc6HaERCNmx1pEYL2rAcuwufPN9rXHHtyUA4QVy66qeFQkn6sfK8aHYjA3jk3o1Bv16em,46BeWrHpwXmHDpDEUmZBWZfoQpdc6HaERCNmx1pEYL2rAcuwufPN9rXHHtyUA4QVy66qeFQkn6sfK8aHYjA3jk3o1Bv16em?tx_amount=239.39014,123.55423&tx_description=donation,example
-
bevanoff[m]
where commas separate duplicate kinds of data
-
bevanoff[m]
or is there a better convention to follow?
-
bevanoff[m]
if there's no commas then just follow original convention when parsing
-
moneromooo
Sounds good to me if nothing better can be found.
-
moneromooo
If you do intend on duplicating tx_description too, then , wooyuld have to be escaped in the actual text.
-
bevanoff[m]
Oh right thanks