< fanquake> wumpus #16135, 16122, 16090, maybe 16044 should be mergable.
< gribble> https://github.com/bitcoin/bitcoin/issues/16135 | gui: Set progressDialog to nullptr by promag · Pull Request #16135 · bitcoin/bitcoin · GitHub
< fanquake> Also 16124
< bitcoin-git> [bitcoin] JeremyRand opened pull request #16138: Add sudoers.d, rc.local from docs to gitian script (master...gitian-automated-sudoers-br0) https://github.com/bitcoin/bitcoin/pull/16138
< bitcoin-git> [bitcoin] JeremyRand opened pull request #16139: Docs: Add riscv64 to outputs list in release-process.md (master...doc-release-process-riscv) https://github.com/bitcoin/bitcoin/pull/16139
< bitcoin-git> [bitcoin] narula opened pull request #16140: docs: create security policy (master...security-policy) https://github.com/bitcoin/bitcoin/pull/16140
< bitcoin-git> [bitcoin] fanquake opened pull request #16141: build: remove GZIP export from gitian descriptors (master...unused_gzip) https://github.com/bitcoin/bitcoin/pull/16141
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c7cfd20a77ce...38523721ac39
< bitcoin-git> bitcoin/master d2ae6be João Barbosa: gui: Set progressDialog to nullptr
< bitcoin-git> bitcoin/master 3852372 Wladimir J. van der Laan: Merge #16135: gui: Set progressDialog to nullptr
< bitcoin-git> [bitcoin] laanwj merged pull request #16135: gui: Set progressDialog to nullptr (master...2019-06-progressdialog-nullptr) https://github.com/bitcoin/bitcoin/pull/16135
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/38523721ac39...c3723c80dad2
< bitcoin-git> bitcoin/master 2d8ad2f João Barbosa: gui: Enable console line edit on setClientModel
< bitcoin-git> bitcoin/master c3723c8 Wladimir J. van der Laan: Merge #16122: gui: Enable console line edit on setClientModel
< bitcoin-git> [bitcoin] laanwj merged pull request #16122: gui: Enable console line edit on setClientModel (master...2019-05-null-completer) https://github.com/bitcoin/bitcoin/pull/16122
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/c3723c80dad2...599206fda765
< bitcoin-git> bitcoin/master 36b0a2f Josu Goñi: Add vertical spacer
< bitcoin-git> bitcoin/master 599206f Wladimir J. van der Laan: Merge #16090: Qt: Add vertical spacer to peer detail widget
< bitcoin-git> [bitcoin] laanwj merged pull request #16090: Qt: Add vertical spacer to peer detail widget (master...gui-improvements) https://github.com/bitcoin/bitcoin/pull/16090
< promag> how about #16118?
< gribble> https://github.com/bitcoin/bitcoin/issues/16118 | gui: Enable open wallet menu on setWalletController by promag · Pull Request #16118 · bitcoin/bitcoin · GitHub
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/599206fda765...652033008755
< bitcoin-git> bitcoin/master 6e6494b shannon1916: qt: fix opening bitcoin.conf via Preferences on macOS; see #15409
< bitcoin-git> bitcoin/master 6520330 Wladimir J. van der Laan: Merge #16044: qt: fix opening bitcoin.conf via Preferences on macOS
< fanquake> promag I was going to mention that, but should probably have more than just my ACK
< bitcoin-git> [bitcoin] laanwj merged pull request #16044: qt: fix opening bitcoin.conf via Preferences on macOS (master...master) https://github.com/bitcoin/bitcoin/pull/16044
< bitcoin-git> [bitcoin] laanwj pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/652033008755...d3a1c2502bb1
< bitcoin-git> bitcoin/master 3c5254a practicalswift: Limit Python linting to files in the repo
< bitcoin-git> bitcoin/master d3a1c25 Wladimir J. van der Laan: Merge #16124: tests: Limit Python linting to files in the repo
< promag> fanquake: right, no need to rush
< bitcoin-git> [bitcoin] laanwj merged pull request #16124: tests: Limit Python linting to files in the repo (master...lint-inside-repo) https://github.com/bitcoin/bitcoin/pull/16124
< bitcoin-git> [bitcoin] promag closed pull request #16019: refactor: Move result instead of copy in Solver() (master...2019-05-solver-nit) https://github.com/bitcoin/bitcoin/pull/16019
< jb55> am I crazy or would it be neat to have a small json-rpc query language that converted expressions into batch-optimized requests
< jb55> would make pulling data out of bitcoind a bit faster...
< jb55> graphql might be too much of a headache to implement/maintain so I was thinking about something simpler that wouldn't require any changes