< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/62117f9f363e...31d98584f3c5
< bitcoin-git> bitcoin/master fa5a4cd MarcoFalke: gui: Generate bech32 addresses by default (take 2, fixup)
< bitcoin-git> bitcoin/master 31d9858 fanquake: Merge #16497: gui: Generate bech32 addresses by default (take 2, fixup)
< bitcoin-git> [bitcoin] fanquake merged pull request #16497: gui: Generate bech32 addresses by default (take 2, fixup) (master...1907-guiBech32Take2) https://github.com/bitcoin/bitcoin/pull/16497
< bitcoin-git> [bitcoin] fanquake pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/31d98584f3c5...fbe4b7665b97
< bitcoin-git> bitcoin/master b2ea20d Kristian Kramer: doc: Fix grammar and punctuation in developer notes
< bitcoin-git> bitcoin/master fbe4b76 fanquake: Merge #16530: doc: Fix grammar and punctuation in developer notes
< bitcoin-git> [bitcoin] fanquake merged pull request #16530: doc: Fix grammar and punctuation in developer notes (master...Tech1k-patch-1) https://github.com/bitcoin/bitcoin/pull/16530
< emilengler> Does the argmanager also loads the bitcoin.conf? Or is this being done seperately
< ariard> kallewoof: but did your txn land in your mempool or were bounced-off by ATMP ?
< ariard> MarcoFalke: yes I agree, if I'm correct MaybeResendWallet will rebroadcast no matter what age?
< fanquake> I've added some Flame Graph notes to core-review: https://github.com/fanquake/core-review/tree/master/flamegraph
< ariard> oh that's nice, it's interesting to see how much reads are expensive even if it's something you always expect
< kallewoof> ariard: no the mempool is empty afterwards, it's just a big spam fest listing every coinbase ever mined by that node (i think)
< kallewoof> This was not the case. Not sure what was different. --> <kallewoof> MarcoFalke: Hm, not sure if 16452 is related or not from looking at the changes. Anyway Ithink you can trigger this by simply starting two regtest nodes and reorging one to the other. They should start spamming those messages I think
< ariard> kallewoof: my PR removed coinbase check in SubmitMemoryPoolAndRelay because it was already checked in ATMP, what you're saying is coinbase txn being resubmited to mempool despite being confirmed?
< fanquake> wumpus: looks like there is also at least 5204, 4908, 3095, 2936
< wumpus> fanquake: ooh fun
< wumpus> fanquake: we should deprecate problematic things more often :)
< fanquake> wumpus: I agree
< fanquake> wumpus: I actually rebased my disable BIP70 by default PR earlier today as well.. #15584
< gribble> https://github.com/bitcoin/bitcoin/issues/15584 | build: disable BIP70 support by default by fanquake · Pull Request #15584 · bitcoin/bitcoin · GitHub
< wumpus> fanquake:thanks !
< fanquake> wumpus: also 5722, 2302
< emilengler> How stuff is being printed in the bitcoind interface?
< emilengler> What is is the function for this
< emilengler> Or is there even a function?
< wumpus> you mean printing to the debug log?
< emilengler> wumpus: Exactly
< sipa> LogPrintf
< emilengler> sipa: Thanks
< wumpus> fanquake: #2302 seems to be about bitcoin: URLs in general
< gribble> https://github.com/bitcoin/bitcoin/issues/2302 | Double-clicking bitcoin: URI link == duplicate Pay Tos · Issue #2302 · bitcoin/bitcoin · GitHub
< sipa> emilengler: you can find these things yourself by grepping the source code for strings you see appear
< fanquake> wumpus: yea, realised after another look, have left that open
< wumpus> emilengler: yes, or LogPrint(BCLog::ADDRMAN, for specific categories that can be specified with -debug=...
< emilengler> sipa: Ok, will do this in future :) I might be using this channel to often ;)
< sipa> emilengler: it's not that you're not welcome asking questions, but you can learn a lot more by investigating things yourself
< wumpus> yes, printing to the debug log seemed too straightforward a question, I was worried for a bit that he wanted to print, to a printer :)
< sipa> ha
< emilengler> I think priting is better term then putting
< sipa> "logging"
< sipa> transitive verb
< sipa> 1a : to cut (trees) for lumber
< sipa> b : to clear (land) of trees in lumbering —often used with off
< wumpus> hah i remember that the icon for gnome-logger (or a tool to browse system logs, at least) was a literal log of wood at some point, this confused people for whom English is not their native language a lot
< wumpus> fanquake: I don't see the comment you added in #16533, maybe you pushed the wrong branch?
< gribble> https://github.com/bitcoin/bitcoin/issues/16533 | build: disable libxcb extensions by fanquake · Pull Request #16533 · bitcoin/bitcoin · GitHub
< wumpus> oh, you added it only to the commit description and not in the change itself, ok, that wasn't clear to me
< * wumpus> tends to interpret 'comment' as code comment 😄
< kallewoof> ariard: see my pastebin link etc. I've never seen that kind of stuff before. The coinbase is obviously not getting into the mempool because it is not a valid mempool tx, but the logger is saying it attempts to do so for what it looksl ike a lot of or all of the coinbases related to the node's wallet.
< fanquake> wumpus: right, that might actually be what dongcarl meant. I can update with a comment in the .mk file if you prefer.
< emilengler> I think I'm using LogPrintf() wrong
< emilengler> It logs stuff that does not belong there
< emilengler> It logs stuff like "Env: opencon thread exit" eventhough it should only log a %s with a linebreak
< emilengler> Ok nevermind looks like the problems are at my pointer
< fanquake> wumpus: added both now anyways.
< bitcoin-git> [bitcoin] fanquake opened pull request #16554: test: only include and use OpenSSL where it's actually needed (BIP70) (master...test_openssl_include) https://github.com/bitcoin/bitcoin/pull/16554
< wumpus> fanquake: yes, i think adding both is best for these kinds of things: a source code comment is more apparent than a commit comment on casual browsing, but it's good to have the rationale in git history too
< promag> all done in #15729 and #16404
< gribble> https://github.com/bitcoin/bitcoin/issues/15729 | rpc: Raise error in getbalance if minconf is not zero by promag · Pull Request #15729 · bitcoin/bitcoin · GitHub
< gribble> https://github.com/bitcoin/bitcoin/issues/16404 | qa: Test ZMQ notification after chain reorg by promag · Pull Request #16404 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] Sjors opened pull request #16555: [doc] mention whitelist is inbound, and applies to blocksonly (master...2019/08/doc-whitelistrelay) https://github.com/bitcoin/bitcoin/pull/16555
< bitcoin-git> [bitcoin] setpill opened pull request #16556: Fix systemd service perms (master...fix-systemd-service-perms) https://github.com/bitcoin/bitcoin/pull/16556
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/fbe4b7665b97...b725979a1175
< bitcoin-git> bitcoin/master faff85a MarcoFalke: test: Format feature_fee_estimation with pep8
< bitcoin-git> bitcoin/master fa76285 MarcoFalke: test: Explain why -whitelist is used in feature_fee_estimation
< bitcoin-git> bitcoin/master b725979 MarcoFalke: Merge #16535: test: Explain why -whitelist is used in feature_fee_estimati...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16535: test: Explain why -whitelist is used in feature_fee_estimation (master...1908-testDocFeeEst) https://github.com/bitcoin/bitcoin/pull/16535
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b725979a1175...e5fdda68c6d2
< bitcoin-git> bitcoin/master 2f37163 fanquake: test: only include and init openSSL where it's actually used
< bitcoin-git> bitcoin/master e5fdda6 MarcoFalke: Merge #16554: test: only include and use OpenSSL where it's actually neede...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #16554: test: only include and use OpenSSL where it's actually needed (BIP70) (master...test_openssl_include) https://github.com/bitcoin/bitcoin/pull/16554
< ariard> kallewoof: ah yes now the logger in SubmitMemoryPoolAndRelay is printing before confirmation checks are done in BroadcastTransaction
< ariard> IMO best would be to remove txn with more 100 confs from mapWallet to avoid broadcast retries of old confirmed ones
< bitcoin-git> [bitcoin] jamesob closed pull request #16487: validationinterface: add unused CChainState parameter (master...2019-07-au-vi-arg) https://github.com/bitcoin/bitcoin/pull/16487
< jnewbery> The coinbase check was removed here: https://github.com/bitcoin/bitcoin/pull/15713/files#diff-b2bb174788c7409b671c46ccc86034bdL2163 (in PR 15713). I think we should just restore it
< jnewbery> I didn't realise the log spam implications of removing that check
< bitcoin-git> [bitcoin] jnewbery opened pull request #16557: [wallet] restore coinbase check in SubmitMemoryPoolAndRelay() (master...2019-08-restore-coinbase-check) https://github.com/bitcoin/bitcoin/pull/16557
< jnewbery> kallewoof: 16557 should fix it for you
< achow101> did the code signatures for 0.18.1 go up yet?
< bitcoin-git> [bitcoin] gapeman opened pull request #16558: Update headers to 2019 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16558
< bitcoin-git> [bitcoin] fanquake closed pull request #16558: Update headers to 2019 (master...patch-1) https://github.com/bitcoin/bitcoin/pull/16558
< bitcoin-git> [bitcoin] gapeman opened pull request #16559: Unified text outputs (master...patch-2) https://github.com/bitcoin/bitcoin/pull/16559
< bitcoin-git> [bitcoin] luke-jr opened pull request #16560: Bugfix: QA: Run tests with UPnP disabled (master...test_without_upnp) https://github.com/bitcoin/bitcoin/pull/16560