dash/src
2016-10-18 15:11:36 +04:00
..
bench more bitcoin->dash 2016-03-04 12:09:03 +03:00
compat fixed endian issues 2016-05-09 08:58:17 -07:00
config
consensus Merge #967: V0.12.1.x sentinel pr 1 (#967) 2016-08-28 13:15:48 -06:00
crypto Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
drafted Merge #944: V0.12.1.x governance pr - part 1 - base functionality 2016-08-17 09:08:25 +02:00
leveldb
obj
obj-test
policy Merge #942: Leave some space for free transactions by defaut (10000) 2016-08-12 08:01:14 +02:00
primitives Trivial refactoring/cleanup (#990) 2016-09-05 20:09:25 +04:00
qt [UI] Change 'Send' warning (#1064) 2016-10-09 15:47:22 +04:00
script Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
secp256k1 Cleanup 2016-02-15 00:01:44 +03:00
support Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
test Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
univalue univalue: Handle UTF-8 2016-05-31 04:31:02 +03:00
wallet Refactor PS code to deal with denoms in a more generic way (#1071) 2016-10-16 23:23:17 +04: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 V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
activemasternode.h V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
addressindex.h mempool: same address and index for an input and output bug 2016-06-13 11:23:30 -04:00
addrman.cpp
addrman.h
alert.cpp
alert.h
amount.cpp Report amounts in the correct currency (#983) 2016-09-02 01:02:45 +04:00
amount.h
arith_uint256.cpp
arith_uint256.h
base58.cpp Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
base58.h Merge remote-tracking branch 'bitpay/0.12.1-bitcore' into dashBitcore1 2016-07-19 08:49:28 +03:00
bloom.cpp
bloom.h
chain.cpp test: Add more thorough test for dbwrapper iterators 2016-06-09 22:47:27 +02:00
chain.h Merge #915: Store block hash in CDiskBlockIndex 2016-07-29 07:27:47 +02:00
chainparams.cpp Rewrite fulfilled requests handling (#1040) 2016-09-27 11:50:04 +04:00
chainparams.h Rewrite fulfilled requests handling (#1040) 2016-09-27 11:50:04 +04:00
chainparamsbase.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
chainparamsbase.h Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
chainparamsseeds.h Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
checkpoints.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
checkpoints.h
checkqueue.h
clientversion.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
clientversion.h Tag 0.12.1 final 2016-07-04 11:20:16 +02:00
coincontrol.h More instantx->instantsend (few more ds->privatesend) (#984) 2016-09-02 16:17:32 +04:00
coins.cpp
coins.h Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
compat.h Cleanup 2016-02-15 00:01:44 +03:00
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp Refactor script tests 2016-05-04 13:01:59 +02:00
darksend-relay.cpp Merge #948 Refactor CDarkSendSigner 2016-08-19 05:50:04 -06:00
darksend-relay.h Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
darksend.cpp Revert few parts of #1073 - too early for node version check (and it's not necessary to do so there anyway) (#1080) 2016-10-16 23:23:42 +04:00
darksend.h Refactor PS code to deal with denoms in a more generic way (#1071) 2016-10-16 23:23:17 +04:00
dash-cli-res.rc Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
dash-cli.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
dash-tx-res.rc Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
dash-tx.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
dashd-res.rc Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
dashd.cpp Merge #921: Fix project name Dash -> Dash Core 2016-07-29 07:30:19 +02:00
dbwrapper.cpp
dbwrapper.h
dsnotificationinterface.cpp cleanup 2016-04-14 19:54:11 -07:00
dsnotificationinterface.h Introduce CDSNotificationInterface - validation interface to listen to tip updates and trigger updates in DS, payments and budgets. Should significantly reduce number of references to chainActive.Tip() i.e.we should have less cs_main in dash-darksend thread and potential deadlocks. 2016-03-04 12:10:37 +03:00
flat-database.h Merge #864: govobj sync 2016-06-08 08:57:16 +02:00
governance-classes.cpp V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
governance-classes.h V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
governance-misc.h Budget system -> Governance System 2016-05-23 10:53:05 -07:00
governance-vote.cpp V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
governance-vote.h V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
governance.cpp bugfix: remove duplicate MN votes from getvotes (#1077) 2016-10-17 22:56:27 +04:00
governance.h V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
hash.cpp
hash.h Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
httprpc.cpp Few small changes: - Better log output (a bit more granular for mnb, fixing "\n"s and few other small issues) - Unify variable/class members naming a bit 2016-03-16 07:48:37 +01:00
httprpc.h
httpserver.cpp Merge #822: [Core]: fix restart hanging during wallet-repair 2016-06-05 07:10:41 +02:00
httpserver.h
init.cpp [PrivateSend] Performance tweak: faster shuffling of Masternodes vector (#1063) 2016-10-09 15:46:46 +04:00
init.h Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
instantx.cpp (mostly trivial) Refactor CMasternode/Ping/Broadcast (#1022) 2016-09-16 02:00:06 +04:00
instantx.h bump proto 70202 (#1054) 2016-09-30 22:19:26 +04:00
keepass.cpp Merge #957: Refactor CKeePassIntegrator 2016-08-23 05:27:04 -06:00
keepass.h Merge #957: Refactor CKeePassIntegrator 2016-08-23 05:27:04 -06:00
key.cpp
key.h
keystore.cpp
keystore.h
limitedmap.h
main.cpp backport 8aa722609d (IBD fix) 2016-09-27 11:54:43 +03:00
main.h Trivial refactoring/cleanup (#990) 2016-09-05 20:09:25 +04:00
Makefile.am Rewrite fulfilled requests handling (#1040) 2016-09-27 11:50:04 +04:00
Makefile.bench.include Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
Makefile.leveldb.include Backport leveldb build integration to 0.12 2016-06-05 12:48:57 -07:00
Makefile.new.am added new files 2016-04-09 10:17:17 -07:00
Makefile.qt.include Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
Makefile.qttest.include Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
Makefile.test.include Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
masternode-payments.cpp bump proto 70202 (#1054) 2016-09-30 22:19:26 +04:00
masternode-payments.h bump proto 70202 (#1054) 2016-09-30 22:19:26 +04:00
masternode-sync.cpp V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
masternode-sync.h Rewrite fulfilled requests handling (#1040) 2016-09-27 11:50:04 +04:00
masternode.cpp V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
masternode.h V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
masternodeconfig.cpp CMasternodeConfig::read shouldn't spam into debug.log, instead AppInit2 should print current masternode.conf location. Processing masternode.conf to lock inputs should also be performed only when current node is not a masternode. (#1046) 2016-09-30 00:28:33 +04:00
masternodeconfig.h fixed vote casting 2016-05-19 14:08:57 -07:00
masternodeman.cpp Allow last ping time to be updated for masternodes in the EXPIRED state (#1083) 2016-10-18 15:11:36 +04:00
masternodeman.h V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp Make 0.12.1.x minable again (#963) 2016-08-28 14:11:36 +04:00
miner.h
net.cpp Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
net.h Rewrite fulfilled requests handling (#1040) 2016-09-27 11:50:04 +04:00
netbase.cpp merge #855: Fix bad mn sig ipv6 2016-06-02 08:11:56 +02:00
netbase.h merge #855: Fix bad mn sig ipv6 2016-06-02 08:11:56 +02:00
netfulfilledman.cpp Rewrite fulfilled requests handling (#1040) 2016-09-27 11:50:04 +04:00
netfulfilledman.h Rewrite fulfilled requests handling (#1040) 2016-09-27 11:50:04 +04:00
noui.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
noui.h
pow.cpp reset testnet 2016-05-09 08:32:47 -07:00
pow.h Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
prevector.h prevector::swap: fix (unreached) data corruption 2016-07-30 05:18:17 +03:00
protocol.cpp Mostly winner -> payment vote (#1033) 2016-09-21 18:45:29 +04:00
protocol.h Mostly winner -> payment vote (#1033) 2016-09-21 18:45:29 +04:00
pubkey.cpp
pubkey.h
random.cpp
random.h [PrivateSend] Performance tweak: faster shuffling of Masternodes vector (#1063) 2016-10-09 15:46:46 +04:00
rest.cpp
reverselock.h
rpcblockchain.cpp Merge remote-tracking branch 'bitpay/0.12.1-bitcore' into dashBitcore1 2016-07-19 08:49:28 +03:00
rpcclient.cpp Merge #967: V0.12.1.x sentinel pr 1 (#967) 2016-08-28 13:15:48 -06:00
rpcclient.h
rpcgovernance.cpp V0.12.1.x sentinel watchdog pr (#1079) 2016-10-17 22:54:28 +04:00
rpcmasternode.cpp [cosmetic] set width 9 to 15 (#1062) 2016-10-07 20:16:27 +04:00
rpcmining.cpp Merge #974: Slightly refactor sporks 2016-08-29 21:16:02 +02:00
rpcmisc.cpp spork debug log: (#1016) 2016-09-15 10:50:16 +04:00
rpcnet.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
rpcprotocol.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
rpcprotocol.h Merge #921: Fix project name Dash -> Dash Core 2016-07-29 07:30:19 +02:00
rpcrawtransaction.cpp Use Dash addresses in rpc examples (#986) 2016-09-02 16:17:58 +04:00
rpcserver.cpp Merge #967: V0.12.1.x sentinel pr 1 (#967) 2016-08-28 13:15:48 -06:00
rpcserver.h Merge #967: V0.12.1.x sentinel pr 1 (#967) 2016-08-28 13:15:48 -06:00
scheduler.cpp Reenable multithread scheduler test 2016-06-09 22:52:04 +02:00
scheduler.h
serialize.h main: serialize height in BE for address index key 2016-06-02 12:15:13 -04:00
spentindex.h main: spentindex for the mempool 2016-06-02 12:15:59 -04:00
spork.cpp fix spork setPrivKey (#1051) 2016-09-30 02:19:00 +04:00
spork.h Changes for sporks: (#981) 2016-09-01 18:55:25 +04:00
streams.h
sync.cpp Few debug related fixes 2016-03-25 16:41:11 +03:00
sync.h fixing more issues 2016-04-14 14:28:33 -07:00
threadsafety.h
timedata.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
timedata.h
tinyformat.h
torcontrol.cpp Merge remote-tracking branch 'bitcoin/0.12' into mergebtc12, fix/dashify 2016-08-26 04:09:20 +03:00
torcontrol.h
txdb.cpp build: fix darwin build 2016-06-02 12:15:37 -04:00
txdb.h rpc: fix issue with querying txids by block heights 2016-06-02 12:15:37 -04:00
txmempool.cpp Merge remote-tracking branch 'bitpay/0.12.1-bitcore' into dashBitcore1 2016-07-19 08:49:28 +03:00
txmempool.h Merge remote-tracking branch 'bitpay/0.12.1-bitcore' into dashBitcore1 2016-07-19 08:49:28 +03:00
ui_interface.h refactor sync progress ui to use signals, remove lock from masternode str ui 2016-02-19 21:09:54 +03:00
uint256.cpp
uint256.h Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
undo.h
util.cpp remove deprecated keysLoaded, fSucessfullyLoaded, strBudgetMode (#1027) 2016-09-16 21:16:22 +04:00
util.h remove deprecated keysLoaded, fSucessfullyLoaded, strBudgetMode (#1027) 2016-09-16 21:16:22 +04:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Merge remote-tracking branch 'bitcoin/0.12' into HEAD 2016-02-06 16:48:04 +03:00
utilstrencodings.h
utiltime.cpp Add masternode tab in qt wallet 2016-05-11 15:50:04 +03:00
utiltime.h Add masternode tab in qt wallet 2016-05-11 15:50:04 +03:00
validationinterface.cpp Merge #903: Implement transaction lock zmq notifications 2016-07-15 08:38:33 +02:00
validationinterface.h Merge #903: Implement transaction lock zmq notifications 2016-07-15 08:38:33 +02:00
version.h bump proto 70202 (#1054) 2016-09-30 22:19:26 +04:00
versionbits.cpp BIP9 Implementation 2016-03-18 09:14:52 +00:00
versionbits.h BIP9 Implementation 2016-03-18 09:14:52 +00:00