.. |
bench
|
Merge #9124: Use better name for local variable to prevent -Wshadow compiler warning
|
2018-01-15 06:14:15 +01:00 |
compat
|
Merge #8675: Make copyright header lines uniform
|
2018-01-13 13:44:39 +01:00 |
config
|
|
|
consensus
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
crypto
|
Merge #7689: Replace OpenSSL AES with ctaes-based version
|
2017-12-22 16:33:04 +01:00 |
drafted
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
leveldb
|
|
|
obj
|
|
|
obj-test
|
|
|
policy
|
Merge #9111: Remove unused variable UNLIKELY_PCT from fees.h
|
2018-01-15 06:14:15 +01:00 |
primitives
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
qt
|
Merge #9145: [qt] Make network disabled icon 50% opaque
|
2018-01-15 06:14:15 +01:00 |
rpc
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
script
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
secp256k1
|
Merge #8453: Bring secp256k1 subtree up to date with master
|
2018-01-08 18:04:55 +01:00 |
support
|
Merge #9070: Lockedpool fixes
|
2018-01-13 13:44:39 +01:00 |
test
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
univalue
|
Merge #8863: univalue: Pull subtree
|
2018-01-12 09:57:56 +01:00 |
wallet
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
zmq
|
Merge #8607: [doc] Fix doxygen off-by-one comments, fix typos
|
2018-01-09 14:04:21 +01:00 |
.clang-format
|
|
|
activemasternode.cpp
|
Merge #8065: Addrman offline attempts
|
2017-12-22 16:33:55 +01:00 |
activemasternode.h
|
Allow compilation with --disable-wallet (#1733)
|
2017-12-01 21:53:34 +03:00 |
addrdb.cpp
|
Backport Bitcoin PR#8085: p2p: Begin encapsulation (#1537)
|
2017-07-21 12:35:19 +03:00 |
addrdb.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
addressindex.h
|
|
|
addrman.cpp
|
Merge #8914: Kill insecure_random and associated global state
|
2018-01-12 09:58:14 +01:00 |
addrman.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
alert.cpp
|
Backport Bitcoin PR#8708: net: have CConnman handle message sending (#1553)
|
2017-07-27 17:28:05 +03:00 |
alert.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
amount.cpp
|
Merge #7796: [amount] Add support for negative fee rates
|
2017-12-20 14:58:27 +01:00 |
amount.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
arith_uint256.cpp
|
Merge #8675: Make copyright header lines uniform
|
2018-01-13 13:44:39 +01:00 |
arith_uint256.h
|
Merge #8675: Make copyright header lines uniform
|
2018-01-13 13:44:39 +01:00 |
base58.cpp
|
Improve EncodeBase58/DecodeBase58 performance (#1456)
|
2017-05-09 20:06:51 +03:00 |
base58.h
|
Use BIP32_EXTKEY_SIZE instead of fixed constant
|
2017-12-20 17:25:02 +01:00 |
bip39_english.h
|
HD wallet (#1405)
|
2017-05-29 14:51:40 +03:00 |
bip39.cpp
|
Use GetStrongRandBytes in CMnemonic::Generate
|
2017-12-22 06:00:51 +01:00 |
bip39.h
|
HD wallet (#1405)
|
2017-05-29 14:51:40 +03:00 |
bloom.cpp
|
Merge #8655: Do not shadow variables (trivials)
|
2018-01-11 13:22:22 +01:00 |
bloom.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
cachemap.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
cachemultimap.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
chain.cpp
|
Merge #7551: Add importmulti RPC call
|
2018-01-13 13:44:37 +01:00 |
chain.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
chainparams.cpp
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
chainparams.h
|
Merge #8921: RPC: Chainparams: Remove Chainparams::fTestnetToBeDeprecatedFieldRPC
|
2018-01-12 09:58:14 +01:00 |
chainparamsbase.cpp
|
Implement named devnets (#1791)
|
2017-12-20 14:45:01 +03:00 |
chainparamsbase.h
|
Implement named devnets (#1791)
|
2017-12-20 14:45:01 +03:00 |
chainparamsseeds.h
|
|
|
checkpoints.cpp
|
Backport "assumed valid blocks" feature from Bitcoin 0.13 (#1582)
|
2017-08-23 17:21:08 +03:00 |
checkpoints.h
|
Backport "assumed valid blocks" feature from Bitcoin 0.13 (#1582)
|
2017-08-23 17:21:08 +03:00 |
checkqueue.h
|
|
|
clientversion.cpp
|
Merge #8181: build: Get rid of CLIENT_DATE
|
2017-12-22 17:20:31 +01:00 |
clientversion.h
|
Merge #8181: build: Get rid of CLIENT_DATE
|
2017-12-22 17:20:31 +01:00 |
coins.cpp
|
Merge #8357: [mempool] Fix relaypriority calculation error
|
2018-01-12 08:02:45 +01:00 |
coins.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
compat.h
|
Merge #8011: don't run ThreadMessageHandler at lowered priority
|
2017-12-21 17:30:51 +01:00 |
compressor.cpp
|
|
|
compressor.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
core_io.h
|
|
|
core_memusage.h
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
core_read.cpp
|
|
|
core_write.cpp
|
|
|
dash-cli-res.rc
|
Fix issues introduced in 1770 (#1803)
|
2017-12-21 19:58:38 +03:00 |
dash-cli.cpp
|
Merge #9073: Trivial: Add common failure cases for rpc server connection failure
|
2018-01-13 13:44:39 +01:00 |
dash-tx-res.rc
|
Fix issues introduced in 1770 (#1803)
|
2017-12-21 19:58:38 +03:00 |
dash-tx.cpp
|
Merge #8932: Allow bitcoin-tx to create v2 transactions
|
2018-01-12 09:58:14 +01:00 |
dashd-res.rc
|
|
|
dashd.cpp
|
Merge #8856: Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
|
2018-01-12 09:57:56 +01:00 |
dbwrapper.cpp
|
Merge #8629: C++11: s/boost::scoped_ptr/std::unique_ptr/
|
2018-01-09 14:16:38 +01:00 |
dbwrapper.h
|
Merge #10526: Force on-the-fly compaction during pertxout upgrade
|
2017-10-31 21:19:11 +01:00 |
dsnotificationinterface.cpp
|
Update Dash related code to use new SyncTransaction notifications interface
|
2018-01-08 18:41:06 +01:00 |
dsnotificationinterface.h
|
Update Dash related code to use new SyncTransaction notifications interface
|
2018-01-08 18:41:06 +01:00 |
flat-database.h
|
typo: "Writting" -> "Writing" (#1605)
|
2017-09-03 16:28:53 +03:00 |
governance-classes.cpp
|
fix off-by-1 in CSuperblock::GetPaymentsLimit (#1598)
|
2017-09-03 16:31:14 +03:00 |
governance-classes.h
|
cleanup/fix includes: (#1214)
|
2016-12-20 17:27:59 +04:00 |
governance-exceptions.h
|
cleanup/fix includes: (#1214)
|
2016-12-20 17:27:59 +04:00 |
governance-misc.h
|
Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566)
|
2017-08-09 03:19:06 +03:00 |
governance-object.cpp
|
Drop IsInputAssociatedWithPubkey and optimize CheckOutpoint (#1783)
|
2017-12-21 16:03:02 +03:00 |
governance-object.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
governance-validators.cpp
|
start_epoch, end_epoch and payment_amount should be numbers, not strings (#1707)
|
2017-11-01 18:11:10 +03:00 |
governance-validators.h
|
Validate proposals on prepare and submit (#1488)
|
2017-06-26 16:56:29 +03:00 |
governance-vote.cpp
|
Improve sync (#1779)
|
2017-12-14 03:33:58 +03:00 |
governance-vote.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
governance-votedb.cpp
|
Refactor masternode management (#1611)
|
2017-09-11 17:13:48 +03:00 |
governance-votedb.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
governance.cpp
|
Get rid of InsecureRand and use equivalent FastRandomContext
|
2018-01-12 16:37:39 +01:00 |
governance.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
hash.cpp
|
Merge #8173: Use SipHash for node eviction (cont'd)
|
2017-12-22 16:33:56 +01:00 |
hash.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
hdchain.cpp
|
HD wallet (#1405)
|
2017-05-29 14:51:40 +03:00 |
hdchain.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
httprpc.cpp
|
Merge #8788: [RPC] Give RPC commands more information about the RPC request
|
2018-01-13 13:44:37 +01:00 |
httprpc.h
|
|
|
httpserver.cpp
|
Merge #8109: Do not shadow member variables
|
2018-01-09 14:04:20 +01:00 |
httpserver.h
|
Merge #8513: Fix a type error that would not compile on OSX.
|
2018-01-08 18:04:55 +01:00 |
indirectmap.h
|
Merge #8414: prepend license statement to indirectmap.h
|
2018-01-08 18:04:55 +01:00 |
init.cpp
|
Merge #9133: Unset fImporting for loading mempool
|
2018-01-15 06:14:16 +01:00 |
init.h
|
Merge #7691: [Wallet] refactor wallet/init interaction
|
2017-12-19 13:42:36 +01:00 |
instantx.cpp
|
Update Dash related code to use new SyncTransaction notifications interface
|
2018-01-08 18:41:06 +01:00 |
instantx.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
keepass.cpp
|
Merge #7891: Always require OS randomness when generating secret keys
|
2017-12-21 18:50:14 +01:00 |
keepass.h
|
bump copyright notice to 2017 (#1207)
|
2016-12-20 17:26:45 +04:00 |
key.cpp
|
Merge #8753: Locked memory manager
|
2018-01-13 13:44:39 +01:00 |
key.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
keystore.cpp
|
HD wallet (#1405)
|
2017-05-29 14:51:40 +03:00 |
keystore.h
|
HD wallet (#1405)
|
2017-05-29 14:51:40 +03:00 |
limitedmap.h
|
Merge #8353: Trivial: tiny c++11 refactors
|
2018-01-08 18:04:55 +01:00 |
Makefile.am
|
Merge #8753: Locked memory manager
|
2018-01-13 13:44:39 +01:00 |
Makefile.bench.include
|
Merge #9140: Bugfix: Correctly replace generated headers and fail cleanly
|
2018-01-15 06:14:16 +01:00 |
Makefile.leveldb.include
|
Merge #8826: Do not include env_win.cc on non-Windows systems
|
2018-01-12 09:56:53 +01:00 |
Makefile.qt.include
|
Add Dash Copyright to Makefiles modified by Dash developers
|
2018-01-12 16:12:54 +01:00 |
Makefile.qttest.include
|
Add Dash Copyright to Makefiles modified by Dash developers
|
2018-01-12 16:12:54 +01:00 |
Makefile.test.include
|
Merge #9140: Bugfix: Correctly replace generated headers and fail cleanly
|
2018-01-15 06:14:16 +01:00 |
masternode-payments.cpp
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
masternode-payments.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
masternode-sync.cpp
|
Allow compilation with --disable-wallet (#1733)
|
2017-12-01 21:53:34 +03:00 |
masternode-sync.h
|
fix sync (#1643)
|
2017-09-20 23:30:56 +03:00 |
masternode.cpp
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
masternode.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
masternodeconfig.cpp
|
Fix CMasternodeConfig::read (#1322)
|
2017-02-06 01:29:23 +04:00 |
masternodeconfig.h
|
bump copyright notice to 2017 (#1207)
|
2016-12-20 17:26:45 +04:00 |
masternodeman.cpp
|
Get rid of InsecureRand and use equivalent FastRandomContext
|
2018-01-12 16:37:39 +01:00 |
masternodeman.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
memusage.h
|
Merge #8675: Make copyright header lines uniform
|
2018-01-13 13:44:39 +01:00 |
merkleblock.cpp
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
merkleblock.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
messagesigner.cpp
|
Backport Bitcoin PR#9260: Mrs Peacock in The Library with The Candlestick (killed main.{h,cpp}) (#1566)
|
2017-08-09 03:19:06 +03:00 |
messagesigner.h
|
Refactor: CDarkSendSigner (#1410)
|
2017-04-12 10:04:06 +03:00 |
miner.cpp
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
miner.h
|
Merge #8223: [c++11] Use std::unique_ptr for block creation.
|
2018-01-12 09:58:15 +01:00 |
net_processing.cpp
|
Merge #9117: net: don't send feefilter messages before the version handshake is complete
|
2018-01-15 06:14:16 +01:00 |
net_processing.h
|
Merge #8179: Evict orphans which are included or precluded by accepted blocks.
|
2017-12-28 11:44:59 +01:00 |
net.cpp
|
Merge #9045: Hash P2P messages as they are received instead of at process-time
|
2018-01-15 06:14:12 +01:00 |
net.h
|
Merge #9131: fNetworkActive is not protected by a lock, use an atomic
|
2018-01-15 06:14:16 +01:00 |
netaddress.cpp
|
Merge #8466: [Trivial] Do not shadow variables in networking code
|
2018-01-09 14:16:38 +01:00 |
netaddress.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
netbase.cpp
|
Merge #8914: Kill insecure_random and associated global state
|
2018-01-12 09:58:14 +01:00 |
netbase.h
|
Merge #8466: [Trivial] Do not shadow variables in networking code
|
2018-01-09 14:16:38 +01:00 |
netfulfilledman.cpp
|
bump copyright notice to 2017 (#1207)
|
2016-12-20 17:26:45 +04:00 |
netfulfilledman.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
noui.cpp
|
Backport Bitcoin Qt/Gui changes up to 0.14.x part 2 (#1615)
|
2017-09-09 10:04:02 +03:00 |
noui.h
|
Merge #7300: [trivial] Add missing copyright headers
|
2017-12-11 08:08:48 +01:00 |
pow.cpp
|
Merge #7962: CalculateNextWorkRequired Cleanup
|
2017-12-20 17:25:03 +01:00 |
pow.h
|
Merge #7311: MOVEONLY: Move non-consensus functions out of pow
|
2017-12-11 08:08:48 +01:00 |
prevector.h
|
Merge #8850: Implement (begin|end)_ptr in C++11 and add deprecation comment
|
2018-01-12 09:57:56 +01:00 |
privatesend-client.cpp
|
Merge #9016: Return useful error message on ATMP failure
|
2018-01-13 13:44:38 +01:00 |
privatesend-client.h
|
Refactor PrivateSend (#1735)
|
2017-12-04 09:06:07 +03:00 |
privatesend-server.cpp
|
Fix calls to AcceptToMemoryPool in PS submodules (#1823)
|
2017-12-30 01:05:33 +03:00 |
privatesend-server.h
|
Refactor PrivateSend (#1735)
|
2017-12-04 09:06:07 +03:00 |
privatesend-util.cpp
|
Avoid reference leakage in CKeyHolderStorage::AddKey (#1840)
|
2018-01-09 14:11:43 +03:00 |
privatesend-util.h
|
Avoid reference leakage in CKeyHolderStorage::AddKey (#1840)
|
2018-01-09 14:11:43 +03:00 |
privatesend.cpp
|
Update Dash related code to use new SyncTransaction notifications interface
|
2018-01-08 18:41:06 +01:00 |
privatesend.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
protocol.cpp
|
Merge #7542: Implement "feefilter" P2P message
|
2017-12-19 13:18:30 +01:00 |
protocol.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
pubkey.cpp
|
Merge #8655: Do not shadow variables (trivials)
|
2018-01-11 13:22:22 +01:00 |
pubkey.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
random.cpp
|
Get rid of InsecureRand and use equivalent FastRandomContext
|
2018-01-12 16:37:39 +01:00 |
random.h
|
Get rid of InsecureRand and use equivalent FastRandomContext
|
2018-01-12 16:37:39 +01:00 |
rest.cpp
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
reverselock.h
|
Merge #8655: Do not shadow variables (trivials)
|
2018-01-11 13:22:22 +01:00 |
scheduler.cpp
|
Merge #9186: test: Fix use-after-free in scheduler tests
|
2018-01-15 06:14:16 +01:00 |
scheduler.h
|
|
|
sendalert.cpp
|
Use connman passed to ThreadSendAlert() instead of g_connman global. (#1610)
|
2017-09-05 13:53:28 +03:00 |
serialize.h
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
spentindex.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
spork.cpp
|
Eliminate g_connman use in spork module. (#1613)
|
2017-09-07 18:58:38 +03:00 |
spork.h
|
Remove nType and nVersion from Dash related serialization code
|
2018-01-15 06:14:15 +01:00 |
streams.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
sync.cpp
|
Merge #7846: Clean up lockorder data of destroyed mutexes
|
2017-12-20 14:58:27 +01:00 |
sync.h
|
Merge #7846: Clean up lockorder data of destroyed mutexes
|
2017-12-20 14:58:27 +01:00 |
threadinterrupt.cpp
|
Backport Bitcoin PR#9289: net: drop boost::thread_group (#1568)
|
2017-08-09 19:06:31 +03:00 |
threadinterrupt.h
|
Backport Bitcoin PR#9289: net: drop boost::thread_group (#1568)
|
2017-08-09 19:06:31 +03:00 |
threadsafety.h
|
Merge #7300: [trivial] Add missing copyright headers
|
2017-12-11 08:08:48 +01:00 |
timedata.cpp
|
Merge #7573: P2P: add maxtimeadjustment command line option
|
2017-12-19 13:18:30 +01:00 |
timedata.h
|
Merge #7573: P2P: add maxtimeadjustment command line option
|
2017-12-19 13:18:30 +01:00 |
tinyformat.h
|
Merge #8274: util: Update tinyformat
|
2018-01-08 18:04:55 +01:00 |
torcontrol.cpp
|
Merge #8655: Do not shadow variables (trivials)
|
2018-01-11 13:22:22 +01:00 |
torcontrol.h
|
|
|
txdb.cpp
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
txdb.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
txmempool.cpp
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
txmempool.h
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
ui_interface.cpp
|
Merge #8486: [wallet] Add high transaction fee warnings
|
2018-01-11 13:22:22 +01:00 |
ui_interface.h
|
Merge #8486: [wallet] Add high transaction fee warnings
|
2018-01-11 13:22:22 +01:00 |
uint256.cpp
|
Use SipHash-2-4 for CCoinsCache index
|
2017-10-19 10:51:28 +02:00 |
uint256.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
undo.h
|
Merge #9039: Various serialization simplifcations and optimizations
|
2018-01-15 06:14:15 +01:00 |
util.cpp
|
Merge #8856: Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
|
2018-01-12 09:57:56 +01:00 |
util.h
|
Merge #8856: Globals: Decouple GetConfigFile and ReadConfigFile from global mapArgs
|
2018-01-12 09:57:56 +01:00 |
utilmoneystr.cpp
|
|
|
utilmoneystr.h
|
|
|
utilstrencodings.cpp
|
Merge #8168: util: Add ParseUInt32 and ParseUInt64
|
2017-12-22 17:20:31 +01:00 |
utilstrencodings.h
|
Merge #8168: util: Add ParseUInt32 and ParseUInt64
|
2017-12-22 17:20:31 +01:00 |
utiltime.cpp
|
Merge #7793: [doxygen] Fix member comments
|
2017-12-20 14:45:12 +01:00 |
utiltime.h
|
net: Consistently use GetTimeMicros() for inactivity checks (#1588)
|
2017-08-24 02:38:29 +03:00 |
validation.cpp
|
Merge #9125: Make CBlock a vector of shared_ptr of CTransactions
|
2018-01-15 06:14:16 +01:00 |
validation.h
|
Merge #9049: Remove duplicatable duplicate-input check from CheckTransaction
|
2018-01-15 06:14:15 +01:00 |
validationinterface.cpp
|
Add SYNC_TRANSACTION_NOT_IN_BLOCK constant and fix callers of SyncTransaction
|
2018-01-08 18:04:55 +01:00 |
validationinterface.h
|
Add SYNC_TRANSACTION_NOT_IN_BLOCK constant and fix callers of SyncTransaction
|
2018-01-08 18:04:55 +01:00 |
version.h
|
Apply review suggestions/fixes
|
2017-12-20 07:51:20 +01:00 |
versionbits.cpp
|
Merge #7948: RPC: augment getblockchaininfo bip9_softforks data
|
2018-01-13 13:44:37 +01:00 |
versionbits.h
|
Merge #7948: RPC: augment getblockchaininfo bip9_softforks data
|
2018-01-13 13:44:37 +01:00 |