Holger Schinzel
581a3deeea
Update Makefile.qt.include
...
fix compile error
2015-08-29 08:15:41 +02:00
crowning-
69bd52a00c
Added "Name" to mnbudget show output for easier JSON-parsing
...
Reference: https://github.com/dashpay/dash/issues/583
2015-08-29 08:01:12 +02:00
Evan Duffield
4e3dfe1e59
Merge branch 'v0.12.0.x'
2015-08-28 21:14:28 -07:00
Evan Duffield
3d4fb9b5e6
version bump
2015-08-28 21:06:58 -07:00
Evan Duffield
61e67434cd
restored mnb cleanup
2015-08-28 20:25:55 -07:00
Evan Duffield
f368783262
Merge branch 'v0.12.1.x' into v0.12.0.x
2015-08-28 20:16:31 -07:00
evan82
f315fbf25f
Merge pull request #567 from UdjinM6/v0.12.1.x_fix_idle_mn_freeze
...
V0.12.1.x (possible) fix for idle mn freeze
2015-08-28 20:05:44 -07:00
evan82
82606d6322
Merge pull request #562 from UdjinM6/v0.12.1.x_cleanup
...
V0.12.1.x cleanup
2015-08-28 20:04:48 -07:00
evan82
3729d93097
Merge pull request #575 from UdjinM6/v0.12.0.x_fix_mapSeenMasternodeBroadcast
...
V0.12.1.x fixes for mapSeenMasternodeBroadcast:
2015-08-28 19:52:14 -07:00
UdjinM6
68eab8cc3b
Merge pull request #566 from UdjinM6/v0.12.x.x_translations
...
V0.12.x.x translations
2015-08-29 04:38:33 +03:00
UdjinM6
9fb62dadaa
Merge pull request #569 from crowning-/v0.12.1.x
...
Window positions not reset
2015-08-29 04:38:20 +03:00
UdjinM6
ae1ceaa75c
Merge pull request #579 from crowning-/UI_Enhancements
...
UI: Coding and CSS changes for sum of selected transactions
2015-08-29 04:37:21 +03:00
Evan Duffield
c5d6b8486b
Drastically reduce bandwidth/cpu usage for syncing
...
- Only send 1 winner per block for the previous 4500 blocks (was 10 items per block for 6000 blocks)
- Send full sync for last 5 blocks and next 20 blocks
- Turn off mnb cleaning, there aren't that many broadcasts on the network and this could cause problems in some cases
- Fix budget submission collateral check
2015-08-28 14:42:23 -07:00
Evan Duffield
2ee9abd060
Drastically reduce bandwidth/cpu usage for syncing
...
- Only send 1 winner per block for the previous 4500 blocks (was 10 items per block for 6000 blocks)
- Send full sync for last 5 blocks and next 20 blocks
- Turn off mnb cleaning, there aren't that many broadcasts on the network and this could cause problems in some cases
- Fix budget submission collateral check
2015-08-28 14:41:58 -07:00
Holger Schinzel
6af0621b7e
Merge pull request #581 from UdjinM6/v0.12.0.x_mn_status
...
V0.12.0.x change `masternode status` to display 1000 DASH address
2015-08-28 22:30:28 +02:00
Evan Duffield
22745a81eb
Reduce mnw logs / add mnw misbehave for specific conditions
2015-08-28 13:28:43 -07:00
UdjinM6
00c9dbf700
change masternode status
to display 1000 DASH address
2015-08-28 23:18:55 +03:00
UdjinM6
657bd1103e
Few cleanups:
...
- compiling errors
- output
- CBitcoinAddress usage cleanup
- refresh qt project file
- fix typo in `masternode` debug category
2015-08-28 23:16:58 +03:00
Evan Duffield
5cc8c79c7c
Reduce mnw logs / add mnw misbehave for specific conditions
2015-08-28 08:53:08 -07:00
crowning-
6129a0ec1e
UI: Coding and CSS changes for sum of selected transactions
2015-08-27 12:49:55 +02:00
crowning-
0af61bdc1e
Merge remote-tracking branch 'upstream/v0.12.1.x' into v0.12.1.x
2015-08-27 12:31:30 +02:00
evan82
4fb859f3c8
Merge pull request #577 from UdjinM6/v0.12.0.x_mn_smart_start
...
V0.12.1.x add more masternode start-smth commands
2015-08-26 15:34:36 -07:00
UdjinM6
7fb2e38162
more mn start commands
2015-08-26 23:15:37 +03:00
ptschip
060058e955
Enable python tests for Native Windows
...
1) Multiplatorm support for devnull
2) Fixed a bug in the handling of cache files
3) Deleted run-bitcoin-cli as no longer needed
2015-08-26 10:59:22 -07:00
Wladimir J. van der Laan
ea19c2bc3f
Merge pull request #6530
...
c33c11e
Improve addrman Select() performance when buckets are nearly empty (Pieter Wuille)
2015-08-26 17:58:40 +02:00
Wladimir J. van der Laan
981fd92bc5
Merge pull request #6590
...
bd30c3d
rpc-tests: re-enable rpc-tests for Windows (Cory Fields)
a193387
net: Set SO_REUSEADDR for Windows too (Cory Fields)
2015-08-26 12:06:08 +02:00
Holger Schinzel
13220b8b26
Merge branch 'master' into v0.12.1.x
...
Conflicts:
configure.ac
src/clientversion.h
2015-08-26 07:08:41 +02:00
Holger Schinzel
1730187f94
Merge pull request #576 from dashpay/master
...
Merge branch 'v0.12.0.x'
2015-08-26 07:04:36 +02:00
UdjinM6
611640d4e1
fixes for mapSeenMasternodeBroadcast:
...
- active masternode ping should update mapSeenMasternodeBroadcast's lastPing too
- dseg should fill mapSeenMasternodeBroadcast to be able to serve it later on getdata with MSG_MASTERNODE_ANNOUNCE inv
2015-08-26 03:18:01 +03:00
Pieter Wuille
c33c11ebac
Improve addrman Select() performance when buckets are nearly empty
2015-08-26 01:59:09 +02:00
Patrick Strateman
000c18aace
Fix comment
2015-08-25 16:31:13 -07:00
Patrick Strateman
fed30940ef
Acquire cs_vNodes before changing refrence counts
2015-08-25 16:30:02 -07:00
Patrick Strateman
69ee1aab00
CNodeRef copy constructor and assignment operator
2015-08-25 15:33:29 -07:00
Evan Duffield
5410e0a47c
Merge branch 'v0.12.0.x'
2015-08-25 13:39:04 -07:00
UdjinM6
335d39442c
Merge pull request #574 from UdjinM6/v0.12.0.x_fix_mem_bump
...
V0.12.0.x fix mem and dseg issues / version bump
2015-08-25 23:32:37 +03:00
UdjinM6
85ec112557
version bump
2015-08-25 23:28:23 +03:00
UdjinM6
1724fe579b
more mem fixes:
...
- clean mapMasternodeBlocks and mapSeenSyncMNB too
- clean mapSeenMasternodeBroadcast by lastPing sigTime nad fix clean threshold
2015-08-25 23:26:47 +03:00
evan82
518499a819
Merge pull request #572 from UdjinM6/v0.12.1.x_fix_mem
...
V0.12.1.x more mem fixes:
2015-08-25 09:08:28 -07:00
Cory Fields
bd30c3dced
rpc-tests: re-enable rpc-tests for Windows
2015-08-25 12:03:28 -04:00
Cory Fields
a19338723d
net: Set SO_REUSEADDR for Windows too
...
When running the rpc tests in Wine, nodes often fail to listen on localhost
due to a stale socket from a previous run. This aligns the behavior with other
platforms.
2015-08-25 11:31:06 -04:00
UdjinM6
8dd638423c
Fixes for sync:
...
- lower MASTERNODE_SYNC_THRESHOLD (4->2)
- higher wait MASTERNODE_SYNC_TIMEOUT*2 and fail MASTERNODE_SYNC_TIMEOUT*5 timeouts for each step
- ask at most MASTERNODE_SYNC_THRESHOLD*3 nodes for sync data
- sync again 1 minute after last fail
So we will ask at most 6 nodes and stop updating lastTime...s when we had data from at least 2 of them but will fail if we had nothing in 25 sec since current step start.
In case of fail resync again faster.
2015-08-25 18:25:19 +03:00
UdjinM6
84b03d28e0
more mem fixes:
...
- clean mapMasternodeBlocks and mapSeenSyncMNB too
- clean mapSeenMasternodeBroadcast by lastPing sigTime nad fix clean threshold
2015-08-25 17:15:59 +03:00
Holger Schinzel
5645e7d94d
Merge branch 'master' into v0.12.1.x
...
Conflicts:
configure.ac
src/clientversion.h
2015-08-25 07:23:36 +02:00
Holger Schinzel
41457cb603
Merge pull request #571 from dashpay/master
...
Merge branch 'v0.12.0.x'
2015-08-25 06:52:30 +02:00
Evan Duffield
11a015664b
Merge branch 'v0.12.0.x'
2015-08-24 19:42:34 -07:00
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