1 2017-05-08 03:01:25	0|bitcoin-git|[13bitcoin] 15luke-jr opened pull request #10353: Refactor script interpreter flags to use new CScriptFlags class for stricter checking (06master...06scriptflags) 02https://github.com/bitcoin/bitcoin/pull/10353
 2 2017-05-08 05:02:17	0|bitcoin-git|13bitcoin/06master 14c707ca8 15Greg Griffith: removed unused code in INV message...
 3 2017-05-08 05:02:17	0|bitcoin-git|[13bitcoin] 15sipa pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/fff72de5bf8a...3f57c55dba6e
 4 2017-05-08 05:02:18	0|bitcoin-git|13bitcoin/06master 143f57c55 15Pieter Wuille: Merge #10351: removed unused code in INV message...
 5 2017-05-08 05:02:42	0|bitcoin-git|[13bitcoin] 15sipa closed pull request #10351: removed unused code in INV message (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/10351
 6 2017-05-08 08:13:05	0|bitcoin-git|[13bitcoin] 15xjl456852 opened pull request #10355: test (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/10355
 7 2017-05-08 08:22:01	0|bitcoin-git|[13bitcoin] 15jonasschnelli closed pull request #10355: test (06master...06master) 02https://github.com/bitcoin/bitcoin/pull/10355
 8 2017-05-08 12:19:17	0|jonasschnelli|Strange.... CSchedulers wait_until seems to acting strange...
 9 2017-05-08 12:19:33	0|jonasschnelli|We call "newTaskScheduled.wait_until<>(lock, timeToWaitFor) == boost::cv_status::timeout"...
10 2017-05-08 12:20:11	0|jonasschnelli|I have logged that we call it with a timeToWaitFor with the value of 1494245888 (seconds) while now is 1494245887.
11 2017-05-08 12:20:14	0|jonasschnelli|And it does wait 10 seconds...
12 2017-05-08 12:20:34	0|jonasschnelli|I got:
13 2017-05-08 12:20:34	0|jonasschnelli|wait until 1494245888 (now is 1494245887)
14 2017-05-08 12:20:39	0|jonasschnelli|wait until break (now is 1494245898)
15 2017-05-08 12:21:13	0|jonasschnelli|So it took 11 seconds until timeToWaitFor breaks while the wait_until value was 1 second in the future...
16 2017-05-08 14:08:58	0|bitcoin-git|[13bitcoin] 15sdaftuar opened pull request #10357: Allow setting nMinimumChainWork on command line (06master...062017-05-chainwork-commandline) 02https://github.com/bitcoin/bitcoin/pull/10357
17 2017-05-08 16:39:12	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #10359: [tests] functional tests should call BitcoinTestFramework start/stop node methods (06master...06test_framework_start_stop_nodes) 02https://github.com/bitcoin/bitcoin/pull/10359
18 2017-05-08 17:31:28	0|bitcoin-git|13bitcoin/06master 143a0a5bc 15Karl-Johan Alm: [doc] Add hint about getmempoolentry to getrawmempool help.
19 2017-05-08 17:31:28	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/3f57c55dba6e...f4b15e2de97c
20 2017-05-08 17:31:29	0|bitcoin-git|13bitcoin/06master 14f4b15e2 15MarcoFalke: Merge #10310: [doc] Add hint about getmempoolentry to getrawmempool help....
21 2017-05-08 17:31:57	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #10310: [doc] Add hint about getmempoolentry to getrawmempool help. (06master...06doc-getrawmempool-getmempoolentry) 02https://github.com/bitcoin/bitcoin/pull/10310
22 2017-05-08 17:35:14	0|bitcoin-git|13bitcoin/06master 1420187e4 15Wladimir J. van der Laan: test: Add elapsed time to RPC tracing...
23 2017-05-08 17:35:14	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/f4b15e2de97c...23d78c4dd01b
24 2017-05-08 17:35:15	0|bitcoin-git|13bitcoin/06master 1423d78c4 15MarcoFalke: Merge #10352: test: Add elapsed time to RPC tracing...
25 2017-05-08 17:35:41	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #10352: test: Add elapsed time to RPC tracing (06master...062017_05_rpc_trace_time) 02https://github.com/bitcoin/bitcoin/pull/10352
26 2017-05-08 17:38:01	0|bitcoin-git|[13bitcoin] 15instagibbs opened pull request #10360: [WIP] [Wallet] Target effective value during transaction creation (06master...06feedo) 02https://github.com/bitcoin/bitcoin/pull/10360
27 2017-05-08 18:17:07	0|bitcoin-git|13bitcoin/06master 14329ac3b 15John Newbery: [tests] use wait_until in mempool_persist.py
28 2017-05-08 18:17:07	0|bitcoin-git|[13bitcoin] 15MarcoFalke pushed 2 new commits to 06master: 02https://github.com/bitcoin/bitcoin/compare/23d78c4dd01b...6a796b2b53fe
29 2017-05-08 18:17:08	0|bitcoin-git|13bitcoin/06master 146a796b2 15MarcoFalke: Merge #10342: [tests] Improve mempool_persist test...
30 2017-05-08 18:17:37	0|bitcoin-git|[13bitcoin] 15MarcoFalke closed pull request #10342: [tests] Improve mempool_persist test (06master...06improve_wait_until_test) 02https://github.com/bitcoin/bitcoin/pull/10342
31 2017-05-08 19:09:28	0|bitcoin-git|[13bitcoin] 15MarcoFalke opened pull request #10361: qa: disablewallet: Check that wallet is really disabled (06master...06Mf1705-disableWalletPass) 02https://github.com/bitcoin/bitcoin/pull/10361
32 2017-05-08 19:45:17	0|bitcoin-git|[13bitcoin] 15spencerlievens opened pull request #10362: Add OSX keystroke to RPCConsole info (06master...06RPC-OSX-Keystroke) 02https://github.com/bitcoin/bitcoin/pull/10362
33 2017-05-08 19:45:28	0|bitcoin-git|[13bitcoin] 15spencerlievens closed pull request #10324: Add OSX keystroke to clear RPCConsole (06master...06patch-3) 02https://github.com/bitcoin/bitcoin/pull/10324
34 2017-05-08 20:38:06	0|bitcoin-git|[13bitcoin] 15ericchong opened pull request #10363: 0.13 (06master...060.13) 02https://github.com/bitcoin/bitcoin/pull/10363
35 2017-05-08 20:38:40	0|bitcoin-git|[13bitcoin] 15ericchong closed pull request #10363: 0.13 (06master...060.13) 02https://github.com/bitcoin/bitcoin/pull/10363
36 2017-05-08 21:21:22	0|bitcoin-git|[13bitcoin] 15jnewbery opened pull request #10365: [tests] increase timeouts in sendheaders test (06master...06improve_sendheaders) 02https://github.com/bitcoin/bitcoin/pull/10365