< jonasschnelli>
fanquake: I think they are interactive (JS/HTML)...
< jonasschnelli>
I'm interested to generate one for every master commit....
< fanquake>
jonasschnelli: yes, it generates SVGs, that you can click on, filter, search through etc
< jonasschnelli>
Ah.
< fanquake>
I'd upload the SVGs for others to look at directly, but I'm not sure where to do that quickly/easily ?
< fanquake>
imgur or github wont accept them
< jonasschnelli>
Similar to the CI I run, maybe we can run Startup / IBD. etc. on a dedicated calm system and callgrind/flamgraph it. So comparision is possible
< jonasschnelli>
fanquake: have a server somewhere. :P
< kallewoof>
While writing code to do the reorg feature in signet, I realized something really weird happened to my node when it switched chains. It was basically submitting several hundred transactions to the mempool for relay, despite those transactions being already mined and confirmed (some 4000+ blocks earlier).
< kallewoof>
I think those transactions are coinbase transactions, too. But maybe not all of them. Example -> https://pastebin.com/NHBJcUGP
< bitcoin-git>
bitcoin/master 68f5466 Ben Woosley: test: Fix “local variable 'e' is assigned to but never used”
< bitcoin-git>
bitcoin/master fa8a1d7 MarcoFalke: test: Adapt test framework for chains other than "regtest"
< bitcoin-git>
bitcoin/master faf3683 MarcoFalke: test: Avoid hardcoding the chain name in combine_logs
< bitcoin-git>
[bitcoin] MarcoFalke merged pull request #16509: test: Adapt test framework for chains other than "regtest" (master...1908-testChainName) https://github.com/bitcoin/bitcoin/pull/16509
< MarcoFalke>
[04:58] <kallewoof> While writing code to do the reorg feature in signet, I realized something really weird happened to my node when it switched chains. It was basically submitting several hundred transactions to the mempool for relay, despite those transactions being already mined and confirmed (some 4000+ blocks earlier).
< MarcoFalke>
Probably due to the wallet refactor on tx re-submission
< bitcoin-git>
[bitcoin] mmachicao opened pull request #16548: Make the global flag *fDiscover* an instance variable of CConnman (master...bitcoin_issue_14210) https://github.com/bitcoin/bitcoin/pull/16548
< bitcoin-git>
[bitcoin] Sjors opened pull request #16549: [WIP] UI external signer support (e.g. hardware wallet) (master...2019/08/hww-qt) https://github.com/bitcoin/bitcoin/pull/16549
< provoostenator>
^ that was supposed to be Draft
< 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
< bitcoin-git>
[bitcoin] MarcoFalke opened pull request #16551: test: Test that low difficulty chain fork is rejected (master...1908-testDosLowHeader) https://github.com/bitcoin/bitcoin/pull/16551