dash/src
thephez 809aae73a1 RPC docs helper updates (#2949)
* RPC - Update gobject description to match other multi-command RPCs

* RPC - Update masternodelist to avoid returning dupe RPC name from help

* RPC - Make spacing consistent in gobject/masternode help
2019-05-30 11:01:16 +03:00
..
bench Fix bls and bls_dkg bench (#2955) 2019-05-30 11:00:07 +03:00
bls Prefix all bls/quorum threads with dash- (#2865) 2019-04-15 17:42:43 +03:00
compat
config
consensus Make Consensus::LLMQType serializable and use it in serialized classes 2019-05-29 08:06:11 +02:00
crypto Move bls stuff from crypto/ to bls/ 2018-10-12 19:39:26 +02:00
evo Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
governance Remove logic for handling objects and votes orphaned by not-yet-known MNs (#2954) 2019-05-29 21:19:53 +03:00
immer Update immer library to current master (0a718d2d76bab6ebdcf43de943bd6c7d2dbfe2f9) (#2821) 2019-04-01 14:10:49 +03:00
leveldb
llmq Make Consensus::LLMQType serializable and use it in serialized classes 2019-05-29 08:06:11 +02:00
masternode Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
obj
obj-test
policy bump version in fees.cpp 2019-05-28 08:42:15 -05:00
primitives Merge bitcoin#9602: Remove coin age priority and free transactions - implementation (#2768) 2019-03-14 17:44:42 +03:00
privatesend Use mapDSTX.find() instead of count() and [] 2019-05-27 16:40:05 +02:00
qt Remove references to instantx and darksend in sendcoinsdialog.cpp (#2936) 2019-05-29 21:18:15 +03:00
rpc RPC docs helper updates (#2949) 2019-05-30 11:01:16 +03:00
script Merge #9480: De-duplicate SignatureCacheHasher 2019-05-23 07:42:36 -05:00
secp256k1
support Merge #8808: Do not shadow variables (gcc set) 2019-02-01 00:41:12 -06:00
test Merge pull request #2934 from PastaPastaPasta/backports-0.15-pr12 2019-05-28 20:32:03 +03:00
univalue
wallet Merge pull request #2934 from PastaPastaPasta/backports-0.15-pr12 2019-05-28 20:32:03 +03:00
zmq Pass disconnected/deleted pindex instead of pprev into BlockDisconnected 2019-05-27 16:40:05 +02:00
.clang-format Update .clang-format to more accurately show the actual style (#2299) 2018-09-20 15:40:00 +03:00
addrdb.cpp Merge #9902: Lightweight abstraction of boost::filesystem 2019-05-27 09:03:19 -05:00
addrdb.h Merge #9902: Lightweight abstraction of boost::filesystem 2019-05-27 09:03:19 -05:00
addressindex.h
addrman.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
addrman.h Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
alert.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
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 Merge #10045: [trivial] Fix typos in comments 2019-05-21 08:52:42 -05:00
base58.h
batchedlogger.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
batchedlogger.h Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
bip39_english.h
bip39.cpp
bip39.h
blockencodings.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
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 Merge pull request #2763 from PastaPastaPasta/backports-0.15-pr8 2019-05-17 12:22:18 +03:00
chainparams.h Merge #9987: Remove unused code 2019-05-06 14:51:44 -05: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.1 (#2928) 2019-05-17 12:21:03 +03:00
coins.cpp Merge #10538: [trivial] Fix typo: "occurrences" (misspelled as "occurrances") 2019-05-19 20:43:03 -05:00
coins.h Merge #9987: Remove unused code 2019-05-06 14:51:44 -05:00
compat.h Merge #9921: build: Probe MSG_DONTWAIT in the same way as MSG_NOSIGNAL 2019-05-06 14:51:42 -05:00
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 Merge #9533: Allow non-power-of-2 signature cache sizes 2019-05-19 20:42:59 -05:00
cxxtimer.hpp Add cxxtimer header only libraries 2019-01-09 12:16:11 +01:00
dash-cli-res.rc
dash-cli.cpp More boost::filesystem->fs and some related cleanup 2019-05-27 09:03:19 -05:00
dash-tx-res.rc
dash-tx.cpp Merge #9987: Remove unused code 2019-05-06 14:51:44 -05:00
dashd-res.rc
dashd.cpp More boost::filesystem->fs and some related cleanup 2019-05-27 09:03:19 -05:00
dbwrapper.cpp Merge #9902: Lightweight abstraction of boost::filesystem 2019-05-27 09:03:19 -05:00
dbwrapper.h More boost::filesystem->fs and some related cleanup 2019-05-27 09:03:19 -05:00
dsnotificationinterface.cpp Remove logic for handling objects and votes orphaned by not-yet-known MNs (#2954) 2019-05-29 21:19:53 +03:00
dsnotificationinterface.h Drop CDSNotificationInterface::SyncTransaction() 2019-05-28 11:59:55 +02:00
flat-database.h More boost::filesystem->fs and some related cleanup 2019-05-27 09:03:19 -05:00
fs.cpp Merge #9902: Lightweight abstraction of boost::filesystem 2019-05-27 09:03:19 -05:00
fs.h Merge #9902: Lightweight abstraction of boost::filesystem 2019-05-27 09:03:19 -05: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 Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
httprpc.h
httpserver.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
httpserver.h
indirectmap.h
init.cpp Merge pull request #2934 from PastaPastaPasta/backports-0.15-pr12 2019-05-28 20:32:03 +03:00
init.h
instantsend.cpp Adjust CDSNotificationInterface to align with CValidationInterface changes 2019-05-27 09:03:19 -05:00
instantsend.h Adjust CDSNotificationInterface to align with CValidationInterface changes 2019-05-27 09:03:19 -05:00
keepass.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
keepass.h update copyright (#2648) 2019-01-29 15:53:14 +01:00
key.cpp
key.h Merge #10033: Trivial: Fix typo in key.h comment 2019-05-06 14:51:45 -05:00
keystore.cpp
keystore.h
limitedmap.h Collection of minor performance optimizations (#2855) 2019-04-11 15:42:14 +03:00
Makefile.am Remove duplicate code from src/Makefile.am (#2944) 2019-05-28 20:32:51 +03:00
Makefile.bench.include Few trivial cleanups (#2803) 2019-03-25 09:15:46 +03:00
Makefile.leveldb.include
Makefile.qt.include Merge #10098: Make qt wallet test compatible with qt4 2019-05-21 08:52:47 -05:00
Makefile.qttest.include Merge #9974: Add basic Qt wallet test 2019-05-06 14:51:43 -05:00
Makefile.test.include Merge bitcoin#9956: Reorganise qa directory (#2912) 2019-05-19 23:20:34 +03: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 Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +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 Merge #9725: CValidationInterface Cleanups 2019-05-27 09:03:19 -05:00
net_processing.h Merge #9725: CValidationInterface Cleanups 2019-05-27 09:03:19 -05:00
net.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
net.h Merge #9902: Lightweight abstraction of boost::filesystem 2019-05-27 09:03:19 -05:00
netaddress.cpp
netaddress.h
netbase.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03: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
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 Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
random.h Merge #9821: util: Specific GetOSRandom for Linux/FreeBSD/OpenBSD 2019-01-22 22:57:09 -06:00
rest.cpp Merge #10095: refactor: Move GetDifficulty out of rpc/server.h 2019-05-19 20:42:58 -05:00
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 #10129: scheduler: fix sub-second precision with boost < 1.50 2019-05-19 20:42:58 -05:00
scheduler.h Merge #9605: Use CScheduler for wallet flushing, remove ThreadFlushWalletDB 2019-02-04 19:58:19 -06:00
sendalert.cpp
serialize.h Fix compiler warning (#2956) 2019-05-30 11:00:31 +03:00
spentindex.h
spork.cpp Refactor sporks to get rid of repeated if/else blocks (#2946) 2019-05-29 21:18:31 +03:00
spork.h Refactor sporks to get rid of repeated if/else blocks (#2946) 2019-05-29 21:18:31 +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 #9911: Wshadow: various gcc fixes 2019-05-06 14:51:45 -05:00
sync.cpp Merge #9987: Remove unused code 2019-05-06 14:51:44 -05:00
sync.h Merge #9987: Remove unused code 2019-05-06 14:51:44 -05:00
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
timedata.h Merge #8808: Do not shadow variables (gcc set) 2019-02-01 00:41:12 -06:00
tinyformat.h Merge bitcoin#9963: util: Properly handle errors during log message formatting (#2917) 2019-05-21 15:32:33 +02:00
torcontrol.cpp Merge #9902: Lightweight abstraction of boost::filesystem 2019-05-27 09:03:19 -05:00
torcontrol.h
txdb.cpp Backport Bitcoin#9424, Bitcoin#10123 and Bitcoin#10153 (#2918) 2019-05-23 00:51:39 +03:00
txdb.h
txmempool.cpp Merge #9942: Refactor CBlockPolicyEstimator 2019-05-27 16:58:28 -05:00
txmempool.h Add missing include for CKeyID 2019-05-28 08:33:11 -05:00
ui_interface.cpp
ui_interface.h Add NotifyMasternodeListChanged signal to CClientUIInterface (#2880) 2019-04-25 18:38:49 +03: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 More boost::filesystem->fs and some related cleanup 2019-05-27 09:03:19 -05:00
util.h More boost::filesystem->fs and some related cleanup 2019-05-27 09:03:19 -05: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 Merge pull request #2934 from PastaPastaPasta/backports-0.15-pr12 2019-05-28 20:32:03 +03:00
validation.h Merge pull request #2934 from PastaPastaPasta/backports-0.15-pr12 2019-05-28 20:32:03 +03:00
validationinterface.cpp Pass block index via BlockDisconnected 2019-05-27 09:03:19 -05:00
validationinterface.h Pass disconnected/deleted pindex instead of pprev into BlockDisconnected 2019-05-27 16:40:05 +02:00
version.h Only require valid collaterals for votes and triggers (#2947) 2019-05-29 10:56:51 +02: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