dash/src
UdjinM6 029ee64948 split CPrivateSend (#1492)
* split CPrivateSend:
- common client/server base data structures/functions: CPrivateSendBase
- singleton-like helper: CPrivateSend

* GetCollateralAmount(), more of GetSmallestDenomination()

* refactor GetDSTX

* remove excessive static_cast<bool>

* bring back LOCK(cs_mapdstx) :)

* address review comments

* fix bool operator
2017-06-30 21:30:16 +03:00
..
bench
compat fixed protobuf 3.0 (byteswap) issue on macOS (#1370) 2017-02-28 13:00:02 +04:00
config
consensus Align with btc 0.12 (#1409) 2017-04-11 13:53:54 +03:00
crypto
drafted bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
leveldb
obj
obj-test
policy
primitives Trivial refactoring/cleanup (#990) 2016-09-05 20:09:25 +04:00
qt split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
script Rename bitcoinconsensus library to dashconsensus. (#1432) 2017-04-15 09:29:09 +02:00
secp256k1
support HD wallet (#1405) 2017-05-29 14:51:40 +03:00
test Increase test coverage for addrman and addrinfo (#1497) 2017-06-30 21:29:29 +03:00
univalue
wallet split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
zmq [ZMQ] append a message sequence number to every ZMQ notification (#1082) 2016-10-18 00:09:21 +04:00
.clang-format
activemasternode.cpp adjust/fix some log and error messages (#1484) 2017-06-06 02:47:23 +03:00
activemasternode.h [WIP] Few mn list sync changes (#1223) 2016-12-24 06:49:13 +04:00
addressindex.h
addrman.cpp Increase test coverage for addrman and addrinfo (#1497) 2017-06-30 21:29:29 +03:00
addrman.h Increase test coverage for addrman and addrinfo (#1497) 2017-06-30 21:29:29 +03:00
alert.cpp Fix alerts (#1326) 2017-03-15 12:54:34 +01:00
alert.h Fix alerts (#1326) 2017-03-15 12:54:34 +01:00
amount.cpp
amount.h
arith_uint256.cpp
arith_uint256.h
base58.cpp Improve EncodeBase58/DecodeBase58 performance (#1456) 2017-05-09 20:06:51 +03:00
base58.h (log) tweaks and (general) cleanup (#1086) 2016-10-22 20:52:14 +04:00
bip39_english.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
bip39.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
bip39.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
bloom.cpp trivial: fix bloom filter init to isEmpty = true (#1458) 2017-05-05 14:33:44 +03:00
bloom.h
cachemap.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
cachemultimap.h Periodicially request orphan objects (#1383) 2017-03-06 08:46:59 +01:00
chain.cpp
chain.h
chainparams.cpp fix BIP34 starting blocks for mainnet/testnet (#1476) 2017-06-06 02:46:58 +03:00
chainparams.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h bump to 0.12.1.5 (#1418) 2017-03-24 11:47:10 +01:00
coincontrol.h More instantx->instantsend (few more ds->privatesend) (#984) 2016-09-02 16:17:32 +04:00
coins.cpp
coins.h
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp
darksend-relay.cpp Refactor: CDarkSendSigner (#1410) 2017-04-12 10:04:06 +03:00
darksend-relay.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
dash-cli-res.rc
dash-cli.cpp Don't try to create empty datadir before the real path is known (#1494) 2017-06-26 16:57:16 +03:00
dash-tx-res.rc
dash-tx.cpp Fix exit codes (#1127) 2016-11-11 09:16:39 +04:00
dashd-res.rc
dashd.cpp Don't try to create empty datadir before the real path is known (#1494) 2017-06-26 16:57:16 +03:00
dbwrapper.cpp
dbwrapper.h
dsnotificationinterface.cpp Refactor PS (#1437) 2017-05-05 14:26:27 +03:00
dsnotificationinterface.h InstantSend overhaul (#1288) 2017-01-29 12:22:14 +04:00
flat-database.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
governance-classes.cpp cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-classes.h cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-exceptions.h cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-misc.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
governance-object.cpp adjust/fix some log and error messages (#1484) 2017-06-06 02:47:23 +03:00
governance-object.h Drop support for pre-12.1 nodes (#1394) 2017-03-14 09:22:00 +03:00
governance-validators.cpp Validate proposals on prepare and submit (#1488) 2017-06-26 16:56:29 +03:00
governance-validators.h Validate proposals on prepare and submit (#1488) 2017-06-26 16:56:29 +03:00
governance-vote.cpp Refactor: CDarkSendSigner (#1410) 2017-04-12 10:04:06 +03:00
governance-vote.h cleanup/fix includes: (#1214) 2016-12-20 17:27:59 +04:00
governance-votedb.cpp V0.12.1.x multiple vote fix (#1425) 2017-04-03 23:06:33 +03:00
governance-votedb.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
governance.cpp adjust/fix some log and error messages (#1484) 2017-06-06 02:47:23 +03:00
governance.h V0.12.1.x multiple wd rate check (#1426) 2017-04-05 19:30:08 +03:00
hash.cpp
hash.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
hdchain.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
hdchain.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
httprpc.cpp
httprpc.h
httpserver.cpp auto_ptr → unique_ptr 2017-05-12 00:58:36 +03:00
httpserver.h
init.cpp split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
init.h
instantx.cpp adjust/fix some log and error messages (#1484) 2017-06-06 02:47:23 +03:00
instantx.h adjust/fix some log and error messages (#1484) 2017-06-06 02:47:23 +03:00
keepass.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
keepass.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
key.cpp
key.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
keystore.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
keystore.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
limitedmap.h
main.cpp split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
main.h Align with btc 0.12 (#1409) 2017-04-11 13:53:54 +03:00
Makefile.am split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
Makefile.bench.include
Makefile.leveldb.include
Makefile.new.am Rename bitcoinconsensus library to dashconsensus. (#1432) 2017-04-15 09:29:09 +02:00
Makefile.qt.include HD wallet (#1405) 2017-05-29 14:51:40 +03:00
Makefile.qttest.include Qt: bug fixes and enhancement to traffic graph widget (#1429) 2017-05-28 16:49:34 +03:00
Makefile.test.include Validate proposals on prepare and submit (#1488) 2017-06-26 16:56:29 +03:00
masternode-payments.cpp adjust/fix some log and error messages (#1484) 2017-06-06 02:47:23 +03:00
masternode-payments.h Drop support for pre-12.1 nodes (#1394) 2017-03-14 09:22:00 +03:00
masternode-sync.cpp track asset sync time (#1479) 2017-05-31 06:49:09 +03:00
masternode-sync.h track asset sync time (#1479) 2017-05-31 06:49:09 +03:00
masternode.cpp Refactor: CDarkSendSigner (#1410) 2017-04-12 10:04:06 +03:00
masternode.h Refactor: CDarkSendSigner (#1410) 2017-04-12 10:04:06 +03:00
masternodeconfig.cpp Fix CMasternodeConfig::read (#1322) 2017-02-06 01:29:23 +04:00
masternodeconfig.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
masternodeman.cpp adjust/fix some log and error messages (#1484) 2017-06-06 02:47:23 +03:00
masternodeman.h Refactor PS (#1437) 2017-05-05 14:26:27 +03:00
memusage.h
merkleblock.cpp
merkleblock.h
messagesigner.cpp Refactor: CDarkSendSigner (#1410) 2017-04-12 10:04:06 +03:00
messagesigner.h Refactor: CDarkSendSigner (#1410) 2017-04-12 10:04:06 +03:00
miner.cpp auto_ptr → unique_ptr 2017-05-12 00:58:36 +03:00
miner.h
net.cpp split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
net.h Backport Bitcoin PRs #6589, #7180 and remaining part of #7181: enable per-command byte counters in CNode (#1496) 2017-06-29 04:51:10 +03:00
netbase.cpp
netbase.h
netfulfilledman.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
netfulfilledman.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
noui.cpp bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
noui.h
pow.cpp Fixed pow (test and algo) (#1415) 2017-04-11 13:55:07 +03:00
pow.h
prevector.h
privatesend-client.cpp split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
privatesend-client.h split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
privatesend-server.cpp split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
privatesend-server.h split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
privatesend.cpp split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
privatesend.h split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
protocol.cpp Avoid ugly exception in log on unknown inv type (#1457) 2017-05-05 14:33:58 +03:00
protocol.h new PoSe - MNVERIFY (#1066) 2016-10-21 01:11:30 +04:00
pubkey.cpp
pubkey.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
random.cpp thread safe rand (#1157) 2016-11-20 10:52:45 +04:00
random.h thread safe rand (#1157) 2016-11-20 10:52:45 +04:00
rest.cpp
reverselock.h c++11: don't throw from the reverselock destructor (#1421) 2017-04-11 13:55:41 +03:00
rpcblockchain.cpp Remove unnecessary LOCK(cs_main) in getrawpmempool (#1452) 2017-05-05 14:35:05 +03:00
rpcclient.cpp implement importelectrumwallet (#1377) 2017-03-12 15:42:00 +01:00
rpcclient.h
rpcgovernance.cpp Validate proposals on prepare and submit (#1488) 2017-06-26 16:56:29 +03:00
rpcmasternode.cpp split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
rpcmining.cpp Fix the same header included twice. (#1474) 2017-05-26 05:27:07 +03:00
rpcmisc.cpp track asset sync time (#1479) 2017-05-31 06:49:09 +03:00
rpcnet.cpp Backport Bitcoin PRs #6589, #7180 and remaining part of #7181: enable per-command byte counters in CNode (#1496) 2017-06-29 04:51:10 +03:00
rpcprotocol.cpp Generate auth cookie in hex instead of base64 (#1454) 2017-05-05 14:34:34 +03:00
rpcprotocol.h
rpcrawtransaction.cpp Don't return the address of a P2SH of a P2SH (#1455) 2017-05-05 14:34:22 +03:00
rpcserver.cpp HD wallet (#1405) 2017-05-29 14:51:40 +03:00
rpcserver.h HD wallet (#1405) 2017-05-29 14:51:40 +03:00
scheduler.cpp
scheduler.h
sendalert.cpp Fix alerts (#1326) 2017-03-15 12:54:34 +01:00
serialize.h New vote tallying implementation (#1135) 2016-11-13 21:52:34 +04:00
spentindex.h
spork.cpp Refactor: CDarkSendSigner (#1410) 2017-04-12 10:04:06 +03:00
spork.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
streams.h
sync.cpp Changes in potential_deadlock_detected behavior: (#1259) 2017-01-11 03:00:34 +04:00
sync.h Do not shadow LOCK's criticalblock variable for LOCK inside LOCK (#1453) 2017-05-05 14:34:54 +03:00
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp Align with btc 0.12 (#1409) 2017-04-11 13:53:54 +03:00
torcontrol.h
txdb.cpp adjust/fix some log and error messages (#1484) 2017-06-06 02:47:23 +03:00
txdb.h
txmempool.cpp
txmempool.h
ui_interface.h
uint256.cpp
uint256.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
undo.h
util.cpp Increase minimum debug.log size to 10MB after shrink. (#1480) 2017-05-31 06:49:22 +03:00
util.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp
utiltime.h
validationinterface.cpp
validationinterface.h
version.h Drop support for pre-12.1 nodes (#1394) 2017-03-14 09:22:00 +03:00
versionbits.cpp Align with btc 0.12 (#1409) 2017-04-11 13:53:54 +03:00
versionbits.h Align with btc 0.12 (#1409) 2017-04-11 13:53:54 +03:00