05:02
<
bitcoin-git >
bitcoin/master c707ca8 Greg Griffith: removed unused code in INV message...
05:02
<
bitcoin-git >
bitcoin/master 3f57c55 Pieter Wuille: Merge #10351: removed unused code in INV message...
12:19
<
jonasschnelli >
Strange.... CSchedulers wait_until seems to acting strange...
12:19
<
jonasschnelli >
We call "newTaskScheduled.wait_until<>(lock, timeToWaitFor) == boost::cv_status::timeout"...
12:20
<
jonasschnelli >
I have logged that we call it with a timeToWaitFor with the value of 1494245888 (seconds) while now is 1494245887.
12:20
<
jonasschnelli >
And it does wait 10 seconds...
12:20
<
jonasschnelli >
I got:
12:20
<
jonasschnelli >
wait until 1494245888 (now is 1494245887)
12:20
<
jonasschnelli >
wait until break (now is 1494245898)
12:21
<
jonasschnelli >
So it took 11 seconds until timeToWaitFor breaks while the wait_until value was 1 second in the future...
17:31
<
bitcoin-git >
bitcoin/master 3a0a5bc Karl-Johan Alm: [doc] Add hint about getmempoolentry to getrawmempool help.
17:31
<
bitcoin-git >
bitcoin/master f4b15e2 MarcoFalke: Merge #10310: [doc] Add hint about getmempoolentry to getrawmempool help....
17:35
<
bitcoin-git >
bitcoin/master 20187e4 Wladimir J. van der Laan: test: Add elapsed time to RPC tracing...
17:35
<
bitcoin-git >
bitcoin/master 23d78c4 MarcoFalke: Merge #10352: test: Add elapsed time to RPC tracing...
18:17
<
bitcoin-git >
bitcoin/master 329ac3b John Newbery: [tests] use wait_until in mempool_persist.py
18:17
<
bitcoin-git >
bitcoin/master 6a796b2 MarcoFalke: Merge #10342: [tests] Improve mempool_persist test...