02:19
<
luke-jr >
Why `-netinfo=∞` no work? /s
03:46
<
luke-jr >
argh, rushed removal of a feature I actually use regularly -.-
07:26
<
wumpus >
huh i use that often too
07:26
<
wumpus >
it's the primary way i use to organize/label transactions in the wallet
07:29
<
wumpus >
commented too
07:30
<
wumpus >
please don't go all-out GNOME here
07:34
<
phantomcircuit >
wumpus, the transaction view should probably tree out the ouputs but like confusing to newbies
07:35
<
hebasto >
luke-jr: wumpus: maybe revert it?
07:38
<
hebasto >
is there a way to colorize test_bitcoin-qt PASS/FAIL output in bash? it's very easy to miss failed test now.
07:53
<
aj >
hebasto: re-ack #18017 ?
07:53
<
aj >
wumpus: ^^ could probably use some re-acks but ought to be RFM, not particular rush though
07:54
<
hebasto >
aj: I'm in
08:04
<
wumpus >
aj: will take a look
08:13
<
hebasto >
aj: done :)
08:24
<
vasild >
What's up with the P2P meeting time? It was at 21:00 UTC yesterday,
https://bitcoincore.org/en/meetings/ lists 15:00 and the linked google calendar reads 21:00 for yesterday, but 15:00 for next meeting on Mar 9.
08:58
<
bitcoin-git >
bitcoin/master fd6580e Anthony Towns: [refactor] txmempool: split epoch logic into class
08:58
<
bitcoin-git >
bitcoin/master b59f278 Wladimir J. van der Laan: Merge #18017: txmempool: split epoch logic into class
08:59
<
aj >
oh, dammit, now i suppose i owe jeremy some review on #18191
10:13
<
vasild >
Looks like we allow an incoming connection from a node to which we have an outgoing one: A->B and A<-B
10:15
<
vasild >
it is ok, I guess, even if a bit strange
12:21
<
bitcoin-git >
bitcoin/master df8f2a1 Hennadii Stepanov: test: Replace accidentally placed bit-OR with logical-OR
12:21
<
bitcoin-git >
bitcoin/master 9307c58 Wladimir J. van der Laan: Merge #21293: test: Replace accidentally placed bit-OR with logical-OR
14:32
<
bitcoin-git >
bitcoin/master 8b08d0f Hennadii Stepanov: build, doc: Fix configure script output indentation and typos
14:32
<
bitcoin-git >
bitcoin/master b54a10e MarcoFalke: Merge #21292: build, doc: Fix configure script output indentation and typo...
15:48
<
shesek >
why does bitcoin-cli create ~/.bitcoin?
15:48
<
hebasto >
shesek: it is a bug, I guess
15:49
<
belcher >
it has to read the rpc username and password doesnt it?
15:49
<
hebasto >
but not need to create it
15:50
<
shesek >
belcher, I'm providing username/paassword credentials
15:50
<
shesek >
and the error reads boost::filesystem::create_directory: Permission denied: /root/.bitcoin
15:52
<
belcher >
try `sudo bitcoin-cli` :p
15:52
<
belcher >
only joking, a better way might be -datadir=/path/to/.bitcoin/
15:53
<
shesek >
its a remote instance, I don't actually have a local datadir
15:53
<
belcher >
can you use /tmp/.bitcoin/ ?
15:53
<
shesek >
that's what I'm currently doing as a workaround, yes :p
15:54
<
luke-jr >
yes, please open an issue or PR fixing it ☺
15:56
<
shesek >
I thought this might be the expected behavior and that I'm missing something, will open an issue
15:58
<
shesek >
an easy way to reproduce is HOME=/no/such/folder bitcoin-cli
17:54
<
wumpus >
shesek: does it? it shouldn't
17:54
<
wumpus >
shesek: I remember fixing that in the deep past, but if you say so the problem has returned
17:56
<
wumpus >
if you fix it please add a regression test as well
20:56
<
provoostenator >
Given the increasing activity around a potential taproot soft fork, I'll just shameless plug #19013, so we're up to date with testing backwards compatibility.
22:43
<
sipa >
bzb: please don't spam here
23:02
<
luke-jr >
it's an interesting issue tho
23:04
<
luke-jr >
provoostenator: I wonder if there's a way to run just some of the compat tests. Too many gets to be annoying to rebuild them all when boost breaks ABI. :/