Commit Graph

14554 Commits

Author SHA1 Message Date
jl777
46d5a641f8 test 2016-10-23 17:05:22 -03:00
jl777
744258899f test 2016-10-23 17:02:39 -03:00
jl777
72d2efb259 test 2016-10-23 17:00:48 -03:00
jl777
1f34636377 test 2016-10-23 16:54:13 -03:00
jl777
5a51e22dd1 test 2016-10-23 15:53:05 -03:00
jl777
88f973c27d test 2016-10-23 15:46:33 -03:00
jl777
a0ae285799 test 2016-10-23 15:36:43 -03:00
jl777
f09940d8b4 test 2016-10-23 15:07:07 -03:00
jl777
de5678d8ed test 2016-10-23 14:51:43 -03:00
jl777
d105332751 test 2016-10-23 14:44:15 -03:00
jl777
a9869d0dd7 test 2016-10-23 14:40:41 -03:00
jl777
4a41b0b27b test 2016-10-23 14:02:44 -03:00
jl777
03e6f150b7 test 2016-10-23 13:33:37 -03:00
jl777
b5252cb521 test 2016-10-23 13:22:02 -03:00
jl777
5cea772571 test 2016-10-23 13:15:53 -03:00
Joe Turgeon
c0876672fa Fixing floating point exception caused by metrics. Using default column width unless in a TTY. 2016-10-23 10:54:50 -05:00
jl777
289ad2f80e test 2016-10-23 12:29:38 -03:00
jl777
6a1edfa233 test 2016-10-23 12:25:09 -03:00
jl777
9d68c1e789 test 2016-10-23 12:09:57 -03:00
jl777
7704277a14 test 2016-10-23 12:08:59 -03:00
jl777
15001ca17a test 2016-10-23 12:07:56 -03:00
jl777
c111b18dde test 2016-10-23 12:07:24 -03:00
jl777
65d466d35a test 2016-10-23 12:05:10 -03:00
jl777
e0689afaea test 2016-10-23 11:55:39 -03:00
jl777
f632668704 test 2016-10-23 11:50:51 -03:00
jl777
404391b5e9 test 2016-10-23 11:43:44 -03:00
jl777
c62c3e41df test 2016-10-23 11:29:17 -03:00
jl777
57b8c33398 test 2016-10-23 10:45:47 -03:00
jl777
d81c57cbca test 2016-10-23 09:29:30 -03:00
Daira Hopwood
90c116ac54 Add release notes and Debian changelog entry.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-23 03:03:00 +01:00
Daira Hopwood
e2a227a268 Add deterministic build section to release-process.md.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-23 03:03:00 +01:00
Daira Hopwood
c5334c0c15 Tweaks to release-process.md
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-23 02:22:08 +01:00
Daira Hopwood
5c5f70f0fc Update pchMessageStart strings for rc2.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-23 02:22:08 +01:00
Daira Hopwood
d14207f6f4 Bump version numbers to 1.0.0-rc2.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-23 02:22:08 +01:00
Daira Hopwood
5275df5756 Update license text in README.md. closes #38
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-23 02:22:08 +01:00
Daira Hopwood
5626f8a8dc Remove copyright entries for some files we deleted.
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-23 02:22:08 +01:00
zkbot
a294b26db7 Auto merge of #1375 - str4d:1331-node-metrics, r=daira
Add node metrics screen

Continuation of #1336
Closes #1331
2016-10-22 20:21:11 -04:00
Daira Hopwood
02a4ace02c Disable metrics screen in RPC tests
Author: Jack Grigg <jack@z.cash>
Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2016-10-23 01:05:57 +01:00
Jack Grigg
dccc140bf1 Comment out print statements in tromp's solver
This prevents the solver interfering with the metrics screen.
2016-10-22 15:59:44 -05:00
Jack Grigg
199b3aafd3 Use solutions per second (Sol/s)
Part of #1422
2016-10-22 15:50:23 -05:00
Jack Grigg
f8ada2435b Be excited about validating transactions! 2016-10-22 15:50:21 -05:00
Jack Grigg
e7d59bbc12 Add average hash rate to metrics 2016-10-22 15:50:20 -05:00
Jack Grigg
db853f8a46 Handle wrapping of potentially long lines 2016-10-22 15:50:18 -05:00
Jack Grigg
0ddd6d1cd8 Tag metrics strings for translation 2016-10-22 15:50:17 -05:00
Jack Grigg
d30273f919 Split out screen sections into separate functions 2016-10-22 15:50:16 -05:00
Jack Grigg
4482bd8fd7 Adjust copy 2016-10-22 15:50:14 -05:00
Jack Grigg
d934e68967 Fit metrics screen into an 80-column terminal without wrapping 2016-10-22 15:50:13 -05:00
Jack Grigg
4ace963c80 Show important console messages on metrics screen 2016-10-22 15:50:11 -05:00
Jack Grigg
a6df7ab567 Add a persistent screen showing basic node metrics
The screen is implemented using ANSI Escape sequences.

Closes #1331
2016-10-22 15:50:06 -05:00
zkbot
026c3f784f Auto merge of #1602 - str4d:1424-minimal-getblocktemplate, r=daira
Minimal modifications to getblocktemplate

A simpler alternative to #1435 that ensures Zcash GBT will remain compatible with BIP 22.

Closes #1424
2016-10-22 16:40:59 -04:00