Patrick Strateman
dc81dd02a1
Return false early if vEvictionCandidates is empty
2015-08-22 15:38:24 -07:00
Patrick Strateman
17f3533c84
Better support for nodes with non-standard nMaxConnections
2015-08-22 15:38:24 -07:00
Patrick Strateman
1317cd1928
RAII wrapper for CNode*
2015-08-22 15:38:24 -07:00
Patrick Strateman
df23937422
Add comments to AttemptToEvictConnection
2015-08-22 15:38:24 -07:00
Patrick Strateman
a8f6e45249
Remove redundant whiteconnections option
2015-08-22 15:38:24 -07:00
Patrick Strateman
b105ba398b
Prefer to disconnect peers in favor of whitelisted peers
2015-08-22 15:38:24 -07:00
Patrick Strateman
2c701537c8
AttemptToEvictConnection
2015-08-22 15:38:24 -07:00
Patrick Strateman
4bac601610
Record nMinPingUsecTime
2015-08-22 15:38:23 -07:00
Patrick Strateman
ae037b707c
Refactor: Move failure conditions to the top of AcceptConnection
2015-08-22 15:38:23 -07:00
Patrick Strateman
1ef4817614
Refactor: Bail early in AcceptConnection
2015-08-22 15:38:23 -07:00
Patrick Strateman
541a1dd9e6
Refactor: AcceptConnection
2015-08-22 15:38:23 -07:00
UdjinM6
0ab72a9dde
update translations
2015-08-22 22:01:40 +03:00
UdjinM6
06c1524e89
fix update-translations.py to work correctly with % at the end of a string
2015-08-22 22:00:04 +03:00
UdjinM6
f98fe6a208
fix - ds can leak info by number of inputs
2015-08-22 19:12:45 +03:00
Holger Schinzel
b839ff2748
version bump v0.12.1.0
2015-08-22 18:11:47 +02:00
UdjinM6
9055883eab
implement bip69
2015-08-22 19:09:43 +03:00
UdjinM6
30ab984920
treat MN as pre-enabled while there is no legit ping that differ from initial one (from mnb)
2015-08-22 19:00:12 +03:00
evan82
0002fd1d6e
Merge pull request #559 from UdjinM6/v0.12.0.x_fix_ds_bugs
...
fix ds bugs
2015-08-22 07:16:23 -07:00
UdjinM6
9a74543d83
fix ds bugs
2015-08-22 06:36:21 +03:00
Casey Rodarmor
0ce73985a8
Add p2p-fullblocktest.py
2015-08-21 15:31:37 -04:00
Wladimir J. van der Laan
49793fbb09
Merge pull request #6541
...
e0862c0
Reformat validateaddress help, add missing iswatchonly description. (Pavel Janík)
2015-08-21 12:35:20 +02:00
Holger Schinzel
591e64dc3b
Merge pull request #554 from dashpay/master
...
merge back
2015-08-20 20:32:10 +02:00
Evan Duffield
b819ffc3c2
Merge branch 'v0.12.0.x'
2015-08-20 09:28:15 -07:00
Evan Duffield
76d9eddfa4
Cleanup nCount for qualifying nodes
...
- thx Udjin!
2015-08-20 09:27:34 -07:00
Wladimir J. van der Laan
e3f13ddc54
Merge pull request #6242
...
17221bf
chainparams: don't use std namespace (Cory Fields)
f0deec5
chainparams: move CCheckpointData into chainparams.h (Cory Fields)
2015-08-20 18:26:26 +02:00
Evan Duffield
c64f76001b
nCount >= nTenthNetwork should be nCountTenth
2015-08-20 08:52:33 -07:00
Evan Duffield
c6cb896cc4
nCount >= nTenthNetwork should be nCountTenth
2015-08-20 08:50:59 -07:00
Evan Duffield
d3f3e70817
Merge branch 'v0.12.0.x'
2015-08-20 08:37:35 -07:00
Evan Duffield
6b31970f13
Fix payment cycle when network is in the process of updating
2015-08-20 08:37:05 -07:00
Wladimir J. van der Laan
e128464bc5
Merge pull request #6545
...
8be371d
Do not store more than 200 timedata samples. (Pavel Janík)
2015-08-20 17:13:52 +02:00
Wladimir J. van der Laan
70ec975ea6
Merge pull request #6556
...
1123cdb
add unit test for CNetAddr::GetGroup. (Alex Morcos)
bba3db1
Fix masking of irrelevant bits in address groups. (Alex Morcos)
2015-08-20 16:45:46 +02:00
Wladimir J. van der Laan
5e6e0898a1
Merge pull request #6571
...
1d1073c
consensus: cache the openssl EC_GROUP to avoid a race condition for each CECKey instantiation (Cory Fields)
2015-08-20 16:33:50 +02:00
Daniel Kraft
e938122b7b
Stop parsing JSON after first finished construct.
...
Fix https://github.com/bitcoin/bitcoin/issues/6558 . In particular, stop
parsing JSON after the first object or array is finished. Check that no
other garbage follows, and fail the parser if it does.
2015-08-20 12:48:43 +02:00
Alex Morcos
1123cdbf4d
add unit test for CNetAddr::GetGroup.
2015-08-19 17:06:42 -04:00
Cory Fields
1d1073c2d3
consensus: cache the openssl EC_GROUP to avoid a race condition for each CECKey instantiation
2015-08-19 14:25:01 -04:00
Wladimir J. van der Laan
ef30389e2a
Merge pull request #6544
...
c5c1edf
Fix spelling mistake in -> if. (Mark Friedenbach)
e846b2a
Correct a possibly intentional pun that is nevertheless hard to read: "two times of nLockTime." What is meant is that there are two kinds, or categories of nLockTime. (Mark Friedenbach)
2015-08-19 17:37:52 +02:00
Wladimir J. van der Laan
80cddbbba9
Merge pull request #6539
...
9f68ed6
typofixes (found by misspell_fixer) (Veres Lajos)
2015-08-19 17:28:00 +02:00
Wladimir J. van der Laan
a6f2affde8
Merge pull request #6565
...
fb08d92
Make sure we re-acquire lock if a task throws (Casey Rodarmor)
2015-08-19 16:27:40 +02:00
Wladimir J. van der Laan
e08a7d9d40
Merge pull request #6561
...
7bd57bb
Add limitedmap test (Casey Rodarmor)
8b06894
Disallow unlimited limited maps (Casey Rodarmor)
fd2d862
Make limited map actually respect max size (Casey Rodarmor)
2015-08-19 15:45:14 +02:00
Wladimir J. van der Laan
0f0f323c9a
Merge pull request #6567
...
2016576
Fix crash when mining with empty keypool. (Daniel Kraft)
2015-08-19 15:07:38 +02:00
Holger Schinzel
342522352d
Merge pull request #552 from dashpay/master
...
merge back
2015-08-19 07:18:53 +02:00
Evan Duffield
e1306eb272
Merge branch 'v0.12.0.x'
2015-08-18 18:06:25 -07:00
Evan Duffield
ba1bc44737
version bump - v46
2015-08-18 18:06:13 -07:00
Evan Duffield
37ae8d36b1
Merge branch 'v0.12.0.x'
2015-08-18 18:04:04 -07:00
evan82
4f99745b92
Merge pull request #551 from UdjinM6/v0.12.0.x_disable_mncache
...
V0.12.0.x disable mncache
2015-08-18 13:52:51 -07:00
UdjinM6
f119afb43b
it’s ok to be banned for dseg, you’ll just find another peers
2015-08-18 23:46:47 +03:00
evan82
7fb5f5881c
Merge pull request #549 from UdjinM6/v0.12.0.x_msghand
...
V0.12.0.x msghand
2015-08-18 12:35:19 -07:00
pstratem
ade97928f7
replace absolute sleep with conditional wait
2015-08-18 21:07:30 +03:00
evan82
418a9eeb37
Merge pull request #547 from UdjinM6/v0.12.0.x_fix_sync_progressbar_text
...
V0.12.0.x fix sync progressbar text
2015-08-18 08:16:33 -07:00
Casey Rodarmor
fb08d92312
Make sure we re-acquire lock if a task throws
2015-08-18 10:40:13 -04:00