jl777
56403c7e15
Test
2017-04-10 17:35:51 +03:00
jl777
3c4d6ebc6e
Merge pull request #410 from jl777/dev
...
Dev
2017-04-10 15:47:06 +03:00
jl777
41ebe9c6a8
Test
2017-04-10 15:41:40 +03:00
jl777
20b4fe1d43
Test
2017-04-10 15:35:21 +03:00
jl777
f11e832013
Test
2017-04-10 10:17:07 +03:00
jl777
4206dee514
Test
2017-04-10 10:12:40 +03:00
jl777
967c5efdff
Test
2017-04-10 10:08:08 +03:00
jl777
c5ab46041e
Test
2017-04-10 10:06:42 +03:00
jl777
32f8faad5d
Test
2017-04-10 09:58:57 +03:00
jl777
8094795afc
Test
2017-04-10 09:57:54 +03:00
jl777
4415b53eed
Test
2017-04-10 09:48:38 +03:00
Daira Hopwood
5a49c929dd
Delete old protocol version constants and simplify code that used them.
...
fixes #2244
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2017-04-09 13:19:48 +01:00
jl777
953cec090a
Merge pull request #409 from jl777/dev
...
Dev
2017-04-08 16:45:05 +03:00
jl777
7afa0b34e0
Merge pull request #408 from jl777/1.0.8
...
1.0.8
2017-04-08 16:43:47 +03:00
jl777
02d067d7db
1.0.8
2017-04-08 16:42:29 +03:00
zkbot
c752b8aa9b
Auto merge of #2241 - str4d:2238-benchmark-timeouts, r=ageis
...
Use a larger -rpcclienttimeout for slow performance measurements
Closes #2238 .
2017-04-07 09:06:41 +00:00
Jack Grigg
338ff45787
Use a larger -rpcclienttimeout for slow performance measurements
...
Closes #2238 .
2017-04-07 15:03:25 +12:00
jl777
6e9f40ca49
Test
2017-03-30 05:42:52 +03:00
jl777
4e5be25928
Test
2017-03-30 05:40:36 +03:00
jl777
d5f3353d30
Test
2017-03-30 05:34:26 +03:00
jl777
e251f1edcd
Test
2017-03-30 05:31:42 +03:00
jl777
ebbbc9345b
Test
2017-03-30 05:28:40 +03:00
jl777
0e8cbf3ba1
Test
2017-03-30 05:26:43 +03:00
jl777
1cca98997f
Test
2017-03-30 05:25:03 +03:00
jl777
14f3daa65f
Test
2017-03-30 05:22:38 +03:00
jl777
f8402b5dd9
Test
2017-03-30 05:18:17 +03:00
jl777
7edaed9bc7
Test
2017-03-30 05:13:06 +03:00
jl777
b599dcc6f6
Test
2017-03-30 05:12:28 +03:00
jl777
0a3a81e076
Test
2017-03-30 05:07:23 +03:00
jl777
8645a9b446
Test
2017-03-30 05:01:33 +03:00
jl777
38d0f59a7e
Merge pull request #407 from jl777/dPoW
...
DPoW
2017-03-30 04:56:09 +03:00
jl777
8b987626d9
Merge pull request #393 from jl777/beta
...
Beta
2017-03-30 04:55:19 +03:00
jl777
04b023802b
Test
2017-03-30 04:39:41 +03:00
jl777
bcba24d157
Test
2017-03-30 04:37:22 +03:00
jl777
945f015d80
Initial merge
2017-03-30 04:35:16 +03:00
Jack Grigg
0d0265fd11
Use AtomicTimer for metrics screen thread count
2017-03-29 18:25:09 +13:00
Wladimir J. van der Laan
2854c4e366
Remove ChainParams::DefaultMinerThreads
...
No longer relevant after #5957 . This hack existed because of another
hack where the numthreads parameter, on regtest, doubled as how many
blocks to generate.
2017-03-29 16:06:02 +13:00
Wladimir J. van der Laan
da1357e6cc
Use real number of cores for default -par, ignore virtual cores
...
To determine the default for `-par`, the number of script verification
threads, use [boost::thread::physical_concurrency()](http://www.boost.org/doc/libs/1_58_0/doc/html/thread/thread_management.html#thread.thread_management.thread.physical_concurrency )
which counts only physical cores, not virtual cores.
Virtual cores are roughly a set of cached registers to avoid context
switches while threading, they cannot actually perform work, so spawning
a verification thread for them could even reduce efficiency and will put
undue load on the system.
Should fix issue #6358 , as well as some other reported system overload
issues, especially on Intel processors.
The function was only introduced in boost 1.56, so provide a utility
function `GetNumCores` to fall back for older Boost versions.
2017-03-29 16:06:00 +13:00
zkbot
f630519d86
Auto merge of #2213 - daira:2211.release-1.0.8, r=daira
...
2211.release-1.0.8
Release 1.0.8. refs #2211
2017-03-28 01:22:21 +00:00
Daira Hopwood
27fb36c50b
Update authors, release notes, and Debian package metadata.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2017-03-27 21:32:16 +01:00
Daira Hopwood
b58208fb8d
Generate man pages.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2017-03-27 21:27:10 +01:00
Daira Hopwood
26722e47c6
Improvement to release process doc.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2017-03-27 21:05:10 +01:00
Daira Hopwood
83aac13083
Update version numbers.
...
Signed-off-by: Daira Hopwood <daira@jacaranda.org >
2017-03-27 21:01:18 +01:00
jl777
757119510c
Merge pull request #406 from jl777/dev
...
WLC
2017-03-27 10:50:11 +03:00
jl777
e41cf01052
WLC
2017-03-27 10:11:48 +03:00
jl777
d965945bda
Test
2017-03-26 22:45:46 +03:00
jl777
a82a09a24d
Merge pull request #401 from jl777/dev
...
Test
2017-03-26 22:24:02 +03:00
jl777
d31a803782
Test
2017-03-26 22:23:06 +03:00
jl777
b204db1786
Merge pull request #400 from jl777/dev
...
Dev
2017-03-26 22:08:58 +03:00
jl777
ba2a8aa714
Test
2017-03-26 22:05:42 +03:00