1 2016-12-19 04:37:59 0|arowser|make distdir failed on master branch
2 2016-12-19 04:38:01 0|arowser|No rule to make target `test/data/blanktx.hex', needed by `distdir'
3 2016-12-19 04:38:10 0|arowser|./autogen.sh && ./configure && make distdir
4 2016-12-19 05:10:48 0|BlueMatt|arowser: probably due to #7562
5 2016-12-19 05:10:50 0|BlueMatt|looking....
6 2016-12-19 05:10:51 0|gribble|https://github.com/bitcoin/bitcoin/issues/7562 | Bump transaction version default to 2 by btcdrak ÷ Pull Request #7562 ÷ bitcoin/bitcoin ÷ GitHub
7 2016-12-19 05:12:32 0|btcdrak|arowser: BlueMatt: https://github.com/bitcoin/bitcoin/pull/7562#issuecomment-267740017
8 2016-12-19 05:17:35 0|BlueMatt|btcdrak: hmm?
9 2016-12-19 05:17:42 0|BlueMatt|arowser: hum, works for me....very strange
10 2016-12-19 05:18:26 0|btcdrak|BlueMatt: just that there is an unused file which should be deleted.
11 2016-12-19 05:18:49 0|BlueMatt|btcdrak: yes, hence why i linked to that pr, but arowser said they cant build with it
12 2016-12-19 05:18:53 0|BlueMatt|which seems strange
13 2016-12-19 06:00:26 0|arowser|its wired, I found it in different build, not only for linux, for mac :http://blkdb.com:8080/view/All/job/apple-darwin11_MacOSX10.11/17/console
14 2016-12-19 06:00:40 0|arowser|make -d result in ubuntu14.04 https://drive.google.com/file/d/0B4c7K1HvAaRFZmlTN2UwVzU3aUU/view
15 2016-12-19 06:01:05 0|arowser|make -d distdir
16 2016-12-19 07:26:56 0|btcdrak|arowser: delete the blank.hex file it's not used
17 2016-12-19 07:28:26 0|arowser|Delete test/data/blanktx.hex in src/Makefile.test.include?
18 2016-12-19 07:30:15 0|arowser|btcdark: blank.hex not exists in disk
19 2016-12-19 07:30:20 0|bitcoin-git|13bitcoin/06master 14815f414 15Karl-Johan Alm: Uses built-in byte swap if available (Apple) and if bswap_XX is undefined....
20 2016-12-19 07:30:20 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/b99a093afed8...79da3979b7cc
21 2016-12-19 07:30:21 0|bitcoin-git|13bitcoin/06master 1479da397 15Wladimir J. van der Laan: Merge #9366: Fix: OSX QT compile: use built-in swap if available, or defer...
22 2016-12-19 07:30:38 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9366: Fix: OSX QT compile: use built-in swap if available, or defer (06master...06macosx-qt-build-fix2) 02https://github.com/bitcoin/bitcoin/pull/9366
23 2016-12-19 07:31:29 0|bitcoin-git|[13bitcoin] 15kallewoof closed pull request #9372: Fix: OSX QT compile: move bswap_XX into Bitcoin:: to avoid collision with existing definitions (06master...06rename-bswap_XX) 02https://github.com/bitcoin/bitcoin/pull/9372
24 2016-12-19 07:35:14 0|btcdrak|arowser I'll make a quick PR
25 2016-12-19 07:35:46 0|bitcoin-git|[13bitcoin] 15TheBlueMatt opened pull request #9375: Relay compact block messages prior to full block connection (06master...062016-12-compact-fast-relay) 02https://github.com/bitcoin/bitcoin/pull/9375
26 2016-12-19 07:36:36 0|arowser|btcdark: ok, thanks
27 2016-12-19 07:45:33 0|bitcoin-git|[13bitcoin] 15btcdrak opened pull request #9376: Remove unused test files and references (06master...06fixmissing) 02https://github.com/bitcoin/bitcoin/pull/9376
28 2016-12-19 07:45:58 0|btcdrak|BlueMatt: is 9375 intended for backport?
29 2016-12-19 07:46:30 0|BlueMatt|btcdrak: no
30 2016-12-19 07:47:03 0|BlueMatt|I think the previous compact blocks pull is sufficient for 0.13.2
31 2016-12-19 07:47:29 0|btcdrak|BlueMatt: ok
32 2016-12-19 07:50:50 0|bitcoin-git|13bitcoin/06master 145dd626a 15Pieter Wuille: Make fuzzer actually test CTxOutCompressor
33 2016-12-19 07:50:50 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/79da3979b7cc...b416095371f5
34 2016-12-19 07:50:51 0|bitcoin-git|13bitcoin/06master 14b416095 15Wladimir J. van der Laan: Merge #9354: Make fuzzer actually test CTxOutCompressor...
35 2016-12-19 07:51:04 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9354: Make fuzzer actually test CTxOutCompressor (06master...06fixfuzz) 02https://github.com/bitcoin/bitcoin/pull/9354
36 2016-12-19 07:51:13 0|wumpus|let's try to do 0.13.2 today?
37 2016-12-19 07:51:46 0|btcdrak|wumpus: #9352 and #9357 look mergable now
38 2016-12-19 07:51:48 0|gribble|https://github.com/bitcoin/bitcoin/issues/9352 | Attempt reconstruction from all compact block announcements by sdaftuar ÷ Pull Request #9352 ÷ bitcoin/bitcoin ÷ GitHub
39 2016-12-19 07:51:49 0|gribble|https://github.com/bitcoin/bitcoin/issues/9357 | [0.13 backport] Attempt reconstruction from all compact block announcements by sdaftuar ÷ Pull Request #9357 ÷ bitcoin/bitcoin ÷ GitHub
40 2016-12-19 07:52:21 0|wumpus|agreed
41 2016-12-19 07:52:35 0|btcdrak|I'm reviewing the other two as well.
42 2016-12-19 07:53:02 0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/b416095371f5...a7f76512d9ea
43 2016-12-19 07:53:04 0|bitcoin-git|13bitcoin/06master 147017298 15Suhas Daftuar: Allow compactblock reconstruction when block is in flight
44 2016-12-19 07:53:04 0|bitcoin-git|13bitcoin/06master 14813ede9 15Suhas Daftuar: [qa] Update compactblocks test for multi-peer reconstruction
45 2016-12-19 07:53:05 0|bitcoin-git|13bitcoin/06master 14a7f7651 15Wladimir J. van der Laan: Merge #9352: Attempt reconstruction from all compact block announcements...
46 2016-12-19 07:53:17 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9352: Attempt reconstruction from all compact block announcements (06master...06optimistic-cb-2) 02https://github.com/bitcoin/bitcoin/pull/9352
47 2016-12-19 07:56:09 0|jonasschnelli|wumpus: what do you think about the fundrawtransaction addr reuse problem for 0.13.2?
48 2016-12-19 07:56:18 0|wumpus|jonasschnelli: just leave it
49 2016-12-19 07:56:20 0|jonasschnelli|I have a minimal fix in a couple of minutes
50 2016-12-19 07:56:29 0|jonasschnelli|Okay. Fine for me, we can fix it in 0.14
51 2016-12-19 07:56:29 0|wumpus|could be backported for 0.13.3, but this is not urgent
52 2016-12-19 07:56:39 0|jonasschnelli|or yes, 0.13.3 then
53 2016-12-19 07:59:08 0|btcdrak|I think 9347 is mergeable too
54 2016-12-19 07:59:53 0|bitcoin-git|[13bitcoin] 15laanwj pushed 3 new commits to 060.13: 02https://github.com/bitcoin/bitcoin/compare/fb987b364511...03b6f621ccf9
55 2016-12-19 07:59:54 0|bitcoin-git|13bitcoin/060.13 144ced313 15Suhas Daftuar: Allow compactblock reconstruction when block is in flight
56 2016-12-19 07:59:54 0|bitcoin-git|13bitcoin/060.13 1453b656f 15Suhas Daftuar: [qa] Update compactblocks test for multi-peer reconstruction
57 2016-12-19 07:59:55 0|bitcoin-git|13bitcoin/060.13 1403b6f62 15Wladimir J. van der Laan: Merge #9357: [0.13 backport] Attempt reconstruction from all compact block announcements...
58 2016-12-19 07:59:58 0|wumpus|and after that, tag rc1?
59 2016-12-19 08:00:25 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9347: [0.13.2] wallet/rpc backports (060.13...06Mf1612-013back) 02https://github.com/bitcoin/bitcoin/pull/9347
60 2016-12-19 08:00:27 0|wumpus|oh there's still #9262
61 2016-12-19 08:00:29 0|gribble|https://github.com/bitcoin/bitcoin/issues/9262 | Prefer coins that have fewer ancestors, sanity check txn before ATMP by instagibbs ÷ Pull Request #9262 ÷ bitcoin/bitcoin ÷ GitHub
62 2016-12-19 08:01:54 0|wumpus|seems it is still in flux
63 2016-12-19 08:01:59 0|wumpus|can we pass on that one?
64 2016-12-19 08:03:58 0|btcdrak|wumpus: seems solid to me
65 2016-12-19 08:04:27 0|wumpus|well there are still un-addresed comment so it cetainly can't be merged in this state
66 2016-12-19 08:04:57 0|wumpus|and it looks non-trivial to backport too
67 2016-12-19 08:05:08 0|btcdrak|for the backported stuff, I'm not sure refactoring makes sense. seems better in a separate PR after.
68 2016-12-19 08:05:11 0|wumpus|I think if we want to do a rc before the holidays we should do it now
69 2016-12-19 08:07:33 0|wumpus|probably refactoring will only make it more difficult to backport
70 2016-12-19 08:08:19 0|BlueMatt|wumpus: yea, sorry, was trying to get to 9262 today but other bugs resulted in me not getting to it until I was too tired to want to review something :(
71 2016-12-19 08:08:39 0|bitcoin-git|[13bitcoin] 15laanwj pushed 4 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/a7f76512d9ea...db45ad85164d
72 2016-12-19 08:08:40 0|bitcoin-git|13bitcoin/06master 146a32c0f 15Luke Dashjr: Qt/Test: Check handling of empty arguments in RPC debug console
73 2016-12-19 08:08:40 0|bitcoin-git|13bitcoin/06master 1489c8d2c 15Jonas Schnelli: [Qt] Console: allow empty arguments
74 2016-12-19 08:08:41 0|bitcoin-git|13bitcoin/06master 14390bd14 15Jonas Schnelli: [Qt] Console: don't allow empty arguments when using the comma-syntax
75 2016-12-19 08:08:54 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9329: [Qt] Console: allow empty arguments (06master...062016/12/fix_qt_empty_args) 02https://github.com/bitcoin/bitcoin/pull/9329
76 2016-12-19 08:12:42 0|wumpus|is anyone working on backporting 9262?
77 2016-12-19 08:19:37 0|btcdrak|it seems to clear cherr-pick except for the benchmarking file which is a clean add.
78 2016-12-19 08:19:54 0|btcdrak|s/clear/clean/
79 2016-12-19 08:20:00 0|btcdrak|at least at first glance....
80 2016-12-19 08:20:00 0|wumpus|thanks for checking btcdrak
81 2016-12-19 08:20:43 0|wumpus|I had assumed it to be worse with all the changes in wallet post-0.13
82 2016-12-19 08:20:47 0|bitcoin-git|[13bitcoin] 15jonasschnelli opened pull request #9377: fundrawtransaction: Keep change-output keys by default, make it optional (06master...062016/12/fix_frt_adr) 02https://github.com/bitcoin/bitcoin/pull/9377
83 2016-12-19 08:43:15 0|btcdrak|wumpus: so the cherry-pick compiles ok, test_bitcoin, bencher etc all work. didnt run rpc-tests yet
84 2016-12-19 08:44:23 0|bitcoin-git|13bitcoin/06master 140632939 15Alex Morcos: Flush wallet after abandontransaction
85 2016-12-19 08:44:23 0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/db45ad85164d...a336d13a587c
86 2016-12-19 08:44:24 0|bitcoin-git|13bitcoin/06master 14a336d13 15Wladimir J. van der Laan: Merge #9311: Flush wallet after abandontransaction...
87 2016-12-19 08:44:38 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9311: Flush wallet after abandontransaction (06master...06flushwalletonabandon) 02https://github.com/bitcoin/bitcoin/pull/9311
88 2016-12-19 09:10:04 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #8734: Send NOTFOUND when we don't have the block data. (06master...06NotfoundIfPruned) 02https://github.com/bitcoin/bitcoin/pull/8734
89 2016-12-19 11:40:33 0|bitcoin-git|[13bitcoin] 15laanwj pushed 4 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/a336d13a587c...7f72568e6b15
90 2016-12-19 11:40:34 0|bitcoin-git|13bitcoin/06master 14749be01 15Gregory Maxwell: Move GetWarnings() into its own file.
91 2016-12-19 11:40:34 0|bitcoin-git|13bitcoin/06master 14c63198f 15Gregory Maxwell: Make QT runawayException call GetWarnings instead of directly access strMiscWarning....
92 2016-12-19 11:40:34 0|bitcoin-git|13bitcoin/06master 14e3ba0ef 15Gregory Maxwell: Eliminate data races for strMiscWarning and fLargeWork*Found....
93 2016-12-19 11:40:44 0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9236: Fix races for strMiscWarning and fLargeWork*Found, make QT runawayException use GetWarnings (06master...06strMiscraceless) 02https://github.com/bitcoin/bitcoin/pull/9236
94 2016-12-19 12:11:40 0|bitcoin-git|13bitcoin/060.13 142c5fc0d 15Wladimir J. van der Laan: doc: Add initial pulls + authors list for 0.13.2
95 2016-12-19 12:11:40 0|bitcoin-git|[13bitcoin] 15laanwj pushed 1 new commit to 060.13: 02https://github.com/bitcoin/bitcoin/commit/2c5fc0dba32a6ede1d611554a04a996183aa8ee9
96 2016-12-19 12:15:53 0|cannon-c|whats new for 0.13.2 ?
97 2016-12-19 12:16:02 0|cannon-c|noteable
98 2016-12-19 12:17:03 0|btcdrak|cannon-c: check the last commit link above
99 2016-12-19 12:17:16 0|wumpus|see https://github.com/bitcoin/bitcoin/blob/0.13/doc/release-notes.md
100 2016-12-19 12:17:46 0|wumpus|also be aware that 0.13.2 is still under construction, it is not a release yet
101 2016-12-19 12:18:27 0|wumpus|and that it is a minor release, so there will be no new features, just bugfixes
102 2016-12-19 12:18:38 0|cannon-c|thank you. Reading now
103 2016-12-19 13:15:11 0|bitcoin-git|13bitcoin/060.13 147201dd7 15Wladimir J. van der Laan: qt: Pre-rc1 translations update
104 2016-12-19 13:15:11 0|bitcoin-git|[13bitcoin] 15laanwj pushed 1 new commit to 060.13: 02https://github.com/bitcoin/bitcoin/commit/7201dd7732fa69b498b1d647c66c2460af9bed7b
105 2016-12-19 13:21:44 0|instagibbs|wumpus, waiting on anything for #9262 ?
106 2016-12-19 13:21:46 0|gribble|https://github.com/bitcoin/bitcoin/issues/9262 | Prefer coins that have fewer ancestors, sanity check txn before ATMP by instagibbs ÷ Pull Request #9262 ÷ bitcoin/bitcoin ÷ GitHub
107 2016-12-19 13:30:57 0|wumpus|instagibbs: sipa's nit about doing three map lookups I guess?
108 2016-12-19 14:13:37 0|instagibbs|Ok, I'm just worried about squashing more changes invalidating ACKs
109 2016-12-19 14:49:07 0|btcdrak|instagibbs: dont squash then
110 2016-12-19 14:50:50 0|instagibbs|btcdrak, that's the plan, OCD on backburner
111 2016-12-19 16:19:37 0|bitcoin-git|[13bitcoin] 15ryanofsky opened pull request #9378: [trivial] Add documentation for CWalletTx::fFromMe member. (06master...06pr/fromme-doc) 02https://github.com/bitcoin/bitcoin/pull/9378
112 2016-12-19 16:23:24 0|bitcoin-git|[13bitcoin] 15ryanofsky closed pull request #9351: Remove CWalletTx::fFromMe member. (06master...06pr/atw-fromme) 02https://github.com/bitcoin/bitcoin/pull/9351
113 2016-12-19 16:45:02 0|btcdrak|what happened to botbot?
114 2016-12-19 16:45:16 0|btcdrak|looks like it borked out for a day :/
115 2016-12-19 21:04:14 0|bitcoin-git|[13bitcoin] 15morcos opened pull request #9380: Separate different uses of minimum fees (06master...06minfees) 02https://github.com/bitcoin/bitcoin/pull/9380
116 2016-12-19 22:15:13 0|BlueMatt|I think #9262 has enough acks to get an 0.13.2 started when wumpus wakes up
117 2016-12-19 22:15:15 0|gribble|https://github.com/bitcoin/bitcoin/issues/9262 | Prefer coins that have fewer ancestors, sanity check txn before ATMP by instagibbs ÷ Pull Request #9262 ÷ bitcoin/bitcoin ÷ GitHub
118 2016-12-19 22:29:22 0|gmaxwell|BlueMatt: got a backport PR?
119 2016-12-19 22:32:02 0|BlueMatt|gmaxwell: btcdrak was saying last night that it applies cleanly to 0.13 and tests pass
120 2016-12-19 22:32:03 0|luke-jr|last night there was a discussion that it can just be cherry-picked
121 2016-12-19 22:33:50 0|gmaxwell|someone should still open the PR for it!
122 2016-12-19 22:35:20 0|luke-jr|IIRC in the past, wumpus has requested PRs not be opened for simple cherry-pick backports *shrug*
123 2016-12-19 22:47:38 0|btcdrak|gmaxwell: I have a backport
124 2016-12-19 23:00:35 0|bitcoin-git|[13bitcoin] 15ryanofsky opened pull request #9381: Remove CWalletTx merging logic from AddToWallet (06master...06pr/atw-nomerge) 02https://github.com/bitcoin/bitcoin/pull/9381
125 2016-12-19 23:02:09 0|bitcoin-git|[13bitcoin] 15btcdrak opened pull request #9382: [backport 0.13] Prefer coins that have fewer ancestors, sanity check txn before ATMP (060.13...06backport9262) 02https://github.com/bitcoin/bitcoin/pull/9382