-
selsta
luigi1111w: 6672 in now reviewed
-
selsta
so from my side, once you have time you can merge this and then tag v0.16.0.1
-
selsta
thanks
-
fluffypony
I agree with tevador
-
fluffypony
cut them off at the knees and they won't revert to a lazy (and dumb) solution
-
Inge-
Does really anyone except zcashers believe embedding FATF data into the tx is a great idea?
-
Rik
Hi! What IDE do you use when developing and contributing in monero project?
-
bertptrs
I've tried several but none of them stand up to the complexity of wallet2 and core_rpc_server
-
hyc
Rik: I use vim
-
fluffypony
bbedit
-
Rik
Which C ++ standard is used in Monero?)
-
fluffypony
all of them
-
fluffypony
moneromooo doesn't like C++11
-
fluffypony
:-P
-
Rik
'=D
-
fluffypony
hyc wishes we could rewrite it in C
-
fluffypony
and vtnerd keeps doing C++11 stuff that confuses moneromooo
-
fluffypony
I think as long as the code is legible and doesn't use anything too weird then it's mostly fine
-
fluffypony
-
fluffypony
there's not much beyond the general guidelines there
-
moneromooo
I think that's mostly right. We do use C++11. Esoteric template stuff is discouraged.
-
Rik
Interesting atmosphere in development =))
-
fluffypony
Rik: we have a LOT of ICs working on Monero, so it's hard to enforce a style guide that's too strict
-
moneromooo
I think it's just vtnerd's style really. Like... instead of functions, pass structures with operator() on them. That makes it hard to follow.
-
Rik
Got it, guys!
-
fluffypony
moneromooo: I know, I was just teasing :)
-
moneromooo
A a function call. What's the name ? operator(). Nice. What does it do now...
-
rbrunner
I use NetBeans as IDE, but have trying Visual Studio Code on my todo-list (from the "trojans are us" company)
-
moneromooo
Now I'm sure some of the stuff I do confuses others too :D
-
fluffypony
lol
-
moneromooo
Coincidentally, I've been fighting stupid template shit since yesterday. It's great when it works but damn, do templates make it a pain to get to that point...
-
Rik
What IRC client do you use to chat here?) I tried through the browser (freenode.net), but the history is not saved.
-
moneromooo
What's an IC ? I pattern match to integrated circuit...
-
moneromooo
Or somehting about more NSAey...
-
rbrunner
HexChat, and reading up here in the history (on good days, when the IRC bridge is up):
mattermost.getmonero.org/monero/channels/monero-dev
-
bertptrs
I think Individual Contributor
-
hyc
I think the templates for http/p2p/rpc sessions in epee are just ridiculous
-
hyc
actually, most of the uses of templates in this codebase are ridiculous
-
hyc
and utterly undebuggable
-
fluffypony
bertptrs: yes
-
fluffypony
Rik: IRCCloud will save your history
-
fluffypony
else you have to setup ZNC
-
fluffypony
or use one of the bridges like MatterMost / Matrix / Slack
-
kinghat[m]
the lounge is self hosted irccloud, basically
-
UkoeHB_
-
UkoeHB_
Rik: the readme says GCC 4.7.3 is the compiler required to build, and 4.7.3 only supports C++11 (most of it anyway fwict)
-
luigi1111w
tag is up
-
selsta
nice tyty
-
fort3hlulz
Has this type of network approach been considered before for Monero:
tari-project/tari #1986
-
fort3hlulz
Seems like a good way to drastically reduce unnecessary broadcast traffic
-
fort3hlulz
But I'm sure there are drawbacks I'm not thinking of right now
-
gingeropolous
and im gonna rewrite it in bash
-
gingeropolous
bashonero
-
selsta
anyone started reproducible builds for v0.16.0.1 yet?
-
fort3hlulz
Is it ready? I can kick mine off if so
-
selsta
yes
-
fort3hlulz
kicking off mine now
-
iDunk
-
selsta
iDunk: linux hashes match
-
fort3hlulz
Same, Linux hashes match
-
fort3hlulz
Still compiling the rest
-
fort3hlulz
Android hashes match
-
fort3hlulz
Love seeing all 32 cores get maxed out :D
-
fort3hlulz
Also multitail is amazing, and I can't believe I only recently found it
-
fort3hlulz
Windows hashes match.
-
fort3hlulz
-
fort3hlulz
Should there be a Reddit post asking for other's to do the same?
-
fort3hlulz
I can copy paste from an old one if needed, I think dEBRUYNE usually does those
-
fort3hlulz
I'll just clone this post if y'all are cool with it to start getting more testers:
reddit.com/r/Monero/comments/go1ous…nitrogen_nebula_has_been_tagged_you
-
selsta
fort3hlulz: you can make one if you want :) think dEBRUYNE was not on IRC so didn’t see it yet
-
fort3hlulz
Ok I'll go ahead and post!
-
fort3hlulz
Assuming I should change this text:
-
fort3hlulz
-
fort3hlulz
What are the quick highlights of 16.0.0.1?
-
fort3hlulz
*0.16.0.1
-
selsta
bug fixes
-
selsta
including the ledger one
-
fort3hlulz
Do you have a link to the PR/issue for that?
-
fort3hlulz
I can link it directly in the post.
-
fort3hlulz
-
selsta
yep
-
fort3hlulz
sweet
-
fort3hlulz
-
selsta
thanks
-
hyc
meh. forgot to set -j8 on my build
-
dEBRUYNE
Yeah wasn't here, thanks for posting fort3hlulz
-
gingeropolous
hrm, i don't think i used docker last time.... and im just blindly copypasta the reddit post
-
gingeropolous
wait, that doesn't make sense. ignore me. lah dee dah
-
scoobybejesus
All my hashes match
-
fort3hlulz
not sure why my commands dont build for FreeBSD
-
fort3hlulz
Could someone check that and make sure I'm not missing something?
-
selsta
what is the error?
-
iDunk
Your gitian-build.py may be old.
-
selsta
you said you use ubuntu 20.04 on reddit which is untested
-
selsta
maybe that’s why?
-
hyc
should make no difference
-
hyc
everything in the docker is 18.04
-
fort3hlulz
-
fort3hlulz
Yeah I don't think my host OS would matter for one build if the builds work at all in Docker
-
iDunk
Copy it from builder/inputs/monero/contrib/gitian/gitian-build.py
-
selsta
didn’t change really
-
selsta
I also use the master one and freebsd builds
-
fort3hlulz
I'll dig into it more later
-
fort3hlulz
And rerun the build
-
iDunk
Do you have -o switch in your command ?
-
scoobybejesus
maybe it's in your log and you just looked past it :P
-
xmrpow
Does anybody have some mathematical resources that you can recommend for the calculation of pps reserve?
-
hyc
my linux hashes match, yay