Commit 75e1d0166ce2da0bbe26c691ad9a2fcbf6b8f015

Con Kolivas 2011-07-16T02:53:04

Update NEWS infromation.

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
diff --git a/NEWS b/NEWS
index f9807e8..aedf7d8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,15 @@
+- Update longpoll messages.
+- Add new block data to status line.
+- Fix opencl tests for osx.
+- Only do local generation of work if the work item is not stale itself.
+- Check for stale work within the mining threads and grab new work if
+positive.
+- Test for idle network conditions and prevent threads from being restarted
+by the watchdog thread under those circumstances.
+- Make sure that local work generation does not continue indefinitely by
+stopping it after 10 minutes.
+- Tweak the kernel to have a shorter path using a 4k buffer and a mask on the
+nonce value instead of a compare and loop for a shorter code path.
 - Allow queue of zero and make that default again now that we can track how
 work is being queued versus staged. This can decrease reject rates.
 - Queue precisely the number of mining threads as longpoll_staged after a