< phantomcircuit> sipa, yes
< phantomcircuit> sipa, currently you can either have pruning enabled or filters enabled but not both, at least some of this could actually be used with filters enabled and pruning enabled
< sipa> phantomcircuit: for some things that makes sense, if they're to be queried per block
< sipa> but for others it may be weird (like txindex where you'd get an answer restricted to indexex blocks) or completely nonsensical (say a fancy utxo based index)
< luke-jr> phantomcircuit: I don't see how pruning+filters needs any change in filter logic
< luke-jr> pruning+index / index
< luke-jr> just need more care to avoid pruning before the index syncs, and don't index into block files
< phantomcircuit> sipa, yeha that's fair i guess it's pretty much only the block filter indexes where it would be useful
< phantomcircuit> luke-jr, if you enable the filter after pruning has been done then it's just impossible to know what's happening
< luke-jr> phantomcircuit: I think I agree with the notion that what we have today probably doesn't need to be sync-based
< luke-jr> indeed, the only example I can think of would be when we want to index the UTXO set
< bitcoin-git> [bitcoin] Crypt-iQ opened pull request #19452: doc: afl fuzzing comment about afl-gcc and afl-g++ (master...afl_gcc_0705) https://github.com/bitcoin/bitcoin/pull/19452
< bitcoin-git> [bitcoin] jonatack opened pull request #19453: refactor: reduce DefaultRequestHandler memory allocations (master...cli-reduce-memory-allocations) https://github.com/bitcoin/bitcoin/pull/19453
< bitcoin-git> [bitcoin] jonatack opened pull request #19454: tools: `.clang-format` compat with clang versions < 9 (master...clang-6-compatibility) https://github.com/bitcoin/bitcoin/pull/19454
< bitcoin-git> [bitcoin] jonatack opened pull request #19455: rpc generate: print useful help and error message (master...rpc-generate-helpful-error_message) https://github.com/bitcoin/bitcoin/pull/19455
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/f4301e910792...b52e25cc1be3
< bitcoin-git> bitcoin/master 605884e Fabian Jahr: refactor: Extract GetBogoSize function
< bitcoin-git> bitcoin/master a712cf6 Fabian Jahr: rpc: gettxoutsetinfo can specify hash_type (only legacy option for now)
< bitcoin-git> bitcoin/master f17a4d1 Fabian Jahr: rpc: Add hash_type NONE to gettxoutsetinfo
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #19328: Add gettxoutsetinfo hash_type option (master...csi-5-hash_type-none) https://github.com/bitcoin/bitcoin/pull/19328
< promag> pretty weird issue #19456
< gribble> https://github.com/bitcoin/bitcoin/issues/19456 | bitcoin-qt 20. GUI opens empty · Issue #19456 · bitcoin/bitcoin · GitHub
< promag> the user says the issue also exists in 0.19
< promag> but 0.18 works
< promag> I don't recall of any change that affect this
< achow101> could be a resizing problem?
< achow101> maybe related to his DE/WM
< achow101> :q
< promag> dunno, it doesn't even show menubar.. but statusbar is there
< promag> maybe #16413 ?
< gribble> https://github.com/bitcoin/bitcoin/issues/16413 | depends: Bump QT to LTS release 5.9.8 by THETCR · Pull Request #16413 · bitcoin/bitcoin · GitHub
< hebasto> promag: let's wait for additional info which let us to reproduce a bug :)
< promag> ofc
< achow101> yes
< bitcoin-git> [bitcoin] achow101 opened pull request #19457: wallet: Cleanup wallettool salvage and walletdb extraneous declarations (master...walletdb-statics-followup) https://github.com/bitcoin/bitcoin/pull/19457