1 2017-02-03 00:03:07	0|BlueMatt|#9673 probably needs an 0.14 tag? I believe its a bugfix for bumpfee
 2 2017-02-03 00:03:09	0|gribble|https://github.com/bitcoin/bitcoin/issues/9673 | Set correct metadata on bumpfee wallet transactions by ryanofsky · Pull Request #9673 · bitcoin/bitcoin · GitHub
 3 2017-02-03 00:11:36	0|achow101|what do you all think of the release notes so far? Is there anything else to add?
 4 2017-02-03 01:05:03	0|bitcoin-git|[13bitcoin] 15TheBlueMatt opened pull request #9674: Lock cs_vSend and cs_inventory in a consistent order even in TRY (06master...062017-02-inv-send-lockorder) 02https://github.com/bitcoin/bitcoin/pull/9674
 5 2017-02-03 03:48:00	0|luke-jr|hm, I guess rawtx ought not use -walletrbf as a default
 6 2017-02-03 04:37:54	0|ossifrage|So I was just trying to do a send and bitcoin-qt crashed: 2017-02-03 04:32:10 GUI: QXcbConnection: XCB error: 3 (BadWindow), sequence: 15464, resource id: 64026419, major code: 40 (TranslateCoords), minor code: 0
 7 2017-02-03 04:38:04	0|ossifrage|2017-02-03 04:32:23 GUI: Cannot mix incompatible Qt library (version 0x50700) with this library (version 0x50701)
 8 2017-02-03 04:39:01	0|ossifrage|When I restarted the send did not show up as pending, but it very much was not a 'warm and fuzzy'
 9 2017-02-03 04:40:18	0|ossifrage|I'm using v0.13.2 built from the github git tree
10 2017-02-03 04:46:08	0|luke-jr|ossifrage: sounds like you built it on another machine?
11 2017-02-03 04:47:42	0|ossifrage|Nope, I built it on the same machine it was running
12 2017-02-03 04:47:55	0|ossifrage|https://forum.manjaro.org/t/unstable-qt5-5-7-1-update-breaks-applications/14234
13 2017-02-03 04:49:11	0|ossifrage|I'm not so worried that it crashed, but instead that the transaction was in limbo. When I restarted it did not show up as pending, so no harm done.
14 2017-02-03 04:50:33	0|ossifrage|The client seemed to be just fine, it downloaded the full block chain and has run on and off for a few weeks, it didn't expire until I tried to do a send
15 2017-02-03 04:51:52	0|luke-jr|I would assume it is still pending
16 2017-02-03 04:54:11	0|ossifrage|luke-jr, when I restarted the client it did not show up in the transactions list and it did not show up as a negative pending value
17 2017-02-03 04:55:30	0|ossifrage|I also didn't see anything in debug.log about a transaction. Is there a confirm dialog after clicking 'send'?
18 2017-02-03 04:56:56	0|luke-jr|there usually is, yes; if you didn't confirm, you're safe
19 2017-02-03 04:59:20	0|ossifrage|Yeah, I'd be a bit annoyed if I lost $570 to bitpay
20 2017-02-03 08:15:38	0|bitcoin-git|[13bitcoin] 15kokifpen opened pull request #9675: Fix typo and spelling inconsistency in CONTRIBUTING.md (06master...06fix_typo_in_contributing) 02https://github.com/bitcoin/bitcoin/pull/9675
21 2017-02-03 12:32:31	0|bitcoin-git|[13bitcoin] 15mlmikael opened pull request #9677: Use arc4random for entropy on supported systems (06master...06patch-1) 02https://github.com/bitcoin/bitcoin/pull/9677
22 2017-02-03 15:38:29	0|BlueMatt|#9227 should get an 0.14 tag - I think we should fix all known needs-atomic issues in 0.14
23 2017-02-03 15:38:31	0|gribble|https://github.com/bitcoin/bitcoin/issues/9227 | Make nWalletDBUpdated atomic to avoid a potential race. by pstratem · Pull Request #9227 · bitcoin/bitcoin · GitHub
24 2017-02-03 15:38:32	0|BlueMatt|there arent many left
25 2017-02-03 16:14:02	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9677: Use arc4random for entropy on supported systems (06master...06patch-1) 02https://github.com/bitcoin/bitcoin/pull/9677
26 2017-02-03 16:16:11	0|luke-jr|achow101: around?
27 2017-02-03 16:16:25	0|achow101|yes
28 2017-02-03 16:17:56	0|achow101|luke-jr: I'm here
29 2017-02-03 16:18:56	0|luke-jr|achow101: 8751 just got complex to rebase, but I'll have one you can pull in a sec
30 2017-02-03 16:20:07	0|luke-jr|8704*
31 2017-02-03 16:21:17	0|achow101|what's complex about it?
32 2017-02-03 16:21:22	0|luke-jr|achow101: named params
33 2017-02-03 16:21:31	0|achow101|oh
34 2017-02-03 16:24:08	0|luke-jr|achow101: ok, pushed getblock-extraverbose to my repo; you can update your PR with: git checkout getblock-extraverbose && git fetch git://github.com/luke-jr/bitcoin getblock-extraverbose && git reset --hard FETCH_HEAD && git push …
35 2017-02-03 16:26:32	0|achow101|done
36 2017-02-03 16:27:45	0|achow101|the only thing that was complex about that was that there could be two named args?
37 2017-02-03 16:27:51	0|achow101|(for the same thing)
38 2017-02-03 16:28:18	0|luke-jr|yes
39 2017-02-03 18:50:46	0|bitcoin-git|[13bitcoin] 15TheBlueMatt opened pull request #9679: Access WorkQueue::running only within the cs lock (06master...062017-02-workqueue-running-race) 02https://github.com/bitcoin/bitcoin/pull/9679
40 2017-02-03 18:51:47	0|BlueMatt|^ 0.14 (+#9227)
41 2017-02-03 18:51:49	0|gribble|https://github.com/bitcoin/bitcoin/issues/9227 | Make nWalletDBUpdated atomic to avoid a potential race. by pstratem · Pull Request #9227 · bitcoin/bitcoin · GitHub
42 2017-02-03 19:07:50	0|bitcoin-git|[13bitcoin] 15ryanofsky opened pull request #9680: Unify CWalletTx construction (on top of #9673) (06master...06pr/makewtx) 02https://github.com/bitcoin/bitcoin/pull/9680
43 2017-02-03 20:08:03	0|bitcoin-git|[13bitcoin] 15jonasschnelli opened pull request #9681: Refactor Bumpfee, move core functionality to CWallet (06master...062017/02/qt_bump) 02https://github.com/bitcoin/bitcoin/pull/9681
44 2017-02-03 20:08:33	0|luke-jr|…that branch name sucks
45 2017-02-03 20:08:40	0|luke-jr|oh, I get it
46 2017-02-03 20:12:06	0|sipa|haha
47 2017-02-03 20:15:09	0|jonasschnelli|hey sipa, yes. please elaborate what advantages you see with enums...
48 2017-02-03 20:15:52	0|jonasschnelli|Heh. Yes. The branch name obviously reveals on what i'm working right now
49 2017-02-03 20:16:47	0|luke-jr|jonasschnelli: I was thinking "bump the version of the Qt dependency"
50 2017-02-03 20:18:00	0|jonasschnelli|Oh. Yes. I should have added the *fee postfix
51 2017-02-03 21:43:00	0|bitcoin-git|[13bitcoin] 15ryanofsky opened pull request #9682: Require timestamps for importmulti keys (06master...06pr/multinow) 02https://github.com/bitcoin/bitcoin/pull/9682