< fanquake> captjakk feel free to open a PR. If you're interested in tor support, might want to checkout #15423 as well.
< gribble> https://github.com/bitcoin/bitcoin/issues/15423 | torcontrol: Query Tor for correct -onion configuration by luke-jr . Pull Request #15423 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] Sjors closed pull request #17879: gui: uncheck encrypt by default when creating wallet (master...2020/01/ui-create-wallet) https://github.com/bitcoin/bitcoin/pull/17879
< wumpus> captjakk: see #16748
< gribble> https://github.com/bitcoin/bitcoin/issues/16748 | [WIP] Add support for addrv2 (BIP155) by dongcarl . Pull Request #16748 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj pushed 1 commit to 0.19: https://github.com/bitcoin/bitcoin/compare/febf04841fd9...fd4ec7c72047
< bitcoin-git> bitcoin/0.19 fd4ec7c Wladimir J. van der Laan: qt: Periodic translations update for 0.19 branch
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/fcef6dbc15ef...6dd982aa9eeb
< bitcoin-git> bitcoin/master 63bf06a Andrew Chow: Restore English translation option
< bitcoin-git> bitcoin/master 6dd982a Wladimir J. van der Laan: Merge #17886: Restore English translation option
< bitcoin-git> [bitcoin] laanwj merged pull request #17886: Restore English translation option (master...fix-en-translate) https://github.com/bitcoin/bitcoin/pull/17886
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/6dd982aa9eeb...07efb3fe2ba4
< bitcoin-git> bitcoin/master a004673 Hennadii Stepanov: qt: Add LogQtInfo() function
< bitcoin-git> bitcoin/master 07efb3f Wladimir J. van der Laan: Merge #17826: qt: Log Qt related info
< bitcoin-git> [bitcoin] laanwj merged pull request #17826: qt: Log Qt related info (master...20191229-host-info) https://github.com/bitcoin/bitcoin/pull/17826
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/07efb3fe2ba4...b065df803ce2
< bitcoin-git> bitcoin/master b0a2540 fanquake: build: add Wdate-time to Werror flags
< bitcoin-git> bitcoin/master b065df8 Wladimir J. van der Laan: Merge #17880: build: add -Wdate-time to Werror flags
< bitcoin-git> [bitcoin] laanwj merged pull request #17880: build: add -Wdate-time to Werror flags (master...add_Werror_date_time) https://github.com/bitcoin/bitcoin/pull/17880
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/b065df803ce2...40a495a38a26
< bitcoin-git> bitcoin/master fa37e0a MarcoFalke: test: Show debug log on unit test failure
< bitcoin-git> bitcoin/master 40a495a Wladimir J. van der Laan: Merge #16975: test: Show debug log on unit test failure
< bitcoin-git> [bitcoin] laanwj merged pull request #16975: test: Show debug log on unit test failure (master...1909-testPrintLogOnFail) https://github.com/bitcoin/bitcoin/pull/16975
< bitcoin-git> [bitcoin] fanquake pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/40a495a38a26...7f3675b3ce2a
< bitcoin-git> bitcoin/master a82bd8f Hennadii Stepanov: util: Replace magics with DEFAULT_PRUNE_TARGET_GB
< bitcoin-git> bitcoin/master 68c9bbe Hennadii Stepanov: qt: Force set nPruneSize in QSettings after intro
< bitcoin-git> bitcoin/master b0bfbe5 Hennadii Stepanov: refactor: Drop `bool force' parameter
< bitcoin-git> [bitcoin] fanquake merged pull request #17696: qt: Force set nPruneSize in QSettings after the intro dialog (master...20191208-prune-settings-override) https://github.com/bitcoin/bitcoin/pull/17696
< fanquake> If anyone has suggestions for 0.19.1 backporting that aren't already in the 0.19 branch, or part of #17858, please make them known.
< gribble> https://github.com/bitcoin/bitcoin/issues/17858 | [0.19] Backports by fanquake . Pull Request #17858 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] laanwj pushed 13 commits to 0.19: https://github.com/bitcoin/bitcoin/compare/fd4ec7c72047...bb123c6527c0
< bitcoin-git> bitcoin/0.19 b9f1bc0 Jan Beich: wallet: unbreak with boost 1.72
< bitcoin-git> bitcoin/0.19 d14ab7c fanquake: gui: disable File->CreateWallet during startup
< bitcoin-git> bitcoin/0.19 bda2f5b Harris: cli: fix Fatal LevelDB error when specifying -blockfilterindex=basic twice...
< bitcoin-git> [bitcoin] laanwj merged pull request #17858: [0.19] Backports (0.19...0_19_1_backports) https://github.com/bitcoin/bitcoin/pull/17858
< bitcoin-git> [bitcoin] practicalswift opened pull request #17895: build: Enable Clang's -Wconditional-uninitialized to warn on potential uninitialized reads (master...continue-killing-of-uninitialized-reads) https://github.com/bitcoin/bitcoin/pull/17895
< promag> wumpus: maybe also see #17445
< gribble> https://github.com/bitcoin/bitcoin/issues/17445 | zmq: Fix due to invalid argument and multiple notifiers by promag . Pull Request #17445 . bitcoin/bitcoin . GitHub
< wumpus> yes that one seems straightforward enough
< luke-jr> there were a few PRs I left a comment suggesting backports, but I forget which
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/7f3675b3ce2a...295211e66829
< bitcoin-git> bitcoin/master 3e730bf Joao Barbosa: zmq: Fix due to invalid argument and multiple notifiers
< bitcoin-git> bitcoin/master 295211e Wladimir J. van der Laan: Merge #17445: zmq: Fix due to invalid argument and multiple notifiers
< bitcoin-git> [bitcoin] laanwj merged pull request #17445: zmq: Fix due to invalid argument and multiple notifiers (master...2019-11-fix-17185) https://github.com/bitcoin/bitcoin/pull/17445
< promag> wumpus: thanks, #16963 is imo also ready, otherwise let me know if existing nits are worth vs existings ack
< gribble> https://github.com/bitcoin/bitcoin/issues/16963 | wallet: Fix unique_ptr usage in boost::signals2 by promag . Pull Request #16963 . bitcoin/bitcoin . GitHub
< wumpus> fanquake: #16392 mentions "Make the 10.14 SDK available to Travis.", what needs to be done for this?
< gribble> https://github.com/bitcoin/bitcoin/issues/16392 | build: macOS toolchain update by fanquake . Pull Request #16392 . bitcoin/bitcoin . GitHub
< wumpus> promag: ok
< fanquake> luke-jr: I included at least one of those in my pr
< fanquake> wumpus: the 10.14 SDK tarball needs to be put up wherever Travis currently downloads the 10.12 one from. I think bitcoincore.org.
< wumpus> fanquake: I might be able to do that
< bitcoin-git> [bitcoin] laanwj pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/295211e66829...6196e9300181
< bitcoin-git> bitcoin/master 81ea66c Russell Yanofsky: Drop signal CClientUIInterface::LoadWallet
< bitcoin-git> bitcoin/master 6d6a7a8 Joao Barbosa: gui: Fix duplicate wallet showing up
< bitcoin-git> bitcoin/master 6196e93 Wladimir J. van der Laan: Merge #16963: wallet: Fix unique_ptr usage in boost::signals2
< bitcoin-git> [bitcoin] laanwj merged pull request #16963: wallet: Fix unique_ptr usage in boost::signals2 (master...2019-09-fix-loadwallet-signal-uniqueptr) https://github.com/bitcoin/bitcoin/pull/16963
< promag> wumpus & co: thanks, #17792 can be reopened now
< gribble> https://github.com/bitcoin/bitcoin/issues/17792 | 0.19: Backports by promag . Pull Request #17792 . bitcoin/bitcoin . GitHub
< bitcoin-git> [bitcoin] ryanofsky reopened pull request #17792: 0.19: Backports (0.19...2019-12-backports) https://github.com/bitcoin/bitcoin/pull/17792
< bitcoin-git> [bitcoin] sipa opened pull request #17896: Serialization improvements (step 2) (master...202001_noncastserial_2) https://github.com/bitcoin/bitcoin/pull/17896
< luke-jr> is there already an issue open for src/bench/data/block413567.raw.h not auto-regenerating as needed? :x
< bitcoin-git> [bitcoin] jimpo opened pull request #17897: init: Stop indexes on shutdown after ChainStateFlushed callback. (master...index-commit) https://github.com/bitcoin/bitcoin/pull/17897
< luke-jr> sigh, why don't we just forbid \W in wallet names? maybe too late now..
< bitcoin-git> [bitcoin] hebasto opened pull request #17898: WIP, qt: Make Information tab accessible via keyboard (master...20200108-accessibility-info) https://github.com/bitcoin/bitcoin/pull/17898
< fanquake> wumpus thanks