dash/src
Wladimir J. van der Laan 8a43bdcffd
Merge #12620: Remove TransactionTableModel::TxIDRole
3b26b6af7 qt: Remove TransactionTableModel::TxIDRole (João Barbosa)

Pull request description:

  The role `TxIDRole` is a duplicate of `TxHashRole`. This change favours `TxHashRole`.

Tree-SHA512: ad35933eae1cb6b242b25b8940d662c2c79c766732d76fdd410c80230ec084969294a8e5a126794707992a566076ef4452b592050f7af6c4fa7742891090803d
2018-03-07 16:49:59 +01:00
..
bench Add new prevector benchmarks. 2018-02-27 11:42:06 -08:00
compat
config
consensus
crypto Consensus: Fix bug when compiler do not support __builtin_clz* 2018-03-01 17:20:27 +08:00
leveldb Bump leveldb subtree 2018-02-16 08:59:28 -05:00
obj
obj-test
policy fee estimator: avoid sorting mempool on shutdown 2018-01-25 18:02:24 -05:00
primitives Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2018-02-07 16:15:28 -05:00
qt Merge #12620: Remove TransactionTableModel::TxIDRole 2018-03-07 16:49:59 +01:00
rpc Merge #9991: listreceivedbyaddress Filter Address 2018-03-07 16:07:37 +01:00
script Merge #11889: Drop extra script variable in ProduceSignature 2018-03-05 19:12:37 +01:00
secp256k1
support
test Simplify Base32 and Base64 conversions 2018-03-07 07:04:07 -08:00
univalue univalue: Bump subtree 2018-02-10 09:55:54 -05:00
wallet Merge #9991: listreceivedbyaddress Filter Address 2018-03-07 16:07:37 +01:00
zmq
.clang-format
addrdb.cpp
addrdb.h
addrman.cpp net: Correct addrman logging 2018-03-06 21:52:53 +01:00
addrman.h Add test-before-evict discipline to addrman 2018-03-06 11:21:01 -05:00
amount.h
arith_uint256.cpp
arith_uint256.h [arith_uint256] Avoid unnecessary this-copy using prefix operator 2018-02-28 19:59:19 +09:00
base58.cpp Split key_io (address/key encodings) off from base58 2018-02-19 18:55:21 -08:00
base58.h Split key_io (address/key encodings) off from base58 2018-02-19 18:55:21 -08:00
bech32.cpp
bech32.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Merge #12050: [trivial] Implements a virtual destructor on the BaseRequestHandler class. 2018-02-06 18:05:34 +01:00
bitcoin-tx-res.rc
bitcoin-tx.cpp Split key_io (address/key encodings) off from base58 2018-02-19 18:55:21 -08:00
bitcoind-res.rc
bitcoind.cpp Move scheduler/threadGroup into common-init instead of per-app 2018-01-25 11:35:34 -05:00
blockencodings.cpp
blockencodings.h
bloom.cpp
bloom.h
chain.cpp
chain.h
chainparams.cpp Disable wallet fallbackfee by default on mainnet 2018-02-25 09:33:46 +08:00
chainparams.h Disable wallet fallbackfee by default on mainnet 2018-02-25 09:33:46 +08:00
chainparamsbase.cpp Refactor: One CBaseChainParams should be enough 2018-02-08 22:06:43 +01:00
chainparamsbase.h Refactor: One CBaseChainParams should be enough 2018-02-08 22:06:43 +01:00
chainparamsseeds.h Fix a-vs-an typos 2018-02-11 10:48:15 +01:00
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp Merge #11966: clientversion: Use full commit hash for commit-based version descriptions 2018-02-13 10:58:41 +01:00
clientversion.h
coins.cpp
coins.h
compat.h Add new prevector benchmarks. 2018-02-27 11:42:06 -08:00
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2018-02-07 16:15:28 -05:00
core_write.cpp Split key_io (address/key encodings) off from base58 2018-02-19 18:55:21 -08:00
cuckoocache.h
dbwrapper.cpp Add DynamicMemoryUsage() to LevelDB 2018-03-06 00:25:39 -05:00
dbwrapper.h Add DynamicMemoryUsage() to LevelDB 2018-03-06 00:25:39 -05:00
fs.cpp
fs.h
hash.cpp
hash.h
httprpc.cpp Split key_io (address/key encodings) off from base58 2018-02-19 18:55:21 -08:00
httprpc.h
httpserver.cpp Merge #12366: http: Join worker threads before deleting work queue 2018-02-08 09:21:49 +01:00
httpserver.h
indirectmap.h
init.cpp Merge #12568: Allow dustrelayfee to be set to zero 2018-03-05 22:37:47 +01:00
init.h Move scheduler/threadGroup into common-init instead of per-app 2018-01-25 11:35:34 -05:00
key_io.cpp Simplify Base32 and Base64 conversions 2018-03-07 07:04:07 -08:00
key_io.h Split key_io (address/key encodings) off from base58 2018-02-19 18:55:21 -08:00
key.cpp Use ptrdiff_t type to more precisely indicate usage and avoid compiler warnings. 2018-02-05 02:25:28 -08:00
key.h Make CKey::Load references const 2018-01-23 13:16:56 -05:00
keystore.cpp
keystore.h
limitedmap.h
Makefile.am Merge #11372: Address encoding cleanup 2018-03-07 00:09:48 +01:00
Makefile.bench.include Add new prevector benchmarks. 2018-02-27 11:42:06 -08:00
Makefile.leveldb.include
Makefile.qt.include
Makefile.qttest.include
Makefile.test.include Split off key_io_tests from base58_tests 2018-02-19 18:55:21 -08:00
memusage.h
merkleblock.cpp
merkleblock.h
miner.cpp [doc] dev-notes: Members should be initialized 2018-02-16 14:21:52 -05:00
miner.h
net_processing.cpp Add documentation to PeerLogicValidation interface and related functions 2018-03-06 14:43:32 -05:00
net_processing.h Add documentation to PeerLogicValidation interface and related functions 2018-03-06 14:43:32 -05:00
net.cpp Merge #9037: net: Add test-before-evict discipline to addrman 2018-03-06 21:36:56 +01:00
net.h Merge #10387: Eventually connect to NODE_NETWORK_LIMITED peers 2018-03-01 15:31:15 +01:00
netaddress.cpp Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2018-02-07 16:15:28 -05:00
netaddress.h
netbase.cpp Remove useless string initialization. 2018-02-13 20:47:55 +01:00
netbase.h
netmessagemaker.h
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h Use memset() to optimize prevector::resize() 2018-02-27 13:27:51 -08:00
protocol.cpp Add setter for g_initial_block_download_completed 2018-02-17 21:28:50 +11:00
protocol.h Add setter for g_initial_block_download_completed 2018-02-17 21:28:50 +11:00
pubkey.cpp
pubkey.h
random.cpp
random.h
rest.cpp Remove useless string initialization. 2018-02-13 20:47:55 +01:00
reverse_iterator.h
reverselock.h
scheduler.cpp
scheduler.h
serialize.h
streams.h Fix typos 2018-01-28 13:21:25 +01:00
sync.cpp Fix typos 2018-01-28 13:21:25 +01:00
sync.h
threadinterrupt.cpp
threadinterrupt.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h
torcontrol.cpp boost: drop boost threads from torcontrol 2018-02-08 14:35:29 -05:00
torcontrol.h boost: drop boost threads from torcontrol 2018-02-08 14:35:29 -05:00
txdb.cpp
txdb.h Merge #10498: Use static_cast instead of C-style casts for non-fundamental types 2018-02-07 16:15:28 -05:00
txmempool.cpp
txmempool.h Avoid leaking prioritization information when relaying transactions 2018-01-25 18:02:24 -05:00
ui_interface.cpp
ui_interface.h
uint256.cpp
uint256.h
undo.h
util.cpp Merge #10271: Use std:🧵:hardware_concurrency, instead of Boost, to determine available cores 2018-03-06 19:21:34 +01:00
util.h Merge #10271: Use std:🧵:hardware_concurrency, instead of Boost, to determine available cores 2018-03-06 19:21:34 +01:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Simplify Base32 and Base64 conversions 2018-03-07 07:04:07 -08:00
utilstrencodings.h Generalize ConvertBits 2018-03-06 20:28:08 -08:00
utiltime.cpp
utiltime.h
validation.cpp Merge #12204: Fix overly eager BIP30 bypass 2018-03-07 16:00:46 +01:00
validation.h
validationinterface.cpp
validationinterface.h
version.h
versionbits.cpp
versionbits.h
warnings.cpp
warnings.h