Evan Duffield
402d821529
Fix memory leak / reduce mnw memory
...
- mapSeenMasternodePing & mapSeenMasternodeBroadcast were not getting cleaned, so the pinging of 3000 masternode was accumulating over time. This patch has the clean clean the lists every few minutes and removes anything older than 20 minutes for pings and 2.5 hours for broadcasts.
- v48
2015-08-24 19:27:10 -07:00
Evan Duffield
099e412dba
Disable mnw messages for litemode
2015-08-24 15:01:02 -07:00
crowning-
26c471df6b
Window positions not reset
2015-08-24 23:12:31 +02:00
Wladimir J. van der Laan
da9beb288d
Merge pull request #6576
...
e938122
Stop parsing JSON after first finished construct. (Daniel Kraft)
2015-08-24 13:44:05 +02:00
Wladimir J. van der Laan
561f8af450
Merge pull request #6523
...
0ce7398
Add p2p-fullblocktest.py (Casey Rodarmor)
2015-08-24 13:25:49 +02:00
Evan Duffield
8af620bd80
Fix remote-activation hanging issue
...
- Clients that were waiting for remote activation were repeatidly checking their wallet and external address. This will make them skip that check if the wallet is empty, then be remotely activated by mnb.
2015-08-23 18:17:07 -07:00
Evan Duffield
a0f9355946
Fix remote-activation hanging issue
...
- Clients that were waiting for remote activation were repeatidly checking their wallet and external address. This will make them skip that check if the wallet is empty, then be remotely activated by mnb.
2015-08-23 18:16:23 -07:00
Pavel Vasin
9f3e48e521
add support for miniupnpc api version 14
...
The value of new arg ttl is set to 2 as it's recommended default.
2015-08-23 23:53:49 +03:00
UdjinM6
c61f209c33
(possible) fix for idle mn freeze
2015-08-23 17:29:30 +03:00
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