Evan Duffield
a6b58ab1e8
Merged masternode blinding
2015-03-04 08:58:36 -07:00
evan82
96dbba0d5f
Merge pull request #216 from vertoe/devel-0.9
...
Weekly translation updates.
2015-03-01 19:12:31 -07:00
evan82
369ca60da7
Merge pull request #215 from vertoe/devel-0.9-upstr
...
Fix priority calculation in CreateTransaction
2015-03-01 19:10:00 -07:00
evan82
8faca60382
Merge pull request #213 from UdjinM6/v0.11.2.x_fix_monospace_qt_console
...
V0.11.2.x fix spaces/monospace fonts in qt console
2015-03-01 19:08:12 -07:00
evan82
40b2ac6e3e
Merge pull request #211 from UdjinM6/v0.11.2.x_pay_to_oldest_legit
...
V0.11.2.x pay to oldest legit MN
2015-03-01 19:06:17 -07:00
evan82
e2cf12b9de
Merge pull request #210 from UdjinM6/v0.11.2.x_check_exp_mn_on_start
...
V0.11.2.x check expired MNs right on client start
2015-03-01 19:04:22 -07:00
evan82
da8dc22856
Merge pull request #209 from UdjinM6/v0.11.2.x_fix_crash_in_overview
...
V0.11.2.x fix crash on client shutdown
2015-03-01 19:03:13 -07:00
evan82
8b99c631fa
Merge pull request #208 from UdjinM6/v0.11.2.x_clear_evrth
...
V0.11.2.x clear maps in mnodeman
2015-03-01 19:02:47 -07:00
vertoe
092c9c99a2
Pull translations from transifex.
2015-03-02 00:09:33 +01:00
vertoe
6e20247e3e
Extract strings.
2015-03-02 00:08:42 +01:00
vertoe
14bebe4fd7
merge upstream 0.9
2015-03-02 00:04:56 +01:00
vertoe
90669ece1e
merge downstream 0.11.2
2015-03-02 00:02:59 +01:00
vertoe
bf265575b9
merge downstream 0.11.1
2015-03-02 00:02:33 +01:00
UdjinM6
54a78ed036
fix spaces/monospace fonts in qt console
2015-03-01 22:42:57 +03:00
UdjinM6
f4f3f6bd6a
prevent gaming sigTime too much on initial dsee
2015-03-01 18:51:30 +03:00
UdjinM6
b2017ebefa
find oldest legit masternode to pay / naming "now" -> "sigTime"
2015-03-01 18:45:27 +03:00
UdjinM6
7b1efb8997
show new number of MNs on add/remove in logs / move output to debug level
2015-03-01 03:26:29 +03:00
UdjinM6
4b4b1dc911
disconnect timer on overview page destruction
2015-03-01 03:08:24 +03:00
UdjinM6
80ce3f5a06
clear maps in mnodeman
2015-03-01 03:04:17 +03:00
UdjinM6
4af7c7411a
check and remove expired masternodes on client start / more info on load/flush
2015-03-01 02:56:52 +03:00
evan82
2d3426755c
Merge pull request #207 from UdjinM6/v0.11.2.x_fix_logs
...
V0.11.2.x fix logs
2015-02-27 06:49:31 -07:00
evan82
99533d6779
Merge pull request #206 from UdjinM6/v0.11.2.x_fix_dseep_missed_entry
...
V0.11.2.x fix dseep missed entry
2015-02-27 06:48:41 -07:00
UdjinM6
e7bf8d0fe6
Few small log output fixes:
...
- fix DumpMasternodes log output (wasn't really working)
- add log output on CMasternodeMan::Add
- slightly edit CMasternodeMan::CheckAndRemove log output
2015-02-27 04:49:12 +03:00
UdjinM6
14ecda3486
With persistant storage this restriction was way too hard and could lead to dramatically shrinking/not updating masternode list after few restarts with some timeouts
2015-02-27 04:41:17 +03:00
evan82
101754420e
Merge pull request #205 from UdjinM6/v0.11.2.x_fix
...
v0.11.1.x few fixes (crash/optimization)
2015-02-26 16:22:59 -07:00
UdjinM6
4fe845bf15
Fix crashes on remove from vector
...
Few more locks and slight iterators optimization
2015-02-27 02:12:43 +03:00
evan82
91ac763a1b
Merge pull request #204 from UdjinM6/v0.11.2.x_proto_bump_and_define
...
v0.11.2.x Fix versions:
2015-02-26 10:43:56 -07:00
UdjinM6
0747da6b36
Fix versions:
...
- bump PROTOCOL_VERSION (new collaterals are incompatible with 70066)
- define MIN_POOL_PEER_PROTO_VERSION instead of confusing darkSendPool.MIN_PEER_PROTO_VERSION / bump it too
2015-02-26 20:29:57 +03:00
evan82
ff297c25e3
Merge pull request #203 from UdjinM6/v0.11.2.x_fix_processmessages
...
V0.11.2.x Few fixes for processing extra messages:
2015-02-26 08:31:45 -07:00
evan82
5b4d27864e
Merge pull request #202 from UdjinM6/v0.11.2.x_fix_doauto
...
V0.11.2.x fix DoAutomaticDenominating:
2015-02-26 08:31:21 -07:00
evan82
1560cb65ed
Merge pull request #201 from UdjinM6/v0.11.2.x_rpc_fixes
...
V0.11.2.x rpc fixes
2015-02-26 08:30:40 -07:00
UdjinM6
1ded1b9ec2
Few fixes for processing extra messages:
...
- call ProcessMessageMasternodePayments on ProcessBlock (lost after moving mnodeman functionality)
- do not process extra functionality messages (DS, IX, spork) on initial download / reindex
2015-02-26 17:40:43 +03:00
Evan Duffield
736e6da6b8
allow searching masternode list by ip address
2015-02-26 07:33:27 -07:00
Evan Duffield
848adbb2d3
Fixed compiling errors
...
std::stoi was introduced in C++11, should probably avoid using it
2015-02-26 07:23:06 -07:00
Wladimir J. van der Laan
47fdeb4a9c
Merge pull request #5807
...
9cd1dd9
Fix priority calculation in CreateTransaction (Alex Morcos)
2015-02-26 11:15:24 +01:00
UdjinM6
56471f8330
fix DoAutomaticDenominating:
...
- check for NULL (result of FindRandom, could happen if masternode list is empty)
- assign submittedToMasternode only when all checks are passed
- naming consistency (mn --> pmn)
2015-02-26 04:55:27 +03:00
UdjinM6
0d82275d05
rpc: allow "darksend" only with ENABLE_WALLET
2015-02-26 04:48:03 +03:00
UdjinM6
5585850396
rpc fixes:
...
- extended help on "masternode"
- enabled/both modes for "masternode count"
- extended output for "masternode current"
- update help on "getblocktemplate"
2015-02-26 04:35:33 +03:00
evan82
38509c5433
Merge pull request #200 from UdjinM6/v0.11.2.x_fix_few_test
...
V0.11.2.x fix few test (generation/data)
2015-02-25 18:27:08 -07:00
evan82
4254b864ab
Merge pull request #199 from UdjinM6/v0.11.2.x_fix_uri
...
V0.11.2.x fix parseBitcoinURI
2015-02-25 18:26:33 -07:00
evan82
1dd5655f8a
Merge pull request #198 from absolutebit/patch-1
...
Minor typo
2015-02-25 18:26:18 -07:00
evan82
97d88a6fa7
Merge pull request #197 from UdjinM6/v0.11.2.x_masternodemanager
...
V0.11.2.x masternodemanager
2015-02-25 18:26:05 -07:00
evan82
d8307c51e4
Merge pull request #196 from UdjinM6/v0.11.2.x_fix_HasCollateralInputs
...
V0.11.2.x fix has collateral inputs
2015-02-25 18:25:13 -07:00
evan82
040528dc44
Merge pull request #195 from elanaint/elanaint-tor-docs
...
Update tor.md
2015-02-25 18:24:52 -07:00
evan82
13e66ea87a
Merge pull request #194 from crowning-/patch-2
...
Added automake to build requirements
2015-02-25 18:24:33 -07:00
evan82
da8c267295
Merge pull request #193 from crowning-/patch-1
...
Added automake to build requirements
2015-02-25 18:24:17 -07:00
UdjinM6
2e05bf212e
Change the way changes are handled:
...
- do not keep track of a single time variable for whole structure change
- save to masternode.dat and clear on checks:
- who's asked for the masternode list and the last time
- who we asked for the masternode list and the last time (will help to prevent dseg ban when restart wallet several times in short period of time)
- which masternodes we've asked for
- do not use timeout for CheckAndRemove (played with that - doesn't make sense actually)
2015-02-26 02:21:28 +03:00
UdjinM6
248420be31
fix few tests
2015-02-25 20:24:15 +03:00
UdjinM6
30f10d97d5
fix b58 test data generation
2015-02-25 20:23:08 +03:00
UdjinM6
c172c36885
fix parseBitcoinURI
2015-02-25 20:20:19 +03:00