1 2017-03-17 02:39:35	0|NicolasDorier|wumpus: your advise on solving my problem by running configure in another folder worked
 2 2017-03-17 03:07:11	0|NicolasDorier|MarcoFalke: I think I noticed why my python tests were working before but not anymore. It seems that the cache built by rpc-tests.py is created in BUILDDIR/qa/cache
 3 2017-03-17 03:07:27	0|NicolasDorier|is it ok to move them in /tmp/ ?
 4 2017-03-17 04:38:39	0|sipa|NicolasDorier: then we'd lose them across restarts
 5 2017-03-17 04:38:56	0|sipa|NicolasDorier: though i think wumpus was talking about regenerating them for every run anyway
 6 2017-03-17 07:23:41	0|NicolasDorier|oh this would be perfect
 7 2017-03-17 08:35:42	0|wumpus|sipa: well my proposal was to regenerate based on matching bitcoind executable, but deterministically regenerating on every run sgtm too
 8 2017-03-17 08:37:31	0|wumpus|I think the only advantage of the persistent cache, as currently implemented, is that it can save some time when manually executing a certain test multiple times and you know for sure that nothing relevant to the cache changed. That would be lost when comparing bitcoind hashes just as well.
 9 2017-03-17 08:38:10	0|wumpus|apart from that an abstraction like: the test runner could create the cache before it starts running tests, then remove it afterward - would make most sense as les error-prone too
10 2017-03-17 08:40:56	0|bitcoin-git|13bitcoin/06master 145073100 15Wladimir J. van der Laan: build: Fix typo s/HAVE_DONTWAIT/HAVE_MSG_DONTWAIT...
11 2017-03-17 08:40:56	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/8b789d814199...32d1b344985f
12 2017-03-17 08:40:57	0|bitcoin-git|13bitcoin/06master 1432d1b34 15Wladimir J. van der Laan: Merge #10011: build: Fix typo s/HAVE_DONTWAIT/HAVE_MSG_DONTWAIT...
13 2017-03-17 08:41:16	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10011: build: Fix typo s/HAVE_DONTWAIT/HAVE_MSG_DONTWAIT (06master...062017_03_typo_dontwait) 02https://github.com/bitcoin/bitcoin/pull/10011
14 2017-03-17 09:29:22	0|bitcoin-git|13bitcoin/06master 149350e13 15Pavol Rusnak: util: rename variable to avoid shadowing
15 2017-03-17 09:29:22	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/32d1b344985f...fcf556f7e9b3
16 2017-03-17 09:29:23	0|bitcoin-git|13bitcoin/06master 14fcf556f 15Wladimir J. van der Laan: Merge #10010: util: rename variable to avoid shadowing...
17 2017-03-17 09:29:43	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #10010: util: rename variable to avoid shadowing (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/10010
18 2017-03-17 13:31:46	0|bitcoin-git|[13bitcoin] 15jonasschnelli pushed 7 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/fcf556f7e9b3...b9f930b38348
19 2017-03-17 13:31:47	0|bitcoin-git|13bitcoin/06master 1491e3035 15Russell Yanofsky: Make test_bitcoin.cpp compatible with Qt Test framework...
20 2017-03-17 13:31:47	0|bitcoin-git|13bitcoin/06master 14cc9503c 15Russell Yanofsky: Make qt test compatible with TestChain100Setup framework...
21 2017-03-17 13:31:48	0|bitcoin-git|13bitcoin/06master 14b61b34c 15Russell Yanofsky: Add braces to if statements in Qt test_main
22 2017-03-17 13:32:10	0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #9974: Add basic Qt wallet test (06master...06pr/qt-test) 02https://github.com/bitcoin/bitcoin/pull/9974
23 2017-03-17 13:45:24	0|bitcoin-git|13bitcoin/06master 149155241 15Daniel Aleksandersen: Change 'Clear' button string to 'Reset'...
24 2017-03-17 13:45:24	0|bitcoin-git|[13bitcoin] 15jonasschnelli pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/b9f930b38348...a387d3a807f8
25 2017-03-17 13:45:25	0|bitcoin-git|13bitcoin/06master 14a387d3a 15Jonas Schnelli: Merge #9690: Change 'Clear' button string to 'Reset'...
26 2017-03-17 13:45:38	0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #9690: Change 'Clear' button string to 'Reset' (06master...06patch-2) 02https://github.com/bitcoin/bitcoin/pull/9690
27 2017-03-17 13:46:56	0|bitcoin-git|[13bitcoin] 15theogoodman opened pull request #10022: Article 2: Confederation - II (06master...06release) 02https://github.com/bitcoin/bitcoin/pull/10022
28 2017-03-17 13:48:04	0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #8888: CConnman: Remove some global usage in the gui (06master...06no-global-connman) 02https://github.com/bitcoin/bitcoin/pull/8888
29 2017-03-17 13:49:52	0|instagibbs|NicolasDorier, I nuke my cache anytime I get a failed test
30 2017-03-17 13:50:02	0|instagibbs|Sorry, should have suggested this first :)
31 2017-03-17 13:57:02	0|bitcoin-git|[13bitcoin] 15fanquake closed pull request #10022: Article 2: Confederation - II (06master...06release) 02https://github.com/bitcoin/bitcoin/pull/10022
32 2017-03-17 14:28:43	0|jnewbery|NicolasDorier: I've had a corrupted qa cache before. Took me ages to figure out why all my tests were failing! I'll happily review any PR to make the cache a bit smarter.
33 2017-03-17 14:30:15	0|NicolasDorier|jnewbery: actually I would just like to put it into /tmp. Not only for this problem but for the fact I can't run tests without some workaround anymore since I dev on a shared folder in docker (yeah I know I am the only one having this issue :p)
34 2017-03-17 14:32:14	0|bitcoin-git|13bitcoin/06master 14568c05a 15Jonas Schnelli: Allow to opt-into RBF when creating a transaction
35 2017-03-17 14:32:14	0|bitcoin-git|[13bitcoin] 15jonasschnelli pushed 4 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/a387d3a807f8...9c7b7cf0bb57
36 2017-03-17 14:32:15	0|bitcoin-git|13bitcoin/06master 14838a58e 15Jonas Schnelli: [Qt] Add simple optin-RBF checkbox and confirmation info
37 2017-03-17 14:32:16	0|bitcoin-git|13bitcoin/06master 14c4e4792 15Russell Yanofsky: [Qt] Change RBF checkbox to reflect -walletrbf setting...
38 2017-03-17 14:32:25	0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #9592: [Qt] Add checkbox in the GUI to opt-in to RBF when creating a transaction (06master...06pr/grbf) 02https://github.com/bitcoin/bitcoin/pull/9592
39 2017-03-17 15:03:36	0|jonasschnelli|wumpus: IMO this is ready for a merge: https://github.com/bitcoin/bitcoin/pull/9818
40 2017-03-17 15:03:41	0|jonasschnelli|(simple and clean)
41 2017-03-17 15:17:33	0|kanzure|are SignatureHash outputs supposed to be deterministic?
42 2017-03-17 15:20:57	0|adiabat|Hi - have a testnet3 node running on a raspberrypi2.  Was solid, up from jan to march on 0.13.2
43 2017-03-17 15:21:18	0|adiabat|upgraded to 0.14.0 and seems to crash every few days; nothing much showing up in logs.
44 2017-03-17 15:21:30	0|adiabat|Will investigate, just wondering if anyone else has seen this
45 2017-03-17 15:21:59	0|adiabat|have dbcache=64 in bitcoin.conf so I don't think it's OOM; will try running with more logs
46 2017-03-17 15:23:17	0|bsm1175322|kanzure: absolutely, yes.
47 2017-03-17 15:27:52	0|achow101|adiabat: probably still OOM. set maxmempool to something lower
48 2017-03-17 15:28:08	0|adiabat|achow101: cool, will try that, thanks
49 2017-03-17 15:31:53	0|jonasschnelli|adiabat: Yes. try -maxmempool=50 (or similar)
50 2017-03-17 15:32:06	0|jonasschnelli|adiabat: Please report back if it solved your issue.
51 2017-03-17 15:48:55	0|adiabat|jonasschnelli: restarted; will check in in a few days if stable
52 2017-03-17 15:49:03	0|jonasschnelli|adiabat: thanks
53 2017-03-17 16:28:29	0|NLNico|This is probably offtopic, but I just wanted to say thank you to all Core developers and contributors. Thats all.
54 2017-03-17 16:30:57	0|sipa|adiabat: OOM
55 2017-03-17 19:41:03	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #10023: Improve maxblocksinflight.py (06master...06improvemaxblocksinflight) 02https://github.com/bitcoin/bitcoin/pull/10023
56 2017-03-17 20:52:52	0|bitcoin-git|13bitcoin/06master 147759aa2 15Russell Yanofsky: Save watch only key timestamps when reimporting keys...
57 2017-03-17 20:52:52	0|bitcoin-git|[13bitcoin] 15laanwj pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/9c7b7cf0bb57...3d857f307be8
58 2017-03-17 20:52:53	0|bitcoin-git|13bitcoin/06master 143d857f3 15Wladimir J. van der Laan: Merge #9818: Save watch only key timestamps when reimporting keys...
59 2017-03-17 20:53:04	0|bitcoin-git|[13bitcoin] 15laanwj closed pull request #9818: Save watch only key timestamps when reimporting keys (06master...06pr/multirewatch) 02https://github.com/bitcoin/bitcoin/pull/9818
60 2017-03-17 21:54:20	0|BlueMatt|maybe we should require people who upgrade to read the release notes before we run......
61 2017-03-17 21:57:44	0|luke-jr|BlueMatt: what if they upgrade from 0.10 to 0.15 in one leap?
62 2017-03-17 21:57:49	0|luke-jr|display all of it?
63 2017-03-17 21:57:58	0|BlueMatt|then it'll take you a while to read through it all
64 2017-03-17 21:58:18	0|BlueMatt|(it wasnt a serious suggestion, just noting that everyone has issues with OOM in 0.14 but its in the release notes)
65 2017-03-17 21:58:51	0|luke-jr|tbh, I dislike bundling an ever-increasing archive of release notes with the source code
66 2017-03-17 22:00:34	0|BlueMatt|luke-jr: i wasnt serious, i was just joking....
67 2017-03-17 22:02:01	0|luke-jr|k
68 2017-03-17 22:06:14	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #10024: [trivial] Use log.info() instead of print() in importmulti.py (06master...06uselogginginimportmulti) 02https://github.com/bitcoin/bitcoin/pull/10024