dash/src
Ilya Savinov 6a6b31b74d Dip0001-related adjustments (inc. constants) (#1621)
* block size related constants adjusted; other minor fixes

* revert constants related to storing blocks on disk

* move AssertLockHeld to a separate PR
2017-09-14 14:42:37 +03:00
..
bench Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
compat fixed protobuf 3.0 (byteswap) issue on macOS (#1370) 2017-02-28 13:00:02 +04:00
config
consensus DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
crypto
drafted bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
leveldb
obj
obj-test
policy DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
primitives Backport Bitcoin Qt/Gui changes up to 0.14.x part 2 (#1615) 2017-09-09 10:04:02 +03:00
qt InstandSend overhaul (#1592) 2017-09-14 14:41:40 +03:00
rpc Refactor masternode management (#1611) 2017-09-11 17:13:48 +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 Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +03:00
univalue
wallet fix SPORK_5_INSTANTSEND_MAX_VALUE validation in CWallet::CreateTransaction (#1619) 2017-09-14 14:41:58 +03:00
zmq Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
.clang-format
activemasternode.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
activemasternode.h Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
addrdb.cpp Backport Bitcoin PR#8085: p2p: Begin encapsulation (#1537) 2017-07-21 12:35:19 +03:00
addrdb.h Backport Bitcoin PR#8085: p2p: Begin encapsulation (#1537) 2017-07-21 12:35:19 +03:00
addressindex.h
addrman.cpp Backport Bitcoin PR#7749: Enforce expected outbound services (#1508) 2017-07-05 06:45:23 +03:00
addrman.h Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
alert.cpp Backport Bitcoin PR#8708: net: have CConnman handle message sending (#1553) 2017-07-27 17:28:05 +03:00
alert.h Backport Bitcoin PR#8708: net: have CConnman handle message sending (#1553) 2017-07-27 17:28:05 +03: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 DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
chainparams.h Fix duplicate headers download in initial sync (#1589) 2017-09-04 09:10:52 +03:00
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp Backport "assumed valid blocks" feature from Bitcoin 0.13 (#1582) 2017-08-23 17:21:08 +03:00
checkpoints.h Backport "assumed valid blocks" feature from Bitcoin 0.13 (#1582) 2017-08-23 17:21:08 +03:00
checkqueue.h
clientversion.cpp
clientversion.h bump to 0.12.1.5 (#1418) 2017-03-24 11:47:10 +01:00
coincontrol.h Backport Bitcoin Qt/Gui changes up to 0.14.x part 2 (#1615) 2017-09-09 10:04:02 +03: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 safe version of GetMasternodeByRank (#1595) 2017-08-31 18:58:23 +03:00
darksend-relay.h Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
dash-cli-res.rc
dash-cli.cpp Backport Bincoin PR#7348: MOVE ONLY: move rpc* to rpc/ + same for Dash-specific rpc (#1502) 2017-07-03 16:13:34 +03:00
dash-tx-res.rc
dash-tx.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
dashd-res.rc
dashd.cpp Backport Bincoin PR#7348: MOVE ONLY: move rpc* to rpc/ + same for Dash-specific rpc (#1502) 2017-07-03 16:13:34 +03:00
dbwrapper.cpp
dbwrapper.h
dsnotificationinterface.cpp Fix sync issues (#1599) 2017-09-03 16:30:08 +03:00
dsnotificationinterface.h Fix sync issues (#1599) 2017-09-03 16:30:08 +03:00
flat-database.h typo: "Writting" -> "Writing" (#1605) 2017-09-03 16:28:53 +03:00
governance-classes.cpp fix off-by-1 in CSuperblock::GetPaymentsLimit (#1598) 2017-09-03 16:31:14 +03: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 Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
governance-object.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
governance-object.h Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
governance-validators.cpp add 6 to strAllowedChars (#1542) 2017-07-21 12:36:34 +03:00
governance-validators.h Validate proposals on prepare and submit (#1488) 2017-06-26 16:56:29 +03:00
governance-vote.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
governance-vote.h Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
governance-votedb.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
governance-votedb.h Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
governance.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
governance.h Refactor masternode management (#1611) 2017-09-11 17:13:48 +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 Backport Bincoin PR#7348: MOVE ONLY: move rpc* to rpc/ + same for Dash-specific rpc (#1502) 2017-07-03 16:13:34 +03:00
httprpc.h
httpserver.cpp Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
httpserver.h
init.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 2 (#1615) 2017-09-09 10:04:02 +03:00
init.h
instantx.cpp InstandSend overhaul (#1592) 2017-09-14 14:41:40 +03:00
instantx.h InstandSend overhaul (#1592) 2017-09-14 14:41:40 +03:00
keepass.cpp Backport Bincoin PR#7348: MOVE ONLY: move rpc* to rpc/ + same for Dash-specific rpc (#1502) 2017-07-03 16:13:34 +03: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
Makefile.am Fix losing keys on PrivateSend (#1616) 2017-09-11 17:14:55 +03:00
Makefile.bench.include Backport Bitcoin PR#7349: Build against system UniValue when available (#1503) 2017-07-04 06:20:19 +03:00
Makefile.leveldb.include
Makefile.qt.include Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +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 Backport "assumed valid blocks" feature from Bitcoin 0.13 (#1582) 2017-08-23 17:21:08 +03:00
masternode-payments.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
masternode-payments.h Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
masternode-sync.cpp Fix sync issues (#1599) 2017-09-03 16:30:08 +03:00
masternode-sync.h Fix sync issues (#1599) 2017-09-03 16:30:08 +03:00
masternode.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
masternode.h InstandSend overhaul (#1592) 2017-09-14 14:41:40 +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 InstandSend overhaul (#1592) 2017-09-14 14:41:40 +03:00
masternodeman.h Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
memusage.h
merkleblock.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
merkleblock.h
messagesigner.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
messagesigner.h Refactor: CDarkSendSigner (#1410) 2017-04-12 10:04:06 +03:00
miner.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
miner.h Backport Bitcoin PR#8085: p2p: Begin encapsulation (#1537) 2017-07-21 12:35:19 +03:00
net_processing.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
net_processing.h Backport "assumed valid blocks" feature from Bitcoin 0.13 (#1582) 2017-08-23 17:21:08 +03:00
net.cpp Dip0001-related adjustments (inc. constants) (#1621) 2017-09-14 14:42:37 +03:00
net.h Dip0001-related adjustments (inc. constants) (#1621) 2017-09-14 14:42:37 +03:00
netaddress.cpp Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
netaddress.h Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
netbase.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 1 (#1614) 2017-09-07 18:59:00 +03:00
netbase.h Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
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 Backport Bitcoin Qt/Gui changes up to 0.14.x part 2 (#1615) 2017-09-09 10:04:02 +03: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 Fix losing keys on PrivateSend (#1616) 2017-09-11 17:14:55 +03:00
privatesend-client.h Fix losing keys on PrivateSend (#1616) 2017-09-11 17:14:55 +03:00
privatesend-server.cpp Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
privatesend-server.h split CPrivateSend (#1492) 2017-06-30 21:30:16 +03:00
privatesend-util.cpp Fix losing keys on PrivateSend (#1616) 2017-09-11 17:14:55 +03:00
privatesend-util.h Fix losing keys on PrivateSend (#1616) 2017-09-11 17:14:55 +03:00
privatesend.cpp add/use GetUTXO[Coins/Confirmations] helpers instead of GetInputAge[IX] (#1578) 2017-08-25 15:56:48 +03:00
privatesend.h Refactor masternode management (#1611) 2017-09-11 17:13:48 +03:00
protocol.cpp Backport Bitcoin PR#8822: net: Consistent checksum handling (#1565) 2017-08-08 20:57:36 +03:00
protocol.h Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03: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 Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
reverselock.h c++11: don't throw from the reverselock destructor (#1421) 2017-04-11 13:55:41 +03:00
scheduler.cpp
scheduler.h
sendalert.cpp Use connman passed to ThreadSendAlert() instead of g_connman global. (#1610) 2017-09-05 13:53:28 +03:00
serialize.h Backport Bitcoin PR#8708: net: have CConnman handle message sending (#1553) 2017-07-27 17:28:05 +03:00
spentindex.h
spork.cpp Eliminate g_connman use in spork module. (#1613) 2017-09-07 18:58:38 +03:00
spork.h Eliminate g_connman use in spork module. (#1613) 2017-09-07 18:58:38 +03:00
streams.h Backport Bitcoin PR#8708: net: have CConnman handle message sending (#1553) 2017-07-27 17:28:05 +03:00
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
threadinterrupt.cpp Backport Bitcoin PR#9289: net: drop boost::thread_group (#1568) 2017-08-09 19:06:31 +03:00
threadinterrupt.h Backport Bitcoin PR#9289: net: drop boost::thread_group (#1568) 2017-08-09 19:06:31 +03:00
threadsafety.h
timedata.cpp Backport Bitcoin PR#8128: Net: Turn net structures into dumb storage classes (#1604) 2017-09-03 16:29:10 +03:00
timedata.h
tinyformat.h
torcontrol.cpp Backport Bitcoin Qt/Gui changes up to 0.14.x part 1 (#1614) 2017-09-07 18:59:00 +03:00
torcontrol.h
txdb.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
txdb.h
txmempool.cpp Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566) 2017-08-09 03:19:06 +03:00
txmempool.h
ui_interface.h Backport Bitcoin Qt/Gui changes up to 0.14.x part 3 (#1617) 2017-09-11 16:38:14 +03:00
uint256.cpp
uint256.h bump copyright notice to 2017 (#1207) 2016-12-20 17:26:45 +04:00
undo.h
util.cpp change invalid version string constant (#1532) 2017-07-17 17:38:32 +03:00
util.h New rpc call "masternodelist info" (#1513) 2017-07-10 17:41:42 +03:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltime.cpp net: Consistently use GetTimeMicros() for inactivity checks (#1588) 2017-08-24 02:38:29 +03:00
utiltime.h net: Consistently use GetTimeMicros() for inactivity checks (#1588) 2017-08-24 02:38:29 +03:00
validation.cpp InstandSend overhaul (#1592) 2017-09-14 14:41:40 +03:00
validation.h Dip0001-related adjustments (inc. constants) (#1621) 2017-09-14 14:42:37 +03:00
validationinterface.cpp Fix sync issues (#1599) 2017-09-03 16:30:08 +03:00
validationinterface.h Fix sync issues (#1599) 2017-09-03 16:30:08 +03:00
version.h Replace watchdogs with ping (#1491) 2017-07-04 20:31:57 +03:00
versionbits.cpp DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00
versionbits.h DIP0001 implementation (#1594) 2017-09-11 17:13:30 +03:00