-
xmr-pr
jeffro256 opened pull request #8715: wallet2: speed up pick_preferred_rct_inputs and get_output_relatednes
-
xmr-pr
-
jeffro256[m]
At least GH has that “Co-authored-by:” feature
-
xmr-pr
moneromooo-monero opened pull request #8716: wallet2: add on_reorg callback
-
xmr-pr
-
jeffro256[m]
moneromoooo How do you want to do the pick_preferred_rct_inputs PR? What if I add both commits you pushed, plus the patch I added on top for a total of 3 commits and you close the other PR? I just don't want 2 PRs open for the sake of the reviewers.
-
moneromoooo
Alright then. But you'll lose my sigs if you get to rebase so would have to ping me then.
-
rbrunner
What exactly do you mean with "losing sigs"? I have a similar situation where I merged a PR into one of my PRs, which now has two commits
-
rbrunner
And I did have to rebase
-
moneromoooo
A signature signs not only the patch contents but the tree it applies to. Roughly. So even if the patch itself doesn't change, the sig would be stale.
-
rbrunner
So this is only about signed commits, signed with your key?
-
moneromoooo
Yes.
-
moneromoooo
If you don't sign commits, you don't care.
-
rbrunner
Ah, ok. Thanks, I didn't sign, and neither did j-berman who made the PR to my PR.
-
moneromoooo
I don't really like PRing other people's stuff because it kinda implies I vouch for it.
-
moneromoooo
I did it when people went awol but it feels a bit wrong.
-
moneromoooo
Well, I guess it doens't really imply it, but in my mind it kinda does.
-
rbrunner
I see what you mean. I also hesitated in my case to merge, but it seemed, as an exception, the way of least resistance.
-
UkoeHB
jeffro256[m]: added a unit test demoing tx validation result caching in seraphis
github.com/UkoeHB/monero/blob/a8eee…sts/unit_tests/seraphis_tx.cpp#L227
-
jeffro256[m]
try_get_tx_contextual_validation_id doesn't include any data from the validation context in the hash. Is this intentional?
-
jeffro256[m]
I assume this is the Seraphis analouge of the mix ring
-
UkoeHB
Jeff jeffro256[m] it doesn’t?
-
jeffro256[m]
Oops I was looking at the coinbase version my bad
-
jeffro256[m]
I've got a lot of reading to do lol
-
UkoeHB
lol yeah coinbase tx validation is contextless since I decided that block reward and block height validation should be done more ad hoc
-
UkoeHB
the block reward depends on tx fees anyway
-
UkoeHB
idk, I suppose the validation context could also be used to check coinbase height and reward, guess we will see if that's needed in practiced
-
UkoeHB
practice*