-
selsta
.merge+ 7202 7203
-
xmr-pr
Added
-
selsta
.merges
-
xmr-pr
7193 7196 7197 7202 7203
-
selsta
merges would be nice
-
gingeropolous
all i want for christmas is my merge list merged, my merge list merged, my merge list meeeerged
-
Snipa
.merges
-
xmr-pr
7193 7196 7197 7202 7203
-
hyc
hmm. the get_info RPC seems to return an incorrect count of rpc connections
-
hyc
maybe it's not counting the restricted rpc sessions
-
mj-xmr
Hello. I have added the requested documentation to by icecc branch. I hope it meets your standards:
monero-project/monero #7160
-
mj-xmr
.merges
-
xmr-pr
7193 7196 7197 7202 7203
-
sethsimmons
<hyc "hmm. the get_info RPC seems to r"> It only counts RPC connections for the RPC port you’re hitting.
-
FromSouthWest
has monero a fixed max mempool size?
-
moneromooo
Something like 300 MB by default IIRC. You can alter with an option, see monerod --help.
-
FromSouthWest
ok thx, the same size as bitcoin.
-
SaltilloLC
Look on the bright side. At least you don't need to rant about signs of life from fireice_uk .
-
selsta
.merges
-
xmr-pr
7193 7196 7197 7202 7203
-
selsta
please also CLI merges
-
selsta
.merge+ 7205 7206
-
xmr-pr
Added
-
dEBRUYNE
.merges
-
xmr-pr
7193 7196 7197 7202 7203 7205 7206
-
dEBRUYNE
^ luigi1111, can you do some CLI merges too?
-
luigi1111w
probably today but not right now
-
coffeeroaster
Hi I introduced myself the other day. I'm in the process of setting up my dev env. Question for developers: do you typically interact with test / stagenet or do you stand up your own standalone network env?
-
selsta
I guess it depends on what you do
-
coffeeroaster
selsta: I'm trying to familiarize myself with monero at the moment. I've got a development background with OS / networking.
-
selsta
if you work on things with consensus changes you will need your own testnet
-
selsta
else normal testnet / stagenet is probably fine
-
coffeeroaster
selsta: ok thanks. I'm having trouble connecting to testnet atm (Is it down?) also having challenges with stagenet.. I guess I'll go with my private testnet for now.
-
moneromooo
Depends what you want to test. I usually use --testnet --offline --fixed-difficulty 1.
-
coffeeroaster
moneromooo: perfect! thanks
-
rbrunner
Testnet works for me, but maybe the testnet seed nodes are wobbly, as they were occasionally in the past?
-
coffeeroaster
rbrunner: I can't connect to monero-testnet.exan.tech 28081 (ref:
monerodocs.org/infrastructure/networks )
-
ndorf
that doc seems way outdated.
-
ndorf
just start the daemon with the --testnet flag
-
ndorf
you can use the same --data-dir as normal, everything testnet related will go in a testnet subdirectory
-
ndorf
same thing for --stagenet
-
rbrunner
Ah, I thought you were talking about running your own daemon ...
-
coffeeroaster
ndorf: nice so it won't clobber mainnet blocks?
-
ndorf
definitely not
-
ndorf
it will have its own blockchain and log files under that subdirectory
-
coffeeroaster
ndorf, rbrunner: thanks looks like I'm up and running!
-
Snipa
.merges
-
xmr-pr
7193 7196 7197 7202 7203 7205 7206
-
Snipa
7193 needs to be reviewed still, no approvals.
-
Snipa
Merged other than 7193
-
sech1
But it's the same as 7192 and that one is merged
-
Snipa
Oh, my bad.
-
Snipa
Lemme chuck a note on and I'll merge 7193, usually I merge em in pairs to avoid that.
-
Snipa
Merged, note added.
-
selsta
Snipa: we have 7207 on top of 7192 which vtnerd reviewed
-
Snipa
Is 7207 ready for merge? Not in list.
-
selsta
not yet
-
Snipa
kk.
-
selsta
.merge+ 7218 7219
-
xmr-pr
Added
-
mnt_grrrl
can someone point me to the gitify directions
-
mnt_grrrl
please
-
selsta
.merge+ 7207 7208
-
xmr-pr
Added
-
selsta
once 7207 has an approval we can tag v0.17.1.8
-
mnt_grrrl
will that approval be noted here?
-
mj-xmr
Perhaps you'll find this one interesting from the IT point of view. A simple magic.
-
mj-xmr
-
selsta
mj-xmr: I have issues with ccache on Mac
-
selsta
execute_process(COMMAND "${CCACHE_FOUND}" "${CMAKE_CXX_COMPILER}" "${TEMP_CPP_FILE}" RESULT_VARIABLE RET) returns 1
-
selsta
but when I manually do `ccache clang test.cpp` it returns 0
-
hyc
where oes stderr go for those execute_process invocations?
-
selsta
I assume ERROR_VARIABLE
-
selsta
I can try that
-
selsta
hyc: Error: ld: library not found for -lc++
-
selsta
that is the error
-
hyc
it's probably not named libc++
-
selsta
cmake/FindCcache.cmake:49 is the corresponding file
-
hyc
I wonder if the test would be sufficient with -c and no linking
-
hyc
or if it would just break the same way on a real program target
-
selsta
the test used to work fine, this is new
-
selsta
maybe I updated compiled or cmake
-
selsta
compiler*