-
br-m
<r4v3r23> yes, authorship got mangled somehow, polyseed is under also czarek for some reason > <@tobtoht> that's my code lol
-
br-m
<ofrnxmr:xmr.mx> should be an easy fix. just need to drop the commit and re-commit it as authored by tob
-
br-m
<r4v3r23> @tobtoht: so its a straight wallet2 implementation? is that something that could be PR'd? if were all using it, it probably makes sense to just add it to codebase
-
br-m
<r4v3r23> @ofrnxmr:xmr.mx: yeah lemme see if i can just overwrite it
-
br-m
<ofrnxmr:xmr.mx> git rebase -i HEAD~5
-
br-m
<ofrnxmr:xmr.mx> change "pick" to "edit" next to the commits that need to be changed[... more lines follow, see
mrelay.p2pool.observer/e/1Iy_mo0LWUxBZ2wy ]
-
br-m
<r4v3r23> yeah i did it
-
br-m
<r4v3r23> email showed up as tob⊙fo so just used that
-
br-m
<ofrnxmr:xmr.mx> Yeah i might have written that down wrong
-
br-m
<ofrnxmr:xmr.mx> Yep, its tob
-
selsta
-
selsta
.merge+ 10749 10750 10751
-
xmr-pr
Added
-
tobtoht
.merges
-
xmr-pr
10742 10743 10749 10750 10751
-
tobtoht
done
-
br-m
<r4v3r23> tobtoht could your coin control changes be used as the basis for a PR?
-
br-m
<r4v3r23> selsta also, since the airgapped signing feature has now been more or less standardized, can we something like this added to monero?
feather-wallet/monero 9a29723.patch
-
selsta
if someone PRs it yes, but I don't have time for these features at the moment
-
br-m
<r4v3r23> selsta: sure, im thinking for v0.19
-
br-m
<jpk68:matrix.org> Is anyone opposed to 7201? It looks fine to me
-
br-m
<rbrunner7> 7201? You maybe missing a digit here?
-
br-m
<jpk68:matrix.org> Nope :)
-
br-m
<jpk68:matrix.org> simplewallet: Unify the formatting of help texts
-
br-m
<tobtoht> Well, it would need to be rebased first.
-
br-m
<jpk68:matrix.org> True, but asides from being out of date, I mean
-
br-m
<rbrunner7> I think we don't usually do such more or less pure refactorings. We don't even correct the dumbest indentations ...
-
br-m
<rbrunner7> I if being the Monero CEO would order to do that differently, but well ...
-
br-m
<tobtoht> There are mixed tabs and spaces in critical wallet2 tx construction code that I stumble over every time... T.T
-
br-m
<tobtoht> @jpk68:matrix.org: LGTM at a glance.
-
br-m
<jpk68:matrix.org> The rule for "no refactors" might not apply here since it's user-facing, but what do I know
-
br-m
<tobtoht> The bar should be exponentially higher the closer it gets to consensus, yes.
-
br-m
<rbrunner7> Whoever wants to rebase that would probably have to check very carefully whether some texts were reformulated in the meantime. Or can we fully rely on git to produce a merge conflict when that happened?
-
br-m
<rbrunner7> *if that happened
-
br-m
<ofrnxmr:xmr.mx> should be a merge conflict
-
br-m
<tobtoht> Might be easier to "re-do" than rebase.
-
br-m
<rbrunner7> Right
-
br-m
<jpk68:matrix.org> Yeah, that's what I was thinking
-
br-m
<jeffro256> @tobtoht:monero.social: that and process_new_transaction() are pretty horrible to look at > <@tobtoht> There are mixed tabs and spaces in critical wallet2 tx construction code that I stumble over every time... T.T
-
br-m
<jpk68:matrix.org> @jeffro256: Oh my god, that's insane. Just looked at it now for the first time :((
-
br-m
<jpk68:matrix.org> How does one even understand what's going on there
-
br-m
<tobtoht> I think I PR'd a fix for this once (#7001a moo told me
-
br-m
<tobtoht> Let's strive to make life a little easier for our co-devs going forward shall we?