Holger Schinzel
3e15bf47d0
Merge pull request #800 from UdjinM6/fixCheckInputsAndAdd
...
Optimize processing of a (potentially) new MN
2016-05-24 07:20:53 +02:00
Holger Schinzel
773744ed16
Merge pull request #798 from UdjinM6/fixDSSignFinal
...
Fix final dstx signing
2016-05-24 07:20:45 +02:00
Holger Schinzel
960864790f
Merge pull request #797 from UdjinM6/fixDSIXRelay
...
fix RelayTransaction to relay correct message (dstx/ix)
2016-05-24 07:20:39 +02:00
UdjinM6
5c5ddfe71e
Move DS qt options to Wallet tab in Options dialog
2016-05-24 05:21:36 +03:00
UdjinM6
87ad368643
Optimize processing of a (potentially) new MN:
...
- Move heavy `IsVinAssociatedWithPubkey` deep inside of `CheckInputsAndAdd` to be actually executed only once per masternode and only after much simpler checks were executed;
- Verify `GetInputAge` (it uses cache) before trying to enter `AcceptToMemoryPool` (which hash many ifs and checks inside).
2016-05-24 03:15:53 +03:00
UdjinM6
d82680af1b
fixes for Masternode Tab, issues #790 , #795 , #796
2016-05-24 02:51:37 +03:00
UdjinM6
519577d4f4
Fix final dstx signing:
...
- Should fail if at least one AddScriptSig() fails (currently will pass if at least one is ok, which is no good)
- Should log this accordingly
2016-05-24 02:40:12 +03:00
UdjinM6
c845e5922f
fix RelayTransaction to relay correct message (dstx/ix)
2016-05-24 02:06:09 +03:00
Evan Duffield
869ff89d3b
update gethash()
2016-05-23 15:52:10 -07:00
Evan Duffield
717b21d8ed
Merge branch 'v0.12.1.x-sync-process' into v0.12.1.x
2016-05-23 14:44:44 -07:00
Evan Duffield
528c5edb19
fix fValid caching engine
2016-05-23 14:39:10 -07:00
Evan Duffield
38b532ae6d
Merge branch 'v0.12.1.x-fee-change' into v0.12.1.x
2016-05-23 11:17:08 -07:00
Evan Duffield
18e9a33e2a
changed fee to 0.1D for govobj submission
2016-05-23 11:16:46 -07:00
Evan Duffield
2afa20b8d7
Merge branch 'v0.12.1.x-cleanup' into v0.12.1.x
2016-05-23 11:10:37 -07:00
Evan Duffield
39d9ad87fb
more refactoring
2016-05-23 11:10:20 -07:00
Evan Duffield
623ac049e2
More cleanup
...
- AddProposal -> AddGovernanceObject
- mapOrphanMasternodeBudgetVotes -> mapOrphanVotes
- UpdateProposal -> UpdateGovernanceObject
2016-05-23 10:58:39 -07:00
Evan Duffield
860d29f9c4
Budget system -> Governance System
...
- Changed Action -> Signal for clarity
- CBudgetVote -> CGovernanceVote
2016-05-23 10:53:05 -07:00
Evan Duffield
1ceca7efb8
Merge branch 'v0.12.1.x-delete-env' into v0.12.1.x
2016-05-22 17:45:05 -07:00
Evan Duffield
1ef6532707
Deleted env files (moved to separate project)
2016-05-22 17:44:32 -07:00
Holger Schinzel
06b84a4e4a
Merge pull request #787 from UdjinM6/lightTheme
...
fix tab text truncation
2016-05-21 10:45:24 +02:00
Evan Duffield
8916c12d45
Merge branch 'v0.12.1.x-env' into v0.12.1.x
2016-05-20 12:43:25 -07:00
Evan Duffield
184efef864
Added dash env files for testing environment
2016-05-20 12:42:46 -07:00
UdjinM6
d7cf3393c0
fix tab text truncation
2016-05-20 21:34:52 +03:00
Holger Schinzel
e76ec696b6
Merge pull request #785 from UdjinM6/fixFlatDB
...
fix flat-db
2016-05-20 20:14:18 +02:00
UdjinM6
f89635f73a
fix flat-db:
...
- no reason to read twice on load
- should read using temp object instead the one we want to save on dump
2016-05-20 20:46:34 +03:00
Evan Duffield
2c3e480681
Merge pull request #786 from UdjinM6/rightClickStartAlias
...
right-click to start alias in "My Masternodes" sub-tab
2016-05-20 10:21:22 -07:00
Evan Duffield
35aa7668a5
Merge branch 'v0.12.1.x' of https://www.github.com/dashpay/dash into v0.12.1.x
2016-05-20 10:19:19 -07:00
Evan Duffield
88f9ede15e
Merge branch 'v0.12.1.x-voting-fix' into v0.12.1.x
2016-05-20 10:18:55 -07:00
UdjinM6
16c20006ca
right-click to start alias in "My Masternodes" sub-tab
2016-05-20 16:15:02 +03:00
Holger Schinzel
43cd805282
Merge pull request #781 from UdjinM6/fixLibpngWarning
...
fix libpng warning
2016-05-20 07:43:57 +02:00
Holger Schinzel
95224abf8e
Merge pull request #784 from UdjinM6/fixMasternodeConfRead
...
fix CMasternodeConfig::read()
2016-05-20 06:01:32 +02:00
Holger Schinzel
bc1f83c02c
Merge pull request #779 from evan82/v0.12.1.x
...
Use chainparams instead of standalone func for mn confirms
2016-05-20 06:01:23 +02:00
UdjinM6
6fb9962424
fix CMasternodeConfig::read()
2016-05-20 01:29:34 +03:00
Evan Duffield
49b8123ae1
commenting out part of flatfile.dump, which is causing data corruption
2016-05-19 14:27:09 -07:00
Evan Duffield
deb0f0ca14
fixed vote casting
2016-05-19 14:08:57 -07:00
Evan Duffield
d8453bb92b
Use chainparams instead of standalone func for mn confirms
...
- Use function instead of chainparams directly
2016-05-19 13:54:23 -07:00
Holger Schinzel
3485f9897c
Merge pull request #780 from dashpay/schinzelh-patch-1
...
Update masternodeconfig.h
2016-05-19 22:37:39 +02:00
UdjinM6
5d775240b0
fix "GUI: libpng warning: iCCP: known incorrect sRGB profile" using mogrify
2016-05-19 23:14:56 +03:00
Holger Schinzel
cbfbc096d1
Update masternodeconfig.h
...
removing printf - breaks the build https://travis-ci.org/dashpay/dash/jobs/131496337#L1485
2016-05-19 22:05:58 +02:00
Evan Duffield
a3116768ab
Use chainparams instead of standalone func for mn confirms
...
- Use function instead of chainparams directly
2016-05-19 12:18:16 -07:00
Evan Duffield
22661ad60d
Merge pull request #778 from UdjinM6/lightTheme
...
Fixing light theme
2016-05-19 11:37:08 -07:00
Evan Duffield
a69a643c6e
Merge pull request #777 from crowning-/UI_Enhancements
...
[UI] Change default theme to "DASH-light"
2016-05-19 11:36:47 -07:00
Evan Duffield
1376208c61
Merge pull request #776 from UdjinM6/masternodeTab
...
Add masternode tab in qt wallet
2016-05-19 11:36:26 -07:00
Evan Duffield
2ca8c85820
fixed voting errors
2016-05-19 11:34:43 -07:00
Wladimir J. van der Laan
c3aedca2df
doc: Remove outdated qt4 install information from README.md
...
- doc: Remove outdated qt4 install information from README.md
- doc: 32 and 64 bit packages are seperate
Github-Pull: #8048
Rebased-From: e5764e69cbd0bf4eb98c96eeb31c94349bbe7b7c 6075bc4d67bcd5f95561dc6d53b4fdbaf2c63f4b
2016-05-18 12:17:58 +02:00
Evan Duffield
5a5a556608
added project env file
2016-05-17 15:19:53 -07:00
UdjinM6
86bca13e1e
fix dumb bug in signal connection
2016-05-16 22:27:43 +03:00
UdjinM6
c5c0aa78fc
moved "Show Masternodes Tab" to Expert features
2016-05-16 15:43:45 +03:00
UdjinM6
050b707d9f
Icon update (thanks @salmion)
2016-05-16 02:05:42 +03:00
UdjinM6
020ecebb3e
Use options to choose whether to show Masternodes tab or not. Should be set to true at first run for those who have masternodes in their masternode.conf and false for others.
2016-05-16 01:55:20 +03:00