-
selsta
-
jeffro256[m]
I looked at that page and didn't see it ! I'll def check it out thanks
-
selsta
though default should be NO
-
jeffro256[m]
yeah someone changed it down the line so I'm git blaming it rn
-
jeffro256[m]
IMO I've spent about 40 minutes combing though anonymous namespaces and there's not really much worth documenting
-
jeffro256[m]
the unit_test folder is really bad about spamming the docs w anonymous namespaces also
-
jeffro256[m]
Looks like it was changed as a tiny sliver of a huge overhaul like 6 years ago, I vote it revert that specific change
-
jeffro256[m]
I'll open a PR in a lil bit
-
jeffro256[m]
Ahhh, that's better
-
mj-xmr[m]
I will be away for 2 weeks and probably won't be able to install Element on my laptop properly. You can ping me on GitHub if there's need.
-
kinghat[m]
if you really need it, element web == element desktop.
-
mj-xmr[m]
I'll try. Thanks.
-
moneroextremist[
<mj-xmr[m]> "I will be away for 2 weeks and..." <- `you can use the web version of element like im doing. web version of element is super convenient when u dont wanna download the client on ur computer
-
mj-xmr[m]
OK, thanks to both of you. It seems to have worked fine :)
-
ErCiccione
What about a meeting? We used to have weekly meetings during hf times
-
sech1
Meeting this weekend would be nice. We still have a few PRs not merged
-
spirobel[m]
just to double check: the
getmonero.org/resources/developer-g…des/wallet-rpc.html#get_spend_proof spendproof does contain neither receiving address, nor amount, right? just proofing that a certain transaction was made by the one providing the spend proof?
-
spirobel[m]
s/get_spend_proof/get\_spend\_proof/, s/proofing/proving/
-
reeemuru[m]
<spirobel[m]> "just to double check: the
https:..." <- is that a question? the `check_spend_proof` example below shows that the only thing in the response is a boolean value of whether or not it is valid
-
reeemuru[m]
you are not getting the correct response?
-
spirobel[m]
<reeemuru[m]> "you are not getting the correct..." <- I am just trying to make sure I understand correctly what it does. Does the signature contain any other information besides the fact that the sender made the transaction? what I am getting at: amount and destination address is still unknown to someone just seeing the outputs of get_spend_proof?
-
spirobel[m]
I have the same question for get_tx_proof: the amount is still unknown to the one seeing the information that get_tx_proof is outputing, right? The only difference to get_spend_proof is that the destionation address is part of the proof, correct?
-
spirobel[m]
but I saw that check_tx_proof also includes the amount:
-
-
reeemuru[m]
tx proof has amt when validating
-
reeemuru[m]
spend proof does not
-
spirobel[m]
thanks. This was the information I was looking for. 🙂
-
reeemuru[m]
i guess an example use case is spend proof can validate a donation was done where amt doesnt matter
-
reeemuru[m]
but tx proof could validate payment threshold where amt is required
-
reeemuru[m]
sry if that is vague example
-
reeemuru[m]
spirobel[m]: np
-
spirobel[m]
> <@reeemuru:matrix.org> i guess an example use case is spend proof can validate a donation was done where amt doesnt matter
-
spirobel[m]
> but tx proof could validate payment threshold where amt is required
-
spirobel[m]
> sry if that is vague example
-
spirobel[m]
haha this is the example I was thinking about lol I think it would be nice to verify donors but without the amounts visible to the public
-
reeemuru[m]
sounds good, proofs are cool. you can do something login with valid proof amt too
-
spirobel[m]
reeemuru[m]: yes I also want to do this. But I will only send the tx_proof initially and later fall back to spend_proof because I read that tx_keys might be lost.
-
spirobel[m]
(I am working on a browser wallet)
-
-
monerobull[m]
I don't think this is how it's supposed to go
-
spirobel[m]
I think posting private messages without consent is childish and has no space in monero, especially not the dev channel. Maybe the beef channel would be more appropriate.
-
monerobull[m]
I think it's childish to hunt down the matrix of someone who down voted your ccs proposal
-
monerobull[m]
And ask if its because i have a problem against them personally and if i even understand the purpose of the css system
-
monerobull[m]
Instead of just addressing things publicly in the proposal, where it belongs
-
spirobel[m]
seems like you have a personal problem after all, otherwise we would see a more professional, pragmatic reaction and not such emotional outbursts.
-
UkoeHB
off topic guys
-
monerobull[m]
Sorry
-
monerobull[m]
Not to you spirobel. I still very much believe I'm in the right to expose your bullshit.
-
jeffro256[m]
@selsta Did you ever change your mind on
monero-project/monero #8226?
-
jeffro256[m]
If not I'll close it
-
selsta
I'll check if it produces any merge conflicts
-
selsta
.merges
-
xmr-pr
Merge queue empty
-
binaryFate
binaries for v0.17.3.2 (CLI & GUI) are now available at getmonero.org
-
selsta
sech1: is the optimized keccak good to merge or do you want another review?
-
sech1
I think hyc reviewed it, but didn't click buttons on github
-
sech1
should be good
-
sech1
I also will make a PR that adds more tests to view tags
-
sech1
because p2pool can generate transactions with much more than 16 outputs
-
selsta
.merge+ 8220 8226 8235 8262 8278 8279
-
xmr-pr
Added
-
selsta
more unit tests are always good :P
-
sech1
yes, current tests miss the case when there are more than 127 outputs and varint encoding kicks in
-
sech1
*more than 128 outputs