< bitcoin-git> [bitcoin] luke-jr opened pull request #15928: GUI: Move QRImageWidget to its own qrencoder file-pair (master...split_qrencoder) https://github.com/bitcoin/bitcoin/pull/15928
< michagogo> Was there a depends bump from rc4 to final? o_O
< michagogo> Not seeing anything like that in `git diff`, but it’s rebuilding Qt…
< gwillen> achow101: I couldn't help but notice 1ac17cab41...9c4a76e952 wallet-of-the-glorious-future -> achow/wallet-of-the-glorious-future (forced update)
< gwillen> I hope the branch lives up to its name ;-)
< wumpus> michagogo: no, there was no other change than a configure.ac bump from rc4 to final
< michagogo> That’s what I saw as well
< michagogo> But now I’m wondering why it’s apparently rebuilding depends
< michagogo> My last build on that machine was definitely rc4
< wumpus> that's strange, really don't know, afaik it also doesn't log why it decides to rebuild the depends
< wumpus> harding: thanks!
< luke-jr> gwillen: lol
< wumpus> jnewbery: fair enough, though, I still think adding all kinds of test-specific flags to bitcoind is not that great
< luke-jr> gwillen: I notice it's the future that is glorious, not the wallet XD
< hebasto> Could merged #15696 cause Travis timeout?
< gribble> https://github.com/bitcoin/bitcoin/issues/15696 | [qa] test_runner: Move feature_pruning to base tests by MarcoFalke · Pull Request #15696 · bitcoin/bitcoin · GitHub
< wumpus> yea I don't understand why speeding up the tests is controversial while travis times out left and right
< jnewbery> wumpus: I think the functional change in 15881 amounts to one line. It's much less test-specific code than dbcrash for example
< wumpus> jnewbery: great!
< bitcoin-git> [bitcoin] MarcoFalke pushed 5 commits to master: https://github.com/bitcoin/bitcoin/compare/2c35fe623813...2eb8c5d7a28b
< bitcoin-git> bitcoin/master fa464e8 MarcoFalke: test: Add wallet_balance test for watchonly
< bitcoin-git> bitcoin/master fa19531 MarcoFalke: test: Add getunconfirmedbalance test with conflicts
< bitcoin-git> bitcoin/master fad03cd MarcoFalke: test: Check that wallet txs not in the mempool are untrusted
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15758: qa: Add further tests to wallet_balance (master...1904-qaWalletBal) https://github.com/bitcoin/bitcoin/pull/15758
< bitcoin-git> [bitcoin] MarcoFalke pushed 2 commits to master: https://github.com/bitcoin/bitcoin/compare/2eb8c5d7a28b...86edb79e9758
< bitcoin-git> bitcoin/master fa90a89 MarcoFalke: [test] combine_logs: append node stderr and stdout if it exists
< bitcoin-git> bitcoin/master 86edb79 MarcoFalke: Merge #15841: [test] combine_logs: append node stderr and stdout if it exi...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15841: [test] combine_logs: append node stderr and stdout if it exists (master...1904-testLogStdErr) https://github.com/bitcoin/bitcoin/pull/15841
< shivendra> Hi
< shivendra> anyone here?
< fanquake> Always in such a hurry.
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/86edb79e9758...12aa2ac988d0
< bitcoin-git> bitcoin/master bb8ae2c Ben Woosley: rpc: Expose g_is_mempool_loaded via getmempoolinfo and /rest/mempool/info....
< bitcoin-git> bitcoin/master effe81f Ben Woosley: Move g_is_mempool_loaded into CTxMemPool::m_is_loaded
< bitcoin-git> bitcoin/master 12aa2ac MarcoFalke: Merge #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15323: rpc: Expose g_is_mempool_loaded via getmempoolinfo (master...load-mempool-race) https://github.com/bitcoin/bitcoin/pull/15323
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15930: rpc: Add balances to getwalletinfo (master...1904-rpcWalletBalances) https://github.com/bitcoin/bitcoin/pull/15930
< bitcoin-git> [bitcoin] ariard opened pull request #15931: Remove GetDepthInMainChain dependency on locked chain interface (master...2019-04-remove-external-locking) https://github.com/bitcoin/bitcoin/pull/15931
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15932: rpc: Serialize in getblock without cs_main (master...1905-rpcBlockNoLock) https://github.com/bitcoin/bitcoin/pull/15932
< bitcoin-git> [bitcoin] MarcoFalke pushed 3 commits to master: https://github.com/bitcoin/bitcoin/compare/12aa2ac988d0...0936f35f65ad
< bitcoin-git> bitcoin/master edfe943 Antoine Riard: Add WITH_LOCK macro: run code while locking a mutex
< bitcoin-git> bitcoin/master 4226779 Antoine Riard: refactor: replace isPotentialtip/waitForNotifications by higher method
< bitcoin-git> bitcoin/master 0936f35 MarcoFalke: Merge #15842: refactor: replace isPotentialtip/waitForNotifications by hig...
< bitcoin-git> [bitcoin] MarcoFalke merged pull request #15842: refactor: replace isPotentialtip/waitForNotifications by higher method (master...2019-04-is-potential-tip) https://github.com/bitcoin/bitcoin/pull/15842
< instagibbs> anyone ever see reports of QT copying text not working after running for a while? Seems to happen to me quite a bit on ubuntu at least
< cfields> instagibbs: yup
< cfields> gitian builders: detached sigs for 0.18.0 are pushed!
< cfields> instagibbs: I always chalked it up to battles between X and klipper (or whatever gnome's clipboard is). It's never been clear to me how those things interact.
< instagibbs> got it, ok knowing im not alone is half the battle
< instagibbs> ;)
< phantomcircuit> instagibbs, x has like 4 different clipboards to make things even better
< gmaxwell> Emacs has more
< sipa> pastebin wins
< luke-jr> phantomcircuit: I only knew about 2
< gmaxwell> two copy paste buffers is <3
< bitcoin-git> [bitcoin] MarcoFalke opened pull request #15933: Make chain state immutable outside of validation (master...1905-immVal) https://github.com/bitcoin/bitcoin/pull/15933
< bitcoin-git> [bitcoin] ryanofsky opened pull request #15934: WIP: Dedup settings merge code (master...pr/mergeset) https://github.com/bitcoin/bitcoin/pull/15934
< bitcoin-git> [bitcoin] ryanofsky opened pull request #15935: WIP: Add <datadir>/settings.json persistent settings storage (master...pr/rwset) https://github.com/bitcoin/bitcoin/pull/15935
< bitcoin-git> [bitcoin] ryanofsky opened pull request #15936: WIP: Unify bitcoin-qt and bitcoind persistent settings (master...pr/qtset) https://github.com/bitcoin/bitcoin/pull/15936
< bitcoin-git> [bitcoin] ryanofsky opened pull request #15937: WIP: Add loadwallet and createwallet load_on_startup options (master...pr/walset) https://github.com/bitcoin/bitcoin/pull/15937
< michagogo> Ugh
< gmaxwell> michagogo: did you run out of space while compiling?
< michagogo> Good question, I don't know
< michagogo> Hrm, happened again close to the same place... not with the same error though.
< michagogo> Doesn't look like it's full
< michagogo> /dev/loop4 9.8G 3.1G 6.2G 34% /
< gmaxwell> look at dmesg
< michagogo> Ugh, wtf? Looks like an OOM
< michagogo> Even though I've built on this machine before
< luke-jr> somehow Matt was omitted from the credits list
< gwillen> my experience is that "internal compiler error: Killed (program cc1plus)" is always OOM
< gwillen> if you're using -j, you should lower it
< gwillen> that also makes it highly variable, because it depends on which things get compiled at the same time
< sipa> using lto remarkably reduces the memory usage at compile time
< sipa> there are also a number of compiler flags that trade off memory for speed
< sipa> it's good to know which files have the highest memory usage at compilation time
< sipa> that used to be main.cpp, but michagogo's build failed on wallet.cpp now
< phantomcircuit> luke-jr, primary, secondary, clipboard, buffer-cut
< phantomcircuit> i have no ideam what the last is but the first two are usually used by terminal programs and the clipboard used by gui programs
< luke-jr> eh? isn't primary=clipboard, and secondary=buffer-cut?
< luke-jr> secondary/buffer-cut is what happens when you select something
< luke-jr> wumpus: re #15928, I can rename, but my thought at the time was that there might be other QR encoder classes in the future. Having thought about it, I can't think of any use cases for such.
< gribble> https://github.com/bitcoin/bitcoin/issues/15928 | GUI: Move QRImageWidget to its own qrencoder file-pair by luke-jr · Pull Request #15928 · bitcoin/bitcoin · GitHub
< luke-jr> (anyone can think of a use case for a second QR code encoder class?)