03:14
<
fanquake >
Pretty quiet meeting last night. Assume everyone is recovering from a few days in NY ?
08:51
<
gmaxwell >
getrawmempool verbose is astonishingly slow, a PR just went in to make it faster but it is still astonishgly slow.
08:52
<
gmaxwell >
I am reasonably confident that it was not anywhere near this slow last time the mempools were big.
08:54
<
gmaxwell >
Anyone else have any WAGs at what might have slowed it down during the last two years?
08:56
<
b10c >
IIRC it was already slow in late 2017
10:30
<
fanquake >
wumpus 5 utACKs on #15999 if you'd like to take a look
11:19
<
bitcoin-git >
bitcoin/master 593a8e8 practicalswift: wallet: Use chain.lock() instead of temporary chain.assumeLocked()
11:19
<
bitcoin-git >
bitcoin/master 9402ef0 practicalswift: Remove temporary method assumeLocked(). Remove LockingStateImpl. Remove re...
11:19
<
bitcoin-git >
bitcoin/master f3d27d1 MarcoFalke: Merge #16033: Hold cs_main when reading chainActive via getTipLocator(). R...
11:24
<
bitcoin-git >
bitcoin/master fa86c8a MarcoFalke: init: Remove dead code in LoadChainTip
11:24
<
bitcoin-git >
bitcoin/master a822a0e MarcoFalke: Merge #15999: init: Remove dead code in LoadChainTip
13:41
<
stevenroose >
How are the manpages generated again?
13:42
<
stevenroose >
I did it before I think, but can't seem to find out how to do it anymore.
13:43
<
stevenroose >
Ah I think I found it, in contrib/devtools/. Nvm :)
15:30
<
bitcoin-git >
bitcoin/master faede74 MarcoFalke: doc: Explain how to pass in non-fundamental types into functions
15:30
<
bitcoin-git >
bitcoin/master 277abed MarcoFalke: Merge #15922: doc: Explain how to pass in non-fundamental types into funct...
20:50
<
bitcoin-git >
bitcoin/master feed98e Hennadii Stepanov: Ensure repos are up-to-date
20:50
<
bitcoin-git >
bitcoin/master c89a634 MarcoFalke: Merge #15863: scripts and tools: Ensure repos are up-to-date in gitian-bui...
22:07
<
jb55 >
achow101: why would {sh_,}wpkh descriptor multimports takes twice as long as pkh multiimports? I'm testing your batch write branch now.
23:17
<
jb55 >
going to do some profiling, these import times are brutal...
23:27
<
achow101 >
jb55: more scripts to import probably
23:46
<
jb55 >
achow101: looks IO bound... iotop shows tons of disk activity when importing. does importing really need to do that much disk IO?
23:47
<
achow101 >
Yeah, it's writing everything to the wallet file on disk
23:48
<
jb55 >
achow101: yeah but I was seeing like 3MBps for a good 8 minutes for an 11MB wallet.dat ...
23:49
<
achow101 >
Sounds possible
23:49
<
gmaxwell >
that just sounds like its not batching.