< bitcoin-git> [bitcoin] dscotese opened pull request #21289: Update tc.sh (With only an explanatory comment) (master...patch-2) https://github.com/bitcoin/bitcoin/pull/21289
< sipa> g
< luke-jr> Why `-netinfo=∞` no work? /s
< luke-jr> argh, rushed removal of a feature I actually use regularly -.-
< wumpus> huh i use that often too
< wumpus> it's the primary way i use to organize/label transactions in the wallet
< wumpus> commented too
< wumpus> please don't go all-out GNOME here
< phantomcircuit> wumpus, the transaction view should probably tree out the ouputs but like confusing to newbies
< hebasto> luke-jr: wumpus: maybe revert it?
< hebasto> is there a way to colorize test_bitcoin-qt PASS/FAIL output in bash? it's very easy to miss failed test now.
< bitcoin-git> [gui] laanwj opened pull request #223: qt: Re-add transaction "Edit Label" Action (master...2021-02-readd-edit-label) https://github.com/bitcoin-core/gui/pull/223
< aj> hebasto: re-ack #18017 ?
< gribble> https://github.com/bitcoin/bitcoin/issues/18017 | txmempool: split epoch logic into class by ajtowns · Pull Request #18017 · bitcoin/bitcoin · GitHub
< aj> wumpus: ^^ could probably use some re-acks but ought to be RFM, not particular rush though
< hebasto> aj: I'm in
< wumpus> aj: will take a look
< hebasto> aj: done :)
< aj> \o/
< 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.
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/587c986ccf88...b59f2787e533
< bitcoin-git> bitcoin/master fd6580e Anthony Towns: [refactor] txmempool: split epoch logic into class
< bitcoin-git> bitcoin/master b59f278 Wladimir J. van der Laan: Merge #18017: txmempool: split epoch logic into class
< aj> \o/
< bitcoin-git> [bitcoin] laanwj merged pull request #18017: txmempool: split epoch logic into class (master...202001-epoch) https://github.com/bitcoin/bitcoin/pull/18017
< aj> oh, dammit, now i suppose i owe jeremy some review on #18191
< gribble> https://github.com/bitcoin/bitcoin/issues/18191 | Change UpdateForDescendants to use Epochs by JeremyRubin · Pull Request #18191 · bitcoin/bitcoin · GitHub
< vasild> Looks like we allow an incoming connection from a node to which we have an outgoing one: A->B and A<-B
< vasild> it is ok, I guess, even if a bit strange
< bitcoin-git> [bitcoin] hebasto opened pull request #21292: build, doc: Fix configure script output indentation and typos (master...210224-layout) https://github.com/bitcoin/bitcoin/pull/21292
< bitcoin-git> [bitcoin] hebasto opened pull request #21293: test: Replace accidentally placed bit-OR with logical-OR (master...210224-or) https://github.com/bitcoin/bitcoin/pull/21293
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b59f2787e533...9307c588d0be
< bitcoin-git> bitcoin/master df8f2a1 Hennadii Stepanov: test: Replace accidentally placed bit-OR with logical-OR
< bitcoin-git> bitcoin/master 9307c58 Wladimir J. van der Laan: Merge #21293: test: Replace accidentally placed bit-OR with logical-OR
< bitcoin-git> [bitcoin] laanwj merged pull request #21293: test: Replace accidentally placed bit-OR with logical-OR (master...210224-or) https://github.com/bitcoin/bitcoin/pull/21293
< bitcoin-git> [gui] hebasto opened pull request #225: qt: Fix PaymentServer::handleURIOrFile warning message (master...210224-server) https://github.com/bitcoin-core/gui/pull/225
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/9307c588d0be...b54a10e777f9
< bitcoin-git> bitcoin/master 8b08d0f Hennadii Stepanov: build, doc: Fix configure script output indentation and typos
< bitcoin-git> bitcoin/master b54a10e MarcoFalke: Merge #21292: build, doc: Fix configure script output indentation and typo...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #21292: build, doc: Fix configure script output indentation and typos (master...210224-layout) https://github.com/bitcoin/bitcoin/pull/21292
< bitcoin-git> [bitcoin] Sjors closed pull request #20614: util: RunCommandParseJSON followups (master...2020/12/build-aux) https://github.com/bitcoin/bitcoin/pull/20614
< shesek> why does bitcoin-cli create ~/.bitcoin?
< hebasto> shesek: it is a bug, I guess
< belcher> it has to read the rpc username and password doesnt it?
< hebasto> but not need to create it
< shesek> belcher, I'm providing username/paassword credentials
< shesek> and the error reads boost::filesystem::create_directory: Permission denied: /root/.bitcoin
< belcher> try `sudo bitcoin-cli` :p
< belcher> only joking, a better way might be -datadir=/path/to/.bitcoin/
< shesek> its a remote instance, I don't actually have a local datadir
< belcher> can you use /tmp/.bitcoin/ ?
< shesek> that's what I'm currently doing as a workaround, yes :p
< luke-jr> yes, please open an issue or PR fixing it ☺
< shesek> I thought this might be the expected behavior and that I'm missing something, will open an issue
< shesek> an easy way to reproduce is HOME=/no/such/folder bitcoin-cli
< bitcoin-git> [gui] jonatack opened pull request #226: Add "Last Block" and "Last Tx" rows to peer details area (master...add-last-block-and-last-transaction-to-peer-details) https://github.com/bitcoin-core/gui/pull/226
< wumpus> shesek: does it? it shouldn't
< wumpus> shesek: I remember fixing that in the deep past, but if you say so the problem has returned
< wumpus> if you fix it please add a regression test as well
< bitcoin-git> [gui] hebasto opened pull request #227: Add URI info into -help output (master...210224-help) https://github.com/bitcoin-core/gui/pull/227
< 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.
< gribble> https://github.com/bitcoin/bitcoin/issues/19013 | test: add v0.20.1 and v0.21.0 to backwards compatibility test by Sjors · Pull Request #19013 · bitcoin/bitcoin · GitHub
< bitcoin-git> [gui] hebasto opened pull request #228: Drop unused parameter in GUIUtil::get{Save|Open}FileName (master...210224-file) https://github.com/bitcoin-core/gui/pull/228
< bitcoin-git> [bitcoin] jonatack opened pull request #21297: test: `feature_blockfilterindex_prune.py` improvements (master...feature_blockfilterindex_prune-improvements) https://github.com/bitcoin/bitcoin/pull/21297
< sipa> bzb: please don't spam here
< luke-jr> it's an interesting issue tho
< 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. :/