dash/src
2015-06-23 10:11:55 -07:00
..
compat various (gitian) build fixes 2015-04-29 21:27:52 +03:00
config
crypto move x11 algos to crypto/ 2015-04-04 23:00:03 +03:00
json
leveldb
obj
obj-test
primitives fixed most of the budget functions 2015-04-30 10:11:34 -07:00
qt reject real insane fee instead of hardcoded 2015-06-23 18:19:45 +03:00
script 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
secp256k1
test Merge branch '0.10' into v0.12.0.x_merge_btc010 2015-05-16 00:05:57 +03:00
univalue
.clang-format
activemasternode.cpp Masternode System Bug Fixes 2015-06-14 17:05:51 -07:00
activemasternode.h Masternode Overhaul 2015-04-17 23:44:49 -07:00
addrman.cpp Cap nAttempts penalty at 8 and switch to pow instead of a division loop. 2015-04-20 13:59:19 +02:00
addrman.h Scale up addrman 2015-04-01 16:39:55 +02:00
alert.cpp
alert.h
allocators.cpp
allocators.h
amount.cpp btc/kb -> dash/kb 2015-06-23 18:15:12 +03:00
amount.h
base58.cpp
base58.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
bloom.cpp
bloom.h
chain.cpp
chain.h
chainparams.cpp Update last checkpoint data for mainnet - should give more accurate verification progress 2015-05-16 06:04:33 +03:00
chainparams.h Merge branch '0.10' into merge_btc010 2015-04-08 06:15:17 +03:00
chainparamsbase.cpp Fixed Default RPC Ports 2015-04-15 01:27:45 +07:00
chainparamsbase.h more bitcoin->dash fixes 2015-04-06 00:56:58 +03:00
chainparamsseeds.h Merge branch 'master' into merge_btc010 2015-04-13 22:46:04 +03:00
checkpoints.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
checkpoints.h
checkqueue.h Acquire CCheckQueue's lock to avoid race condition 2015-02-23 19:34:24 +01:00
clientversion.cpp more bitcoin->dash fixes 2015-04-06 00:56:58 +03:00
clientversion.h version bump 2015-06-22 08:47:24 -07:00
coincontrol.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
coins.cpp
coins.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
compat.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
compressor.cpp
compressor.h
core_io.h
core_read.cpp
core_write.cpp
crypter.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
crypter.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
darksend-relay.cpp Cleanup few debug msgs, reduce log spam / few readability fixes 2015-03-13 18:53:12 +03:00
darksend-relay.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
darksend.cpp accept(verify) DS mixing txes ignoring fees 2015-06-23 07:12:24 +03:00
darksend.h fix dsc 2015-06-19 04:42:25 +03:00
dash-cli-res.rc 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
dash-cli.cpp more bitcoin->dash fixes 2015-04-06 00:56:58 +03:00
dash-tx.cpp more bitcoin->dash fixes 2015-04-06 00:56:58 +03:00
dashd-res.rc 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
dashd.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
db.cpp
db.h
eccryptoverify.cpp
eccryptoverify.h
ecwrapper.cpp
ecwrapper.h
hash.cpp
hash.h Budgeting Software / Reference Node Removal 2015-05-14 18:01:15 -07:00
init.cpp btc/kb -> dash/kb 2015-06-23 18:15:12 +03:00
init.h Wallet Repair Buttons: refactoring and remove old repair args before restart 2015-05-28 23:09:14 +02:00
instantx.cpp fix ix comments 2015-06-04 21:54:33 +03:00
instantx.h bump ix min proto 2015-06-22 20:51:28 +03:00
keepass.cpp various (gitian) build fixes 2015-04-29 21:27:52 +03:00
keepass.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
key.cpp
key.h
keystore.cpp
keystore.h
leveldbwrapper.cpp
leveldbwrapper.h
limitedmap.h
main.cpp refactor: allowFree -> ignoreFees 2015-06-23 18:24:20 +03:00
main.h Merge branch '0.10' into merge_btc010 2015-04-08 06:15:17 +03:00
Makefile.am merged 2015-05-04 02:36:23 -07:00
Makefile.qt.include Statusbar_Icons: makefile for Gitian fixed 2015-06-01 10:27:46 +02:00
Makefile.qttest.include 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
Makefile.test.include Merge branch '0.10' into merge_btc010 2015-04-08 06:15:17 +03:00
masternode-budget.cpp Budget stability fixes 2015-06-16 10:04:35 -07:00
masternode-budget.h Budget stability fixes 2015-06-16 10:04:35 -07:00
masternode-payments.cpp added some debugging 2015-06-22 06:50:33 -07:00
masternode-payments.h fixed bug with counting votes 2015-06-22 07:20:34 -07:00
masternode-pos.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
masternode-pos.h version / min version bump 2015-06-21 09:32:32 -07:00
masternode.cpp refactor: dsee -> mnb 2015-06-23 18:40:08 +03:00
masternode.h refactor: dsee -> mnb 2015-06-23 18:40:08 +03:00
masternodeconfig.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
masternodeconfig.h Dash rebranding 2015-03-17 16:06:58 -07:00
masternodeman.cpp refactor: dsee -> mnb 2015-06-23 18:40:08 +03:00
masternodeman.h Masternode System Bug Fixes 2015-06-14 17:05:51 -07:00
merkleblock.cpp
merkleblock.h
miner.cpp Check before pulling payee 2015-06-19 09:14:48 -07:00
miner.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
mruset.h
net.cpp Wallet Repair Buttons added 2015-05-25 22:59:38 +02:00
net.h Wallet Repair Buttons added 2015-05-25 22:59:38 +02:00
netbase.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
netbase.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
noui.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
noui.h
pow.cpp Fix KGW (handle negative uint256 properly) 2015-05-01 20:17:14 +03:00
pow.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
protocol.cpp Budgeting Software / Reference Node Removal 2015-05-14 18:01:15 -07:00
protocol.h Budgeting Software / Reference Node Removal 2015-05-14 18:01:15 -07:00
pubkey.cpp
pubkey.h
random.cpp
random.h
rest.cpp
rpcblockchain.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
rpcclient.cpp Budgeting Software / Reference Node Removal 2015-05-14 18:01:15 -07:00
rpcclient.h Changed darkcoin references to dash 2015-03-19 12:03:14 -07:00
rpcdump.cpp more bitcoin->dash fixes 2015-04-06 00:56:58 +03:00
rpcmasternode-budget.cpp Budget stability fixes 2015-06-16 10:04:35 -07:00
rpcmasternode.cpp tie budget system to masternode payment system 2015-05-26 07:56:51 -07:00
rpcmining.cpp Fix getblocktemplate not show payee from masternode winners.. 2015-06-18 16:40:22 +07:00
rpcmisc.cpp btc/kb -> dash/kb 2015-06-23 18:15:12 +03:00
rpcnet.cpp btc/kb -> dash/kb 2015-06-23 18:15:12 +03:00
rpcprotocol.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
rpcprotocol.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
rpcrawtransaction.cpp Merge branch '0.10' into v0.12.0.x_merge_btc010 2015-05-16 00:05:57 +03:00
rpcserver.cpp Budgeting Software / Reference Node Removal 2015-05-14 18:01:15 -07:00
rpcserver.h Budgeting Software / Reference Node Removal 2015-05-14 18:01:15 -07:00
rpcwallet.cpp btc/kb -> dash/kb 2015-06-23 18:15:12 +03:00
serialize.h
spork.cpp Complete rewrite of consensus code for mn/budget payments 2015-05-30 10:27:51 -07:00
spork.h Complete rewrite of consensus code for mn/budget payments 2015-05-30 10:27:51 -07:00
streams.h
sync.cpp
sync.h
threadsafety.h
timedata.cpp more bitcoin->dash fixes 2015-04-06 00:56:58 +03:00
timedata.h
tinyformat.h
txdb.cpp
txdb.h
txmempool.cpp bump required version for fee_estimates.dat file 2015-06-23 18:22:39 +03:00
txmempool.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
ui_interface.h
uint256.cpp
uint256.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
undo.h
util.cpp Finalized Budget Voting and Payment 2015-06-01 12:06:03 -07:00
util.h Finalized Budget Voting and Payment 2015-06-01 12:06:03 -07:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
utilstrencodings.h 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
utiltime.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
utiltime.h
version.h version / min version bump 2015-06-21 09:32:32 -07:00
wallet_ismine.cpp
wallet_ismine.h
wallet.cpp Merge pull request #376 from UdjinM6/v0.12.0.x_fees 2015-06-23 10:11:20 -07:00
wallet.h accept(verify) DS mixing txes ignoring fees 2015-06-23 07:12:24 +03:00
walletdb.cpp 0.12 dirty merge'n'fix (bitcoin 0.10) 2015-04-04 19:24:37 +03:00
walletdb.h