-
selsta
luigi1111w: do you have time for cli and gui merges tonight or tomorrow? would make it easier to check what's left to do
-
luigi1111w
.merges
-
xmr-pr
7805 7822 7825 7847 7850 7893 7894
-
selsta
luigi1111w: could you approve the workflow here?
monero-project/monero #7897 ?
-
luigi1111w
done
-
selsta
thnks
-
mj-xmr[m]
selsta: what does it mean to approve the workflow in this context? All the checks are failing there for a good reason.
-
jon_
What's the status of NFTs and monero currently anything in dev ?
-
mj-xmr[m]
selsta: I get it now. It couldn't start before lugi approves.
-
mj-xmr[m]
Just a heads up to all patch (/PR) contributors: the new CI features like more granular caching, won't work until you rebase.
-
mj-xmr[m]
It is kind of a loophole of GitHub I must admit. The person who has an older CI version in a given PR (before rebasing), could be pushing a breaking change, which was detected outside of the person's PR.
-
Space[m]
hello. What I need do with this error?
-
Space[m]
-
Space[m]
> <@bigmenpixel:matrix.org> hello. What I need do with this error?
-
Space[m]
-
Space[m]
this monero 0.17.2.0
-
mj-xmr[m]
> <@bigmenpixel:matrix.org> hello. What I need do with this error?
-
mj-xmr[m]
-
mj-xmr[m]
Hi. It appears that the <algorithm> header is missing in that file. These problems happen across various compilers, since some toolchains include the header implicitly in other headers, wile others don't.
-
mj-xmr[m]
I'd suggest including that header in the file that failed to compile and PR it or pasting a patch that does this.
-
mj-xmr[m]
In other words - the code is wrong, not your setup.
-
mj-xmr[m]
and "that file" is `src/common/i18n.cpp`
-
mj-xmr[m]
Space: also please check if the same problem happens on Master in your setup.
-
selsta
.merge+ 7828
-
xmr-pr
Added
-
selsta
-
selsta
do you remember how to reproduce this linking issue? I undid these changes in
monero-project/monero #7898 and can't reproduce the linking issue
-
selsta
will try with added readline to CI
-
hyc
selsta: sorry no, don't remember
-
hyc
hard to believe that's 4yrs ago already
-
hyc
you'd need to check a full gitian build; probably the problem shows up on non-linux
-
selsta
we do run gitian on all PRs
-
selsta
seems to compile fine everywhere
-
selsta
wait
-
selsta
we run depends, not gitian
-
selsta
but shouldn't matter
-
selsta
-
jerfo
selsta: Thanks for answering. You said "integrated addresses = payment ids, subaddresses just have an index". And while that is true, all TXs have a payment ID correct? Not that it should necessarily be done, but you can provide payment IDs to subaddresses, correct ?
-
selsta
subaddresses don't support payment ids
-
selsta
all transactions have a dummy payment id, yes
-
hyc
I don't see android on those
-
jerfo
Is it possible to utilize those payment IDs on those TXs without a fork, just wallet changes? I was just wondering because theres talk on GitHub about deprecating integrated addresses, but I see no other way to solve my issue w/o integrated addresses.
-
selsta
hyc: wallet_rpc links against `${EPEE_READLINE}` but not `${GNU_READLINE_LIBRARY}` so that could be an issue
-
selsta
simplewallet links against both
-
hyc
wallet_rpc has no cli so it shouldn't need gnu readline
-
selsta
I meant ./monero-wallet-rpc binary, not sure if I looked at the correct cmake target
-
selsta
-
hyc
whatever. if wallet-rpc binary links without errors then it's of no concern
-
selsta
ok
-
selsta
will test android too then it should be good
-
selsta
jerfo: I don't really understand what you want to do
-
jerfo
Well before I explain, I guess it would be safe to say that if integrated addresses were deprecated, that the payment ID field would also be deprecated right?
-
moneromoooo
Integrated addresses are not deprecated. Long unencrypted payment ids are deprecated. Integrated addresses use short encrypted payment ids.
-
moneromoooo
You could write code to add whatever info you like to txes, and code to interpret that info. Consensus won't stop you (though it might in the future).
-
jerfo
Sorry I meant hypothetically. I know they aren't deprecated now, I meant to ask that in the future, IF integrated addresses were to bedeprecated, that the payment ID field would also.
-
selsta
integrated addresses are just a different way for writing address + payment id
-
selsta
so yes
-
rbrunner
Maybe jerfo got nervous because of this proposal to drop intergrated addresses:
monero-project/monero #7889
-
rbrunner
Also discussed on Reddit
-
Space[m]
<mj-xmr[m]> "Space: also please check if..." <- Ok, thanks, I'll check tomorrow
-
nikg83[m]
Are these even used by monero ?
-
nikg83[m]
-
moneromoooo
No.