1 2018-04-11 04:21:17	0|bitcoin-git|[13bitcoin] 15Empact opened pull request #12937: Handle witness version and OP_N results as an unsigned char (06master...06unsigned-char-witnessversion) 02https://github.com/bitcoin/bitcoin/pull/12937
  2 2018-04-11 04:21:34	0|bitcoin-git|[13bitcoin] 15Empact opened pull request #12938: Overload CScript::IsWitnessProgram with a test-only version (06master...06test-only-iswitnessprogram) 02https://github.com/bitcoin/bitcoin/pull/12938
  3 2018-04-11 04:24:52	0|bitcoin-git|[13bitcoin] 15Empact opened pull request #12939: Extract consts for WITNESS_V0 hash sizes (06master...06hash-size-constants) 02https://github.com/bitcoin/bitcoin/pull/12939
  4 2018-04-11 05:47:35	0|wumpus|luke-jr: wasn't aware that it doesn't work
  5 2018-04-11 06:00:16	0|wumpus|though I can't say it surprises me either, debian stable would be better off called 'software archeology museum'
  6 2018-04-11 06:15:01	0|aj|wumpus: a friend likes to nickname stable and unstable as "stale and usable"
  7 2018-04-11 06:15:50	0|wumpus|aj: heh, that's a good one
  8 2018-04-11 06:26:29	0|wumpus|removing letters to reveal hidden facts :-)
  9 2018-04-11 06:49:17	0|luke-jr|wumpus: it's newer than our current Ubuntu..
 10 2018-04-11 06:49:34	0|wumpus|luke-jr: can you pastebin the error message?
 11 2018-04-11 06:50:18	0|luke-jr|wumpus: it's something about GRUB. I've had to reboot since.
 12 2018-04-11 06:50:55	0|luke-jr|Xenial (Ubuntu 16.04) fails with a /etc/sudoers conflict of sorts
 13 2018-04-11 07:07:18	0|wumpus|don't remember ever seeing that
 14 2018-04-11 07:07:48	0|luke-jr|there was also an issue with dpkg-reconfigure locale, but I hacked that
 15 2018-04-11 08:07:26	0|bitcoin-git|[13bitcoin] 15Empact opened pull request #12940: rpc: Fix estimatesmartfee to properly handle a null estimate_mode arg (06master...06fix-estimatesmartfee-null-estimatemode) 02https://github.com/bitcoin/bitcoin/pull/12940
 16 2018-04-11 08:09:50	0|jonasschnelli|Since new OSX version 10.12 I get tons of warnings for the boost test framework...
 17 2018-04-11 08:09:59	0|jonasschnelli|things like BOOST_CHECK_EQUAL(list.size(), 1);
 18 2018-04-11 08:10:09	0|jonasschnelli|warning: comparison of integers of different signs: 'const unsigned long' and 'const int' [-Wsign-compare]
 19 2018-04-11 08:10:24	0|jonasschnelli|Would it be ugly to fix it with comparing against 1l instead of 1?
 20 2018-04-11 08:10:33	0|luke-jr|that won't fix it
 21 2018-04-11 08:10:51	0|jonasschnelli|it did on my side... though plenty of code parts
 22 2018-04-11 08:11:00	0|luke-jr|you'd need 1UL or somth
 23 2018-04-11 08:11:11	0|luke-jr|odd
 24 2018-04-11 08:11:26	0|jonasschnelli|1UL would be more precise, right.
 25 2018-04-11 08:13:44	0|jonasschnelli|There is apparently already a PR: #12920
 26 2018-04-11 08:13:46	0|gribble|https://github.com/bitcoin/bitcoin/issues/12920 | test: Fix sign for expected values by kallewoof · Pull Request #12920 · bitcoin/bitcoin · GitHub
 27 2018-04-11 08:21:43	0|bitcoin-git|[13bitcoin] 15jonasschnelli opened pull request #12941: [Trivial] Ignore macOS daemon() depracation warning (06master...062018/04/daemon_osx) 02https://github.com/bitcoin/bitcoin/pull/12941
 28 2018-04-11 08:29:09	0|aj|(sp: deprecation)
 29 2018-04-11 08:30:27	0|bitcoin-git|[13bitcoin] 15Empact opened pull request #12942: rpc: Drop redundant testing of signrawtransaction prevtxs args (06master...06redundant-type-check-signtransaction) 02https://github.com/bitcoin/bitcoin/pull/12942
 30 2018-04-11 08:40:53	0|jonasschnelli|If nScriptCheckThreads is == 0, CCheckQueueControl is initiated with no queue which looks like no script verification are done... though I guess it only means no concurrency.
 31 2018-04-11 08:41:11	0|jonasschnelli|Though I fail to see where the script are getting checked if nScriptCheckThreads == 0...
 32 2018-04-11 09:04:45	0|jonasschnelli|nm: found the part (validation.cpp / } else if (!check()) {)
 33 2018-04-11 09:17:55	0|kallewoof|achow101: Would you be up for reviewing #12257, considering your work on the coin selection code?
 34 2018-04-11 09:17:57	0|gribble|https://github.com/bitcoin/bitcoin/issues/12257 | [wallet] Use destination groups instead of coins in coin select by kallewoof · Pull Request #12257 · bitcoin/bitcoin · GitHub
 35 2018-04-11 09:41:34	0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/0a8054e7cd5c...9b3370d1c612
 36 2018-04-11 09:41:35	0|bitcoin-git|13bitcoin/06master 14189e0ef 15Wladimir J. van der Laan: [wallet] [rpc] introduce 'label' API for wallet...
 37 2018-04-11 09:41:35	0|bitcoin-git|13bitcoin/06master 1441ba061 15John Newbery: [docs] Add release notes for wallet 'label' API.
 38 2018-04-11 09:41:36	0|bitcoin-git|13bitcoin/06master 149b3370d 15Wladimir J. van der Laan: Merge #12892: [wallet] [rpc] introduce 'label' API for wallet...
 39 2018-04-11 09:42:37	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12892: [wallet] [rpc] introduce 'label' API for wallet (06master...067729_jnewbery) 02https://github.com/bitcoin/bitcoin/pull/12892
 40 2018-04-11 09:43:39	0|bitcoin-git|13bitcoin/06master 1412e7c55 15Jonas Schnelli: Ignore macOS daemon() depracation warning
 41 2018-04-11 09:43:39	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/9b3370d1c612...807d2ac1867c
 42 2018-04-11 09:43:40	0|bitcoin-git|13bitcoin/06master 14807d2ac 15Wladimir J. van der Laan: Merge #12941: [Trivial] Ignore macOS daemon() depracation warning...
 43 2018-04-11 09:44:05	0|fanquake|wumpus heh, was just about to say I've got some notes to add to that PR. Will add post anyways.
 44 2018-04-11 09:44:16	0|wumpus|fanquake: oh sorry
 45 2018-04-11 09:44:29	0|wumpus|fanquake: it seemed trivial enough to just merge on the reasoning alone
 46 2018-04-11 09:44:32	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12941: [Trivial] Ignore macOS daemon() depracation warning (06master...062018/04/daemon_osx) 02https://github.com/bitcoin/bitcoin/pull/12941
 47 2018-04-11 09:45:13	0|fanquake|wumpus np, was just going to dump some apple deprecation info in there
 48 2018-04-11 10:08:44	0|stevenroose|sipa: have a sec?
 49 2018-04-11 12:24:23	0|bitcoin-git|13bitcoin/06master 14ece88fd 15Pieter Wuille: Introduce BigEndian wrapper and use it for netaddress ports
 50 2018-04-11 12:24:23	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/807d2ac1867c...7b6041d1a70c
 51 2018-04-11 12:24:24	0|bitcoin-git|13bitcoin/06master 147b6041d 15Wladimir J. van der Laan: Merge #12916: Introduce BigEndian wrapper and use it for netaddress ports...
 52 2018-04-11 12:25:23	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12916: Introduce BigEndian wrapper and use it for netaddress ports (06master...06201804_beport) 02https://github.com/bitcoin/bitcoin/pull/12916
 53 2018-04-11 12:44:52	0|bitcoin-git|13bitcoin/06master 1440c5886 15251: Fix illegal default `addProxy` and `addrSeparateProxyTor` settings.
 54 2018-04-11 12:44:52	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/7b6041d1a70c...f15b72f482f0
 55 2018-04-11 12:44:53	0|bitcoin-git|13bitcoin/06master 14f15b72f 15Wladimir J. van der Laan: Merge #12650: gui: Fix issue: "default port not shown correctly in settings dialog"...
 56 2018-04-11 12:45:37	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12650: gui: Fix issue: "default port not shown correctly in settings dialog" (06master...06patch/12623/default-port-not-shown) 02https://github.com/bitcoin/bitcoin/pull/12650
 57 2018-04-11 13:02:03	0|bitcoin-git|13bitcoin/06master 14c55aa4f 15Karl-Johan Alm: test: Fix sign for expected values...
 58 2018-04-11 13:02:03	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/f15b72f482f0...b1fdfc1a8c07
 59 2018-04-11 13:02:04	0|bitcoin-git|13bitcoin/06master 14b1fdfc1 15Wladimir J. van der Laan: Merge #12920: test: Fix sign for expected values...
 60 2018-04-11 13:03:03	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12920: test: Fix sign for expected values (06master...06test-signs) 02https://github.com/bitcoin/bitcoin/pull/12920
 61 2018-04-11 13:29:41	0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/b1fdfc1a8c07...1b5723ee5748
 62 2018-04-11 13:29:42	0|bitcoin-git|13bitcoin/06master 140000d8f 15practicalswift: Document how FlushStateMode::NONE is handled
 63 2018-04-11 13:29:42	0|bitcoin-git|13bitcoin/06master 142311c7c 15practicalswift: Call FlushStateToDisk(...) regardless of fCheckForPruning...
 64 2018-04-11 13:29:43	0|bitcoin-git|13bitcoin/06master 141b5723e 15Wladimir J. van der Laan: Merge #11617: Avoid lock: Call FlushStateToDisk(...) regardless of fCheckForPruning...
 65 2018-04-11 13:30:05	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #11617: Avoid lock: Call FlushStateToDisk(...) regardless of fCheckForPruning (06master...06cs_LastBlockFile-fCheckForPruning) 02https://github.com/bitcoin/bitcoin/pull/11617
 66 2018-04-11 13:30:12	0|bitcoin-git|[13bitcoin] 15instagibbs opened pull request #12944: [wallet] ScanforWalletTransactions should mark input txns as dirty (06master...06scandirty) 02https://github.com/bitcoin/bitcoin/pull/12944
 67 2018-04-11 13:35:08	0|provoostenator|Just noticed on macOS 10.13.4  I had to use the depends system to build (--without-gui --disable-tests --disable-bench). That's new for me...
 68 2018-04-11 13:35:22	0|provoostenator|*to be build 0.15.1 and older
 69 2018-04-11 13:37:00	0|fanquake|provoostenator What do you mean? You can't build bitcoin-qt with homebrew installed dependencies after 0.15.1 ?
 70 2018-04-11 13:37:22	0|provoostenator|I didn't build QT.
 71 2018-04-11 13:37:46	0|provoostenator|I mean I can build v0.16.0 and master just fine with the homebrew stuff on my machine, but not the older versions.
 72 2018-04-11 13:38:13	0|provoostenator|So I guess some recent update in a homebrew package wasn't backwards compatible.
 73 2018-04-11 13:38:57	0|fanquake|Do you know which dependency is the issue?
 74 2018-04-11 13:39:28	0|fanquake|Homebrew the package manager itself should still have *some* support back to osx 10.7, there are 10.7 changes in the 1.6.0 release notes.
 75 2018-04-11 13:39:35	0|fanquake|As for the actual packages, I'm unsure.
 76 2018-04-11 13:41:17	0|fanquake|Apparently they will now also warn if the Xcode on your machine is too old to install a certain formula, so basically, upgrade to a newer macOS.
 77 2018-04-11 13:41:35	0|provoostenator|Not sure, but here's the build log: https://gist.github.com/Sjors/40eddc5bb38f6acb05058e5dd74af159
 78 2018-04-11 13:42:06	0|fanquake|Off the top of my head, I think that is missing a backport
 79 2018-04-11 13:42:33	0|fanquake|Probably #12032
 80 2018-04-11 13:42:34	0|gribble|https://github.com/bitcoin/bitcoin/issues/12032 | [backport] #11847 Make boost::multi_index comparators const by fanquake · Pull Request #12032 · bitcoin/bitcoin · GitHub
 81 2018-04-11 13:43:05	0|provoostenator|It worked for me as recent as January 12th 2018 (although I don't konw if my brews were up to date)
 82 2018-04-11 13:43:41	0|provoostenator|I see, so I should try the 0.15 branch instead of the tag?
 83 2018-04-11 13:43:46	0|fanquake|If you've upgraded to boost > 1.66.0 that might have been what changed
 84 2018-04-11 13:43:57	0|fanquake|Yea, try the branch instead.
 85 2018-04-11 13:50:30	0|provoostenator|That did the trick.
 86 2018-04-11 13:51:32	0|provoostenator|In fact, that specific commit indeed does the trick.
 87 2018-04-11 13:58:02	0|bitcoin-git|13bitcoin/06master 14459ea58 15Ben Woosley: rpc: Drop redundant testing of signrawtransaction prevtxs args...
 88 2018-04-11 13:58:02	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/1b5723ee5748...fefb817009fc
 89 2018-04-11 13:58:03	0|bitcoin-git|13bitcoin/06master 14fefb817 15Wladimir J. van der Laan: Merge #12942: rpc: Drop redundant testing of signrawtransaction prevtxs args...
 90 2018-04-11 13:58:56	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12942: rpc: Drop redundant testing of signrawtransaction prevtxs args (06master...06redundant-type-check-signtransaction) 02https://github.com/bitcoin/bitcoin/pull/12942
 91 2018-04-11 14:02:51	0|bitcoin-git|13bitcoin/06master 141499fdc 15practicalswift: Add shell script linting: Check for shellcheck warnings in shell scripts
 92 2018-04-11 14:02:51	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/fefb817009fc...fb17faefb8a3
 93 2018-04-11 14:02:52	0|bitcoin-git|13bitcoin/06master 14fb17fae 15MarcoFalke: Merge #12871: Add shell script linting: Check for shellcheck warnings in shell scripts...
 94 2018-04-11 14:03:43	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12871: Add shell script linting: Check for shellcheck warnings in shell scripts (06master...06lint-shell) 02https://github.com/bitcoin/bitcoin/pull/12871
 95 2018-04-11 14:03:51	0|instagibbs|someone with deeper wallet knowledge check on 12944? I'm having trouble reproducing my bug in regtest, curious if someone else can figure it out
 96 2018-04-11 14:16:16	0|fanquake|I'm sure every-time I go to retrieve a Qt patch it gets slightly more convoluted and difficult to do
 97 2018-04-11 14:17:04	0|wumpus|heh
 98 2018-04-11 14:21:33	0|bitcoin-git|13bitcoin/06master 14cab0824 15Jonas Schnelli: Logprint the start of a rescan
 99 2018-04-11 14:21:33	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/fb17faefb8a3...6d3de17a226b
100 2018-04-11 14:21:34	0|bitcoin-git|13bitcoin/06master 146d3de17 15Wladimir J. van der Laan: Merge #12925: wallet: Logprint the start of a rescan...
101 2018-04-11 14:22:32	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #12925: wallet: Logprint the start of a rescan (06master...062018/04/rescan) 02https://github.com/bitcoin/bitcoin/pull/12925
102 2018-04-11 14:46:57	0|bitcoin-git|13bitcoin/06master 14fad0fc3 15MarcoFalke: Refine travis check for duplicate includes...
103 2018-04-11 14:46:57	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/6d3de17a226b...3cf76c23fbfc
104 2018-04-11 14:46:59	0|bitcoin-git|13bitcoin/06master 143cf76c2 15MarcoFalke: Merge #12933: doc: Refine header include policy...
105 2018-04-11 14:47:57	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12933: doc: Refine header include policy (06master...06Mf1804-docIncludes) 02https://github.com/bitcoin/bitcoin/pull/12933
106 2018-04-11 14:53:23	0|fanquake|"something something linter hell"
107 2018-04-11 14:55:02	0|wumpus|yes...
108 2018-04-11 14:56:23	0|fanquake|At least the whitespace linter no longer complains about .patches, otherwise I really would be groaning in a minute.
109 2018-04-11 14:58:10	0|wumpus|at least the requirement for new linters is that they should serve to find potential bugs, not style issues
110 2018-04-11 14:58:51	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12937: Handle witness version and OP_N results as an unsigned char (06master...06unsigned-char-witnessversion) 02https://github.com/bitcoin/bitcoin/pull/12937
111 2018-04-11 15:00:33	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12912: Minor readability/maintainability changes to warnings.cpp (06master...06warnings) 02https://github.com/bitcoin/bitcoin/pull/12912
112 2018-04-11 15:05:47	0|bitcoin-git|[13bitcoin] 15fanquake opened pull request #12946: depends: Fix Qt build with XCode 9.3 (06master...06fix-qt-xcode93) 02https://github.com/bitcoin/bitcoin/pull/12946
113 2018-04-11 15:08:11	0|bitcoin-git|[13bitcoin] 15fanquake closed pull request #10619: [rpc]Avoid possibility of NULL pointer dereference in getblockchaininfo(...) (06master...06fix01) 02https://github.com/bitcoin/bitcoin/pull/10619
114 2018-04-11 15:28:18	0|bitcoin-git|[13bitcoin] 15instagibbs opened pull request #12947: Wallet hd functional test speedup and clarification (06master...06wallet_hd_speedup) 02https://github.com/bitcoin/bitcoin/pull/12947
115 2018-04-11 15:33:38	0|instagibbs|re:12944, nevermind it's still valid but basically impossible to test, I think, removed errant test
116 2018-04-11 16:10:11	0|bitcoin-git|[13bitcoin] 15achow101 closed pull request #11497: Hide accounts system behind deprecation switch (06master...06deprecate-account-rpcs) 02https://github.com/bitcoin/bitcoin/pull/11497
117 2018-04-11 16:11:32	0|achow101|kallewoof: I'll try to review it
118 2018-04-11 17:16:15	0|provoostenator|I restarted the failed Travis job for #12946 (p2p_compactblocks.py failure seems unrelated). TIL I have that power.
119 2018-04-11 17:16:17	0|gribble|https://github.com/bitcoin/bitcoin/issues/12946 | depends: Fix Qt build with XCode 9.3 by fanquake · Pull Request #12946 · bitcoin/bitcoin · GitHub
120 2018-04-11 17:16:35	0|provoostenator|My browser is having a hard time with 6000+ line Travis logs by the way.
121 2018-04-11 17:21:20	0|wumpus|provoostenator: yes ... :(
122 2018-04-11 17:23:04	0|wumpus|provoostenator: the 'travis' command line utility would be extremely useful there (https://github.com/travis-ci/travis.rb), except that it has problems with large logs too (https://github.com/travis-ci/travis.rb/issues/578) :P
123 2018-04-11 17:24:44	0|wumpus|I have a "curl https://api.travis-ci.org/v3/job/$1/log.txt | less -r"  script that's sometimes useful
124 2018-04-11 17:54:17	0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #12949: tests: Avoid copies of CTransaction (06master...06Mf1804-testNoCopyTx) 02https://github.com/bitcoin/bitcoin/pull/12949
125 2018-04-11 18:14:27	0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #12950: bitcoin-tx: Flatten for loop over one element (06master...06Mf1804-bitcoinTxUnusedLoop) 02https://github.com/bitcoin/bitcoin/pull/12950
126 2018-04-11 18:17:21	0|bitcoin-git|[13bitcoin] 15jamesob opened pull request #12951: [doc] Fix comment in FindForkInGlobalIndex (06master...062018-04-11-findforkinglobalindex-doc) 02https://github.com/bitcoin/bitcoin/pull/12951
127 2018-04-11 18:20:12	0|jtimon|review/re-review begging https://github.com/bitcoin/bitcoin/pull/10757
128 2018-04-11 18:28:17	0|provoostenator|Added to list.
129 2018-04-11 18:46:25	0|cfields|feel a bit out of the loop. Did the parallel tests change end up borking everything? Several PRs atm that seem unrelated to the actual changes.
130 2018-04-11 18:46:44	0|cfields|*several failing PRs
131 2018-04-11 18:48:30	0|cfields|#12899 for example
132 2018-04-11 18:48:32	0|gribble|https://github.com/bitcoin/bitcoin/issues/12899 | macOS: Prevent Xcode 9.3 build warnings by AkioNak · Pull Request #12899 · bitcoin/bitcoin · GitHub
133 2018-04-11 18:51:53	0|wumpus|cfields: haven't noticed any problems with the parallel unit tests yet
134 2018-04-11 18:52:42	0|wumpus|cfields: are the unit tests failing on that?
135 2018-04-11 18:53:51	0|cfields|wumpus: ah right, it's bitcoin-util-test.py
136 2018-04-11 18:54:31	0|cfields|hmm
137 2018-04-11 18:57:08	0|wumpus|oh
138 2018-04-11 19:02:32	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #12953: Deprecate accounts (06master...06deprecate_accounts) 02https://github.com/bitcoin/bitcoin/pull/12953
139 2018-04-11 19:18:11	0|drexl|what marks an output as P2SH?
140 2018-04-11 19:18:20	0|drexl|is it the scriptPubKey starting with OP_HASH160 and ending with OP_EQUAL ?
141 2018-04-11 19:24:05	0|wumpus|drexl: correct, see CScript::IsPayToScriptHash
142 2018-04-11 19:25:29	0|drexl|great ty
143 2018-04-11 19:31:21	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12526: Docs: Minor description fix to build procedure on Debian wrt BerkeleyDB (06master...06debian9-build-hint-update) 02https://github.com/bitcoin/bitcoin/pull/12526
144 2018-04-11 19:34:11	0|bitcoin-git|13bitcoin/06master 1405c03d1 15joemphilips: rpc: fix type mistmatch in listreceivedbyaddress
145 2018-04-11 19:34:11	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/3cf76c23fbfc...7c06171b3d26
146 2018-04-11 19:34:12	0|bitcoin-git|13bitcoin/06master 147c06171 15MarcoFalke: Merge #12837: rpc: fix type mistmatch in `listreceivedbyaddress`...
147 2018-04-11 19:35:11	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12837: rpc: fix type mistmatch in `listreceivedbyaddress` (06master...06fix_listreceivedbyaddress_type) 02https://github.com/bitcoin/bitcoin/pull/12837
148 2018-04-11 19:43:12	0|cfields|wumpus: I restarted that job and it failed again. I'm stumped as to why.
149 2018-04-11 19:44:43	0|wumpus|cfields: maybe flush the cache
150 2018-04-11 19:47:12	0|cfields|good idea. I'd kinda hate it if that fixed it, though
151 2018-04-11 19:48:37	0|wumpus|same, though I'd prefer a cosmic ray having corrupted the cache to the trivial build system change in #12899 mysteriously corrupting the excutable enough to fail the util test
152 2018-04-11 19:48:39	0|gribble|https://github.com/bitcoin/bitcoin/issues/12899 | macOS: Prevent Xcode 9.3 build warnings by AkioNak · Pull Request #12899 · bitcoin/bitcoin · GitHub
153 2018-04-11 19:49:15	0|cfields|heh, true
154 2018-04-11 19:56:09	0|wumpus|I can't reproduce it locally at least
155 2018-04-11 19:58:11	0|cfields|wumpus: thanks for testing
156 2018-04-11 19:59:10	0|cfields|wumpus: do you happen to have the travis-cli thing handy? The webui only shows caches for so many PRs, and 12899 isn't one of 'em :\
157 2018-04-11 19:59:29	0|wumpus|yep
158 2018-04-11 19:59:57	0|cfields|thanks
159 2018-04-11 20:01:09	0|wumpus|deleted all caches for PR.12899
160 2018-04-11 20:02:11	0|bitcoin-git|[13bitcoin] 15conscott closed pull request #12930: WIP Refactor large transaction generation for tests and make generic (06master...06CRS_tests_flexible_tx_size) 02https://github.com/bitcoin/bitcoin/pull/12930
161 2018-04-11 20:02:56	0|cfields|great, thanks again. restarted one.
162 2018-04-11 20:15:51	0|promag|I'd love to have some feedback in #12929, ty
163 2018-04-11 20:15:53	0|gribble|https://github.com/bitcoin/bitcoin/issues/12929 | Remove CWallet dependency from CWalletTx by promag · Pull Request #12929 · bitcoin/bitcoin · GitHub
164 2018-04-11 21:12:27	0|bitcoin-git|13bitcoin/06master 146cba60a 15Gregory Sanders: speed up wallet_hd.py and clarify/augment checks
165 2018-04-11 21:12:27	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/7c06171b3d26...979f59850c72
166 2018-04-11 21:12:28	0|bitcoin-git|13bitcoin/06master 14979f598 15MarcoFalke: Merge #12947: Wallet hd functional test speedup and clarification...
167 2018-04-11 21:13:32	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #12947: Wallet hd functional test speedup and clarification (06master...06wallet_hd_speedup) 02https://github.com/bitcoin/bitcoin/pull/12947
168 2018-04-11 22:03:54	0|bitcoin-git|[13bitcoin] 15jimpo opened pull request #12954: util: Refactor logging code into a global object (06master...06logging) 02https://github.com/bitcoin/bitcoin/pull/12954
169 2018-04-11 22:58:59	0|fanquake|cfields wumpus I noticed the same on 12899, looks like wiping the cache hasn't fixed the issue either.. I'll open a new issue with some info.
170 2018-04-11 23:30:07	0|dongcarl|Looking at https://github.com/bitcoin/bitcoin/issues/3171 here, wondering about the specifics: Should we bootstrap and measure every time an RC release is tagged? Would this be on some bare metal cloud instance? How would this be funded?