neobytes/src
2019-11-19 12:25:23 +01:00
..
bench Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
bls Fix excessive memory use when flushing chainstate and EvoDB (#3008) 2019-07-02 16:25:28 +02:00
compat Move to in-docker CI builds and add Jenkins support (#2178) 2018-07-12 16:28:59 +03:00
config
consensus Bump "keepOldConnections" by one for all LLMQ types (#2909) 2019-05-10 11:26:39 +02:00
crypto Move bls stuff from crypto/ to bls/ 2018-10-12 19:39:26 +02:00
evo Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-08-07 12:19:49 +02:00
immer Update immer library to current master (0a718d2d76bab6ebdcf43de943bd6c7d2dbfe2f9) (#2821) 2019-04-01 14:10:49 +03:00
leveldb
llmq Only track last seen time instead of first and last seen time (#3165) 2019-11-19 12:25:23 +01:00
obj
obj-test
policy Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
primitives Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
qt Use fEnablePrivateSend instead of fPrivateSendRunning 2019-08-07 16:07:22 +02:00
rpc Update activemn if protx info changed (#3176) 2019-11-19 12:25:23 +01:00
script Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-08-07 12:19:49 +02:00
secp256k1
support Merge #8808: Do not shadow variables (gcc set) 2019-02-01 00:41:12 -06:00
test Multiple speed optimizations for deterministic MN list handling (#2972) 2019-06-21 09:47:13 +02:00
univalue
wallet Slightly optimize ApproximateBestSubset and its usage for PS txes (#3184) 2019-11-19 12:25:23 +01:00
zmq Implement zmq notifications for chainlocked blocks (#2899) 2019-05-08 12:12:54 +03:00
.clang-format Update .clang-format to more accurately show the actual style (#2299) 2018-09-20 15:40:00 +03:00
activemasternode.cpp Update activemn if protx info changed (#3176) 2019-11-19 12:25:23 +01:00
activemasternode.h Update activemn if protx info changed (#3176) 2019-11-19 12:25:23 +01:00
addrdb.cpp
addrdb.h
addressindex.h
addrman.cpp Back off for 1m when connecting to quorum masternodes (#2975) 2019-06-21 11:24:14 +02:00
addrman.h Back off for 1m when connecting to quorum masternodes (#2975) 2019-06-21 11:24:14 +02:00
alert.cpp
alert.h
amount.cpp
amount.h
arith_uint256.cpp Merge #8808: Do not shadow variables (gcc set) 2019-02-01 00:41:12 -06:00
arith_uint256.h
base58.cpp
base58.h
batchedlogger.cpp Make LLMQ/InstantSend/ChainLocks code less spammy (#2781) 2019-03-21 07:46:27 +01:00
batchedlogger.h Make LLMQ/InstantSend/ChainLocks code less spammy (#2781) 2019-03-21 07:46:27 +01:00
bip39_english.h
bip39.cpp
bip39.h
blockencodings.cpp
blockencodings.h
bloom.cpp Collection of minor performance optimizations (#2855) 2019-04-11 15:42:14 +03:00
bloom.h Apply Bloom filters to DIP2 transactions extra payload (#2786) 2019-03-21 23:45:27 +03:00
cachemap.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
cachemultimap.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
chain.cpp
chain.h Add blocks conflicting with ChainLocks to block index (#2923) 2019-05-16 10:12:36 +02:00
chainparams.cpp Set DIP0008 mainnet activation params (#2915) 2019-05-13 13:35:03 +03:00
chainparams.h Harden DIP3 activation (#2881) 2019-04-25 18:39:04 +03:00
chainparamsbase.cpp Clear devNetParams and mimic behavior of other param types (#2367) 2018-10-25 09:17:37 +02:00
chainparamsbase.h
chainparamsseeds.h Update testnet seeds to point to MNs that are on the new chain (#2558) 2018-12-14 16:34:11 +01:00
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h Bump version to 0.14.0.3 and copy release notes (#3053) 2019-08-12 20:08:33 +02:00
coins.cpp Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
coins.h Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp
ctpl.h Add ctpl header only library 2018-10-04 16:46:48 +02:00
cuckoocache.h
cxxtimer.hpp Add cxxtimer header only libraries 2019-01-09 12:16:11 +01:00
dash-cli-res.rc
dash-cli.cpp Implement optional pretty printed stacktraces (#2420) 2019-02-21 21:37:15 +03:00
dash-tx-res.rc
dash-tx.cpp Implement optional pretty printed stacktraces (#2420) 2019-02-21 21:37:15 +03:00
dashd-res.rc
dashd.cpp Implement optional pretty printed stacktraces (#2420) 2019-02-21 21:37:15 +03:00
dbwrapper.cpp
dbwrapper.h Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-08-07 12:19:49 +02:00
dsnotificationinterface.cpp A bunch of mostly trivial tweaks/fixes (#2889) 2019-04-30 15:48:21 +03:00
dsnotificationinterface.h Pass oldList and diff instead of newList into NotifyMasternodeListChanged 2019-04-09 13:28:40 +02:00
flat-database.h
governance-classes.cpp Drop DBG macros uses from governance modules (#2802) 2019-03-25 09:15:32 +03:00
governance-classes.h Drop DBG macros uses from governance modules (#2802) 2019-03-25 09:15:32 +03:00
governance-exceptions.h Gov cleanup + copyright bump (#2324) 2018-09-28 10:56:17 +03:00
governance-object.cpp Remove support for InstantSend locked gobject collaterals (#3019) 2019-08-07 11:52:09 +02:00
governance-object.h Only require valid collaterals for votes and triggers (#2947) (#2957) 2019-05-30 11:00:49 +03:00
governance-validators.cpp Disallow new proposals using legacy serialization (#2722) 2019-02-26 13:44:43 +03:00
governance-validators.h Disallow new proposals using legacy serialization (#2722) 2019-02-26 13:44:43 +03:00
governance-vote.cpp Multiple speed optimizations for deterministic MN list handling (#2972) 2019-06-21 09:47:13 +02:00
governance-vote.h Use BLS keys for the DIP3 operator key (#2352) 2018-10-21 22:45:16 +03:00
governance-votedb.cpp Keep the most recent gobject votes only (#2815) 2019-04-01 14:10:01 +03:00
governance-votedb.h Keep the most recent gobject votes only (#2815) 2019-04-01 14:10:01 +03:00
governance.cpp Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-08-07 12:19:49 +02:00
governance.h Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-08-07 12:19:49 +02:00
hash.cpp
hash.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
hdchain.cpp update copyright (#2648) 2019-01-29 15:53:14 +01:00
hdchain.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
httprpc.cpp
httprpc.h
httpserver.cpp Disable logging of libevent debug messages (#2794) 2019-03-21 17:43:14 +01:00
httpserver.h
indirectmap.h
init.cpp Make orphan TX map limiting dependent on total TX size instead of TX count (#3121) 2019-11-19 12:25:23 +01:00
init.h
instantx.cpp Multiple speed optimizations for deterministic MN list handling (#2972) 2019-06-21 09:47:13 +02:00
instantx.h Refactor IS-lock GUI notification and implement a similar one for ChainLocks (#2875) 2019-04-25 18:37:39 +03:00
keepass.cpp update copyright (#2648) 2019-01-29 15:53:14 +01:00
keepass.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
key.cpp
key.h
keystore.cpp
keystore.h
limitedmap.h Collection of minor performance optimizations (#2855) 2019-04-11 15:42:14 +03:00
Makefile.am Implement MNAUTH and allow unlimited inbound MN connections (#2790) 2019-03-22 11:52:37 +01:00
Makefile.bench.include Few trivial cleanups (#2803) 2019-03-25 09:15:46 +03:00
Makefile.leveldb.include
Makefile.qt.include Backport #12783: macOS: disable AppNap during sync (and mixing) (#3024) 2019-08-07 12:19:49 +02:00
Makefile.qttest.include Implement optional pretty printed stacktraces (#2420) 2019-02-21 21:37:15 +03:00
Makefile.test.include Implement optional pretty printed stacktraces (#2420) 2019-02-21 21:37:15 +03:00
masternode-meta.cpp Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-08-07 12:19:49 +02:00
masternode-meta.h Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-08-07 12:19:49 +02:00
masternode-payments.cpp Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-08-07 12:19:49 +02:00
masternode-payments.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
masternode-sync.cpp Update misspelled Synchronizing in GetSyncStatus (#2680) 2019-02-04 12:52:49 +03:00
masternode-sync.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
masternode-utils.cpp Stop tracking interested/participating nodes and send/announce to MNAUTH peers (#2798) 2019-03-22 17:21:34 +03:00
masternode-utils.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
memusage.h
merkleblock.cpp Do not skip pushing of vMatch and vHashes in CMerkleBlock (#2826) 2019-04-04 08:11:04 +02:00
merkleblock.h
messagesigner.cpp update copyright (#2648) 2019-01-29 15:53:14 +01:00
messagesigner.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
miner.cpp Harden DIP3 activation (#2881) 2019-04-25 18:39:04 +03:00
miner.h Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
net_processing.cpp Also consider txindex for transactions in AlreadyHave() (#3126) 2019-11-19 12:25:23 +01:00
net_processing.h Make orphan TX map limiting dependent on total TX size instead of TX count (#3121) 2019-11-19 12:25:23 +01:00
net.cpp Back off for 1m when connecting to quorum masternodes (#2975) 2019-06-21 11:24:14 +02:00
net.h Don't wake up select if it was already woken up (#2863) 2019-04-12 13:58:42 +03:00
netaddress.cpp
netaddress.h
netbase.cpp Merge #11397: net: Improve and document SOCKS code 2019-11-19 12:25:23 +01:00
netbase.h
netfulfilledman.cpp update copyright (#2648) 2019-01-29 15:53:14 +01:00
netfulfilledman.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
netmessagemaker.h Optimize DKG debug message processing for performance and lower bandwidth (#2672) 2019-02-01 10:49:01 +03:00
noui.cpp
noui.h
pow.cpp Merge #8665: Assert all the things! 2019-02-26 16:41:11 -06:00
pow.h
prevector.h Merge #9505: Prevector Quick Destruct 2019-02-26 16:41:13 -06:00
privatesend-client.cpp Fix compile issues 2019-11-19 12:25:23 +01:00
privatesend-client.h Remove skipped denom from the list on tx commit (#2997) 2019-07-02 06:40:28 +02:00
privatesend-server.cpp Fix compile issues 2019-11-19 12:25:23 +01:00
privatesend-server.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
privatesend-util.cpp bump PS copyright (#2417) 2018-11-05 12:29:33 +03:00
privatesend-util.h bump PS copyright (#2417) 2018-11-05 12:29:33 +03:00
privatesend.cpp Various fixes for mixing queues (#3138) 2019-11-19 12:25:23 +01:00
privatesend.h Various fixes for mixing queues (#3138) 2019-11-19 12:25:23 +01:00
protocol.cpp Remove code for QDEBUGSTATUS propagation (#2891) 2019-05-02 02:20:06 +03:00
protocol.h Remove code for QDEBUGSTATUS propagation (#2891) 2019-05-02 02:20:06 +03:00
pubkey.cpp
pubkey.h
random.cpp Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD 2019-01-22 22:57:09 -06:00
random.h Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD 2019-01-22 22:57:09 -06:00
rest.cpp
reverselock.h
saltedhasher.cpp Implement std::unordered_map/set compatible hasher classes for salted hashes 2019-02-27 14:40:52 +01:00
saltedhasher.h Implement std::unordered_map/set compatible hasher classes for salted hashes 2019-02-27 14:40:52 +01:00
scheduler.cpp Merge #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDB 2019-02-04 19:58:19 -06:00
scheduler.h Merge #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDB 2019-02-04 19:58:19 -06:00
sendalert.cpp
serialize.h Collection of minor performance optimizations (#2855) 2019-04-11 15:42:14 +03:00
spentindex.h Optimize on-disk deterministic masternode storage to reduce size of evodb (#3017) 2019-08-07 12:19:49 +02:00
spork.cpp Remove code for QDEBUGSTATUS propagation (#2891) 2019-05-02 02:20:06 +03:00
spork.h Remove code for QDEBUGSTATUS propagation (#2891) 2019-05-02 02:20:06 +03:00
stacktraces.cpp Fix stacktraces compilation issues (#2721) 2019-02-26 07:01:56 +01:00
stacktraces.h Implement optional pretty printed stacktraces (#2420) 2019-02-21 21:37:15 +03:00
streams.h Merge #8808: Do not shadow variables (gcc set) 2019-02-01 00:41:12 -06:00
sync.cpp Add ability to assert a lock is not held in DEBUG_LOCKORDER 2019-03-12 10:43:47 +01:00
sync.h Add ability to assert a lock is not held in DEBUG_LOCKORDER 2019-03-12 10:43:47 +01:00
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h Merge #8808: Do not shadow variables (gcc set) 2019-02-01 00:41:12 -06:00
tinyformat.h
torcontrol.cpp
torcontrol.h
txdb.cpp Also consider txindex for transactions in AlreadyHave() (#3126) 2019-11-19 12:25:23 +01:00
txdb.h Also consider txindex for transactions in AlreadyHave() (#3126) 2019-11-19 12:25:23 +01:00
txmempool.cpp Multiple speed optimizations for deterministic MN list handling (#2972) 2019-06-21 09:47:13 +02:00
txmempool.h Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
ui_interface.cpp
ui_interface.h Fix UI masternode list (#2966) 2019-06-21 09:45:50 +02:00
uint256.cpp Merge #9867: Replace remaining sprintf with snprintf 2019-01-22 22:55:48 -06:00
uint256.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
undo.h
unordered_lru_cache.h Replace BITCOIN_UNORDERED_LRU_CACHE_H with DASH_UNORDERED_LRU_CACHE_H 2019-03-11 15:18:25 +01:00
util.cpp A bunch of mostly trivial tweaks/fixes (#2889) 2019-04-30 15:48:21 +03:00
util.h Collection of minor performance optimizations (#2855) 2019-04-11 15:42:14 +03:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest 2019-01-24 22:28:13 -06:00
utilstrencodings.h Merge #8775: RPC refactoring: Access wallet using new GetWalletForJSONRPCRequest 2019-01-24 22:28:13 -06:00
utiltime.cpp A bunch of mostly trivial tweaks/fixes (#2889) 2019-04-30 15:48:21 +03:00
utiltime.h A bunch of mostly trivial tweaks/fixes (#2889) 2019-04-30 15:48:21 +03:00
validation.cpp Actually update spent index on DisconnectBlock (#3167) 2019-11-19 12:25:23 +01:00
validation.h Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
validationinterface.cpp Pass oldList and diff instead of newList into NotifyMasternodeListChanged 2019-04-09 13:28:40 +02:00
validationinterface.h Pass oldList and diff instead of newList into NotifyMasternodeListChanged 2019-04-09 13:28:40 +02:00
version.h Only require valid collaterals for votes and triggers (#2947) (#2957) 2019-05-30 11:00:49 +03:00
versionbits.cpp Implement BIP9 style deployment for DIP8/ChainLocks and fix a bug with late headers (#2793) 2019-03-22 11:51:50 +01:00
versionbits.h Show BIP9 progress in getblockchaininfo (#2435) 2018-11-12 18:08:58 +03:00
warnings.cpp
warnings.h