neobytes/src/wallet
Tim Flynn 8c09a459b1 V0.12.1.x governance fees pr (#988)
* Implemented different fees for different types of governance objects

* Added fee amounts to object returned by getgovernanceinfo

* Implement new requireents for Superblock creation
 - Superblocks creation requires a valid masternode signature
 - Superblock creation no longer requires a collateral fee
 - Superblock creation rate is limited to roughly 1 per masternode per cycle

* Fixed getgovernanceinfo help message

* Removed old governance fee constant

* Fixed bug in IsSignatureValid and added debugging code

* Fixed parent hash variable index and added debugging code

* Modified GetBudgetSystemCollateralTX to take fee amount parameter

* Changes due to code review comments
 - Naming changes
 - Removed confusing comment
2016-09-05 03:44:10 +04:00
..
test Fix tests 2016-03-04 06:52:57 +01:00
crypter.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
crypter.h Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
db.cpp CDB: fix debug output (#947) 2016-08-18 18:23:39 +04:00
db.h Bump copyright headers to 2015 2016-01-05 14:13:33 +01:00
rpcdump.cpp Merge #921: Fix project name Dash -> Dash Core 2016-07-29 07:30:19 +02:00
rpcwallet.cpp Use Dash addresses in rpc examples (#986) 2016-09-02 16:17:58 +04:00
wallet_ismine.cpp Bump copyright headers to 2015 2016-01-05 14:13:33 +01:00
wallet_ismine.h Bump copyright headers to 2015 2016-01-05 14:13:33 +01:00
wallet.cpp V0.12.1.x governance fees pr (#988) 2016-09-05 03:44:10 +04:00
wallet.h V0.12.1.x governance fees pr (#988) 2016-09-05 03:44:10 +04:00
walletdb.cpp merge #882: Autobackup enhancements + support autobackup in PS 2016-06-15 21:13:04 +02:00
walletdb.h merge #882: Autobackup enhancements + support autobackup in PS 2016-06-15 21:13:04 +02:00