< hebasto> promag: np
< bitcoin-git> [bitcoin] martinus closed pull request #16801: faster & less memory for sync: bulk pool allocator for node based containers (master...2019-08-bulkpoolallocator) https://github.com/bitcoin/bitcoin/pull/16801
< bitcoin-git> [bitcoin] laanwj pushed 9 commits to master: https://github.com/bitcoin/bitcoin/compare/30521302f90e...2065ef66ee6f
< bitcoin-git> bitcoin/master 5624ab0 fanquake: random: stop feeding RNG output back into OpenSSL
< bitcoin-git> bitcoin/master 4fcfcc2 fanquake: random: stop retrieving random bytes from OpenSSL
< bitcoin-git> bitcoin/master b49b6b0 fanquake: random: Remove remaining OpenSSL calls and locking infrastructure
< bitcoin-git> [bitcoin] laanwj merged pull request #17265: Remove OpenSSL (master...remove_openssl) https://github.com/bitcoin/bitcoin/pull/17265
< jonatack> \o/
< wumpus> finally !
< wumpus> achow101: haven't really followed that PR, maybe meshcollider can comment
< bitcoin-git> [bitcoin] hebasto opened pull request #17513: refactor, qt: Nuke some circular dependencies (master...20191119-nuke-circular-dep) https://github.com/bitcoin/bitcoin/pull/17513
< bitcoin-git> [bitcoin] Sjors closed pull request #16966: ui: make send a wizard (master...2019/09/gui-send) https://github.com/bitcoin/bitcoin/pull/16966
< bitcoin-git> [bitcoin] laanwj opened pull request #17514: util: Make logging noexcept (master...2019_11_logging_noexcept) https://github.com/bitcoin/bitcoin/pull/17514
< bitcoin-git> [bitcoin] laanwj opened pull request #17515: Remove straggling OpenSSL references from doc and build (master...2019_11_ssl_crypto_doc_cleanup) https://github.com/bitcoin/bitcoin/pull/17515
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2065ef66ee6f...92db280817c5
< bitcoin-git> bitcoin/master adbe155 Wladimir J. van der Laan: doc: Add some better examples for scripted diff
< bitcoin-git> bitcoin/master 92db280 Wladimir J. van der Laan: Merge #17411: doc: Add some better examples for scripted diff
< bitcoin-git> [bitcoin] laanwj merged pull request #17411: doc: Add some better examples for scripted diff (master...2019_11_scripted_diff_examples) https://github.com/bitcoin/bitcoin/pull/17411
< bitcoin-git> [bitcoin] MarcoFalke pushed 4 commits to master: https://github.com/bitcoin/bitcoin/compare/92db280817c5...e1df92213253
< bitcoin-git> bitcoin/master 621d398 fanquake: test: skip bitcoin_cli test when the cli isn't compiled
< bitcoin-git> bitcoin/master e9277ba fanquake: test: skip wallet_listreceivedby test when the cli isn't compiled
< bitcoin-git> bitcoin/master a673521 fanquake: test: skip tool_wallet test when bitcoin-wallet isn't compiled
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #17497: test: skip tests when utils haven't been compiled (master...skip_cli_interface_test_when_no_cli) https://github.com/bitcoin/bitcoin/pull/17497
< instagibbs_> is there a tip/tutorial to get QT creator project "loaded"? GUIs baffle me :)
< instagibbs_> loaded for bitcoin-qt*
< instagibbs_> nope! reading
< sipsorcery> it's the only one i found and was enough to allow me to load the project
< sipsorcery> couldn't do much after that though, Qt is a big beast!
< instagibbs_> variable name choices leave something to be desired at least... :P "form_2" etc
< instagibbs_> (there is no form_1)
< hebasto> instagibbs_: ^ there are a lot of such stuff in our Qt forms code base...
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/e1df92213253...b4a1da9ef8e4
< bitcoin-git> bitcoin/master 278751e Wladimir J. van der Laan: doc: Remove ssl as a required dependency from build-unix
< bitcoin-git> bitcoin/master 2d70665 Wladimir J. van der Laan: build: remove libcrypto as internal dependency in libbitcoinconsensus.pc
< bitcoin-git> bitcoin/master 7ea5526 Wladimir J. van der Laan: test: remove lsan suppression for libcrypto
< bitcoin-git> [bitcoin] fanquake merged pull request #17515: Remove straggling OpenSSL references from doc and build (master...2019_11_ssl_crypto_doc_cleanup) https://github.com/bitcoin/bitcoin/pull/17515
< bitcoin-git> [bitcoin] hebasto opened pull request #17516: refactor, tool: Cleanup WalletTool namespace (master...20191119-wallettool-namespace) https://github.com/bitcoin/bitcoin/pull/17516
< promag> luke-jr: in https://github.com/bitcoin/bitcoin/issues/2545#issuecomment-16766544 what you mean by "going away" ?
< sipa> promag: it's a 6 year old comment :)
< promag> sipa: yeah, still curious what was the idea back then
< sipa> there was some thinking on a replacement for wallet.dat to get rid of BDB
< bitcoin-git> [bitcoin] hebasto closed pull request #17516: refactor, tool: Cleanup WalletTool namespace (master...20191119-wallettool-namespace) https://github.com/bitcoin/bitcoin/pull/17516
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17517: ci: Bump to clang-8 for asan build to avoid segfaults on ppc64le (master...1911-ciPpcAsan) https://github.com/bitcoin/bitcoin/pull/17517
< bitcoin-git> [bitcoin] hebasto opened pull request #17518: refactor, wallet: Nuke coincontrol circular dependency (master...20191119-coincontrol-dep) https://github.com/bitcoin/bitcoin/pull/17518
< bitcoin-git> [bitcoin] narula opened pull request #17519: refactor: Remove unused COINBASE_FLAGS (master...removecoinbaseflags) https://github.com/bitcoin/bitcoin/pull/17519
< bitcoin-git> [bitcoin] Sjors opened pull request #17520: Mark depends headers as -isystem (master...2019/11/depends-isystem) https://github.com/bitcoin/bitcoin/pull/17520
< bitcoin-git> [bitcoin] fanquake opened pull request #17521: depends: only use D-Bus with Qt on linux (master...no_dbus_macos) https://github.com/bitcoin/bitcoin/pull/17521
< promag> provoostenator: hebasto: would appreciate your review in #17457
< gribble> https://github.com/bitcoin/bitcoin/issues/17457 | gui: Fix manual coin control with multiple wallets loaded by promag . Pull Request #17457 . bitcoin/bitcoin . GitHub
< provoostenator> promag: added to list. Feel free to re-ACK #16944 in the mean time...
< gribble> https://github.com/bitcoin/bitcoin/issues/16944 | gui: create PSBT with watch-only wallet by Sjors . Pull Request #16944 . bitcoin/bitcoin . GitHub
< promag> provoostenator: sure
< hebasto> promag: I will
< bitcoin-git> [bitcoin] MarcoFalke closed pull request #14384: Fire TransactionRemovedFromMempool callbacks from mempool (master...patch/validationinterface-resolve-circular-dependencies) https://github.com/bitcoin/bitcoin/pull/14384
< bitcoin-git> [bitcoin] MarcoFalke reopened pull request #14384: Fire TransactionRemovedFromMempool callbacks from mempool (master...patch/validationinterface-resolve-circular-dependencies) https://github.com/bitcoin/bitcoin/pull/14384
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #17522: test: Wait until mempool is loaded in wallet_abandonconflict (master...1911-testMempoolLoaded) https://github.com/bitcoin/bitcoin/pull/17522
< bitcoin-git> [bitcoin] achow101 opened pull request #17524: psbt: handle unspendable psbts (master...analyzepsbt-invalid) https://github.com/bitcoin/bitcoin/pull/17524
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17424: doc:Travis CI note on Build Timeouts (master...travis-note) https://github.com/bitcoin/bitcoin/pull/17424
< bitcoin-git> [bitcoin] RandyMcMillan closed pull request #17462: build: macOS fix Info.plist (master...info-plist) https://github.com/bitcoin/bitcoin/pull/17462
< bitcoin-git> [bitcoin] achow101 opened pull request #17526: Use Single Random Draw In addition to knapsack as coin selection fallback (master...srd-fallback-2) https://github.com/bitcoin/bitcoin/pull/17526
< bitcoin-git> [bitcoin] sipa opened pull request #17527: Fix CPUID subleaf iteration (master...201911_fixed_cpuid_subleafs) https://github.com/bitcoin/bitcoin/pull/17527