neobytes/src
UdjinM6 7eee9f15ec Fix GetInputDarksendRounds:
- show user and use in external calculations rounds that are calculated respecting current settings while use "real" rounds in internal calulation to store correct results in cache and easily provide user with updated info on settings change
- fix max real rounds limit (16)
2015-07-07 10:16:22 +03: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 Merge pull request #404 from crowning-/v0.12.0.x 2015-07-06 15:32:30 -07: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 Coinbase Payee Cache Implementation 2015-06-23 10:48:03 -07:00
activemasternode.h Coinbase Payee Cache Implementation 2015-06-23 10:48:03 -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 Remove assertion from ~LockedPageManager 2015-07-04 05:15:10 +02:00
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 Vastly improved proposal management implementation 2015-07-06 10:46:58 -07:00
chain.h
chainparams.cpp added checkpoint 2015-07-02 09:53:55 -07: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 / more fixes 2015-07-06 13:37:43 -07:00
coinbase-payee.cpp Rebuild coinbase cache when needed 2015-07-04 07:27:20 -07:00
coinbase-payee.h Rebuild coinbase cache when needed 2015-07-04 07:27:20 -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 Fix GetInputDarksendRounds: 2015-07-07 10:16:22 +03:00
darksend.h Fix GetInputDarksendRounds: 2015-07-07 10:16:22 +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 fix db shutdown crash - adopt btc daf956b7b196769f8027026dd047e72412a9a039 2015-06-24 17:49:30 +03:00
db.h fix db shutdown crash - adopt btc daf956b7b196769f8027026dd047e72412a9a039 2015-06-24 17:49:30 +03:00
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 Wallet Window Title: minor changes 2015-07-05 03:11:58 +02:00
init.h Wallet Repair Buttons: refactoring and remove old repair args before restart 2015-05-28 23:09:14 +02:00
instantx.cpp Removed PoSe due to consensus issues 2015-06-23 16:44:31 -07:00
instantx.h Version bump / more fixes 2015-07-06 13:37:43 -07: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 Vastly improved proposal management implementation 2015-07-06 10:46:58 -07:00
main.h Merge branch '0.10' into merge_btc010 2015-04-08 06:15:17 +03:00
Makefile.am Removed PoSe due to consensus issues 2015-06-23 16:44:31 -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 Merge pull request #405 from UdjinM6/v0.12.0.x_prevent_ban_for_unknown_MN 2015-07-06 15:39:42 -07:00
masternode-budget.h Version bump / more fixes 2015-07-06 13:37:43 -07:00
masternode-payments.cpp Vastly improved proposal management implementation 2015-07-06 10:46:58 -07:00
masternode-payments.h Vastly improved proposal management implementation 2015-07-06 10:46:58 -07:00
masternode.cpp fix 2 crashes 2015-07-03 01:56:43 +03:00
masternode.h Vastly improved proposal management implementation 2015-07-06 10:46:58 -07:00
masternodeconfig.cpp Coinbase Payee Cache Implementation 2015-06-23 10:48:03 -07:00
masternodeconfig.h Coinbase Payee Cache Implementation 2015-06-23 10:48:03 -07:00
masternodeman.cpp Fixed issues with budget syncing 2015-07-02 08:07:30 -07: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 Few inv related fixes: 2015-07-02 04:28:45 +03: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 fixed getinfo for 0-vote proposals 2015-07-06 15:06:09 -07:00
rpcmasternode.cpp added masternode status info 2015-06-24 09:41:03 -07:00
rpcmining.cpp Fix getblocktemplate not show payee from masternode winners.. 2015-06-18 16:40:22 +07:00
rpcmisc.cpp Various fixes improvements 2015-06-25 12:59:11 -07: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 Various fixes improvements 2015-06-25 12:59:11 -07:00
spork.h Various fixes improvements 2015-06-25 12:59:11 -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 bump / more fixes 2015-07-06 13:37:43 -07:00
wallet_ismine.cpp
wallet_ismine.h
wallet.cpp unlock inputs on DS failure 2015-06-28 17:07:44 +03: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