zcash-patched-for-explorer/src
Matt Corallo b6616548ce
Small tweaks to CCoinControl for fundrawtransaction
2017-03-02 13:23:03 -08:00
..
compat
config
consensus Reject block versions lower than 4 2016-10-22 00:43:26 -05:00
crypto Add compile flag to disable compilation of mining code 2017-01-30 21:14:46 +01:00
gtest Keep first three original testnet fr addresses so existing coinbase 2017-02-22 11:04:17 -08:00
leveldb
obj
obj-test
policy Fixes CID 1352698 uninitialized scalar field. 2016-10-20 11:17:17 -07:00
pow/tromp Comment out print statements in tromp's solver 2016-10-22 15:59:44 -05:00
primitives Part of #1969. Changing min fee calculation also changes the dust threshold. 2017-02-28 11:44:07 -08:00
qt Do not ask a UI question from bitcoind 2017-02-23 12:40:45 +00:00
script Add DummySignatureCreator which just creates zeroed sigs 2017-03-02 13:23:03 -08:00
secp256k1 Fix secp256k1 test compilation 2016-10-04 00:45:56 -07:00
support
test setban: add IPv6 tests 2017-03-02 13:23:03 -08:00
univalue Merge commit 'a4071034f6ad640ef91057fa3f45098c4933f444' as 'src/univalue' 2017-02-10 02:18:46 +00:00
wallet Add paytxfee to getwalletinfo, warnings to getnetworkinfo 2017-03-02 13:23:03 -08:00
zcash Use a more specific exception class for note decryption failure 2017-01-31 23:05:19 +01:00
zmq [ZMQ] append a message sequence number to every ZMQ notification 2017-02-08 22:11:53 +00:00
.clang-format
Makefile.am build: match upstream build change 2017-02-10 02:19:03 +00:00
Makefile.gtest.include Update UniValue includes in Zcash-specific code 2017-02-10 02:19:06 +00:00
Makefile.qt.include [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
Makefile.qttest.include [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
Makefile.test.include [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
Makefile.zcash.include Fix linking error in CreateJoinSplit 2017-01-23 18:29:22 +01:00
addrman.cpp
addrman.h
alert.cpp Enable high-priority alerts to put the RPC into safe mode 2016-09-23 17:26:43 +12:00
alert.h Enable high-priority alerts to put the RPC into safe mode 2016-09-23 17:26:43 +12:00
alertkeys.h Fixes to integrate sendalert.cpp. 2016-07-15 19:57:55 -07:00
amount.cpp
amount.h
arith_uint256.cpp
arith_uint256.h
asyncrpcoperation.cpp Migrate Zcash-specific code to UniValue 2017-02-10 00:52:57 +00:00
asyncrpcoperation.h Update UniValue includes in Zcash-specific code 2017-02-10 02:19:06 +00:00
asyncrpcqueue.cpp Fix formatting 2016-09-08 21:46:15 -07:00
asyncrpcqueue.h Add shared queue to AsynRPCQueue. 2016-09-08 21:46:14 -07:00
base58.cpp CBitcoinAddress should use nVersionBytes == 2. 2016-10-03 23:53:14 -07:00
base58.h CBitcoinAddress should use nVersionBytes == 2. 2016-10-03 23:53:14 -07:00
bitcoin-cli-res.rc Remove .z# suffix from version 2016-09-09 00:22:18 -06:00
bitcoin-cli.cpp [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
bitcoin-tx-res.rc Rename bitcoin-tx to zcash-tx 2016-10-18 16:45:43 -05:00
bitcoin-tx.cpp [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
bitcoind-res.rc Remove .z# suffix from version 2016-09-09 00:22:18 -06:00
bitcoind.cpp Fix the path to the example configuration 2017-02-11 13:52:15 -06:00
bloom.cpp Refactor: replace calls to GetTxid() with GetHash() 2016-09-07 15:12:09 -07:00
bloom.h
chain.cpp
chain.h Remove the RC 1 block index error message 2016-10-18 17:19:54 -05:00
chainparams.cpp Auto merge of #2114 - bitcartel:fix_fr_test_bug_and_new_testnet_addresses, r=daira 2017-03-02 02:18:33 +00:00
chainparams.h Track mined blocks to detect and report orphans and mining revenue 2016-10-30 16:37:44 -07:00
chainparamsbase.cpp
chainparamsbase.h Fixes CID 1352706 uninitialized scalar field. 2016-10-20 11:05:30 -07:00
chainparamsseeds.h
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp Rename client identifier from Satoshi to MagicBean (closes #1481) 2016-10-12 10:50:05 -07:00
clientversion.h Bump version to 1.0.6 as part of release process 2017-02-10 09:55:49 -08:00
coincontrol.h Small tweaks to CCoinControl for fundrawtransaction 2017-03-02 13:23:03 -08:00
coins.cpp Auto merge of #1895 - bitcartel:1857_tx_priority, r=str4d 2016-12-09 08:10:21 +00:00
coins.h Rename CSerialsCacheEntry. 2016-07-18 10:06:18 -06:00
compat.h Changes to build on Alpine Linux. 2016-10-20 00:36:32 +01:00
compressor.cpp
compressor.h Fix OOM bug: UTXO entries with invalid script length 2016-10-20 22:59:50 -07:00
core_io.h
core_read.cpp [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
core_write.cpp [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
eccryptoverify.cpp
eccryptoverify.h
ecwrapper.cpp Ensure correctness if asserts are compiled out 2016-09-30 18:54:16 +13:00
ecwrapper.h
hash.cpp
hash.h
init.cpp Remove reference to -reindex-chainstate 2017-02-23 12:42:28 +00:00
init.h Closes #1097 so zcash-cli now displays license info like zcashd. 2017-01-16 09:38:09 -08:00
key.cpp Remove OpenSSL PRNG reseeding 2017-01-23 17:06:54 +01:00
key.h
keystore.cpp Changes after review 2016-09-01 11:48:15 +12:00
keystore.h Add support for encrypting spending keys 2016-09-13 14:21:49 +12:00
leveldbwrapper.cpp
leveldbwrapper.h
limitedmap.h
main.cpp Add a flag for enabling experimental features 2017-02-09 22:10:58 +00:00
main.h Closes #1969. Default fee now sufficient for large shielded tx. 2017-02-28 11:43:04 -08:00
memusage.h
merkleblock.cpp Refactor: replace calls to GetTxid() with GetHash() 2016-09-07 15:12:09 -07:00
merkleblock.h
metrics.cpp Treat metrics screen as non-interactive for now 2017-02-23 12:55:14 +00:00
metrics.h Trigger metrics UI refresh on new messages 2017-01-05 08:18:29 +01:00
miner.cpp Correct #ifdef nesting of miner headers and helper functions 2017-02-06 11:55:06 +00:00
miner.h Correct #ifdef nesting of miner headers and helper functions 2017-02-06 11:55:06 +00:00
mruset.h
net.cpp fix missing lock in CNode::ClearBanned() 2017-03-02 13:23:03 -08:00
net.h setban: rewrite to UniValue, allow absolute bantime 2017-03-02 13:23:03 -08:00
netbase.cpp fix CSubNet comparison operator 2017-03-02 13:23:03 -08:00
netbase.h [RPC] extend setban to allow subnets 2017-03-02 13:23:03 -08:00
noui.cpp Do not ask a UI question from bitcoind 2017-02-23 12:40:45 +00:00
noui.h
pow.cpp Remove unnecessary method 2016-09-08 12:22:08 +12:00
pow.h Remove unnecessary method 2016-09-08 12:22:08 +12:00
protocol.cpp
protocol.h
pubkey.cpp
pubkey.h
random.cpp Address review comments 2017-01-23 17:06:54 +01:00
random.h Address review comments 2017-01-23 17:06:54 +01:00
rest.cpp [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
reverselock.h
rpcblockchain.cpp rpc: make `gettxoutsettinfo` run lock-free 2017-03-02 13:23:03 -08:00
rpcclient.cpp setban: rewrite to UniValue, allow absolute bantime 2017-03-02 13:23:03 -08:00
rpcclient.h [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
rpcmining.cpp [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
rpcmisc.cpp Return all available information via validateaddress 2017-03-02 13:23:03 -08:00
rpcnet.cpp fix lock issue for QT node diconnect and RPC disconnectnode 2017-03-02 13:23:03 -08:00
rpcprotocol.cpp Update UniValue includes in Zcash-specific code 2017-02-10 02:19:06 +00:00
rpcprotocol.h setban: add RPCErrorCode 2017-03-02 13:23:03 -08:00
rpcrawtransaction.cpp [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
rpcserver.cpp [RPC] add setban/listbanned/clearbanned RPC commands 2017-03-02 13:23:03 -08:00
rpcserver.h setban: rewrite to UniValue, allow absolute bantime 2017-03-02 13:23:03 -08:00
scheduler.cpp
scheduler.h
sendalert.cpp Add assert to check alert message length is valid 2017-02-17 11:55:41 -08:00
serialize.h Add caching of incremental witnesses for spendable notes 2016-08-30 00:29:49 +12:00
streams.h CDataStream::ignore Throw exception instead of assert on negative nSize. 2016-10-20 22:59:50 -07:00
sync.cpp
sync.h
threadsafety.h
timedata.cpp
timedata.h
tinyformat.h util: Update tinyformat 2016-10-25 19:48:38 +01:00
txdb.cpp rpc: make `gettxoutsettinfo` run lock-free 2017-03-02 13:23:03 -08:00
txdb.h Change `serial` to `nf` in txdb. 2016-07-18 10:07:30 -06:00
txmempool.cpp Refactor: replace calls to GetTxid() with GetHash() 2016-09-07 15:12:09 -07:00
txmempool.h Fixes CID 1352686 uninitialized scalar variable. 2016-10-20 11:28:22 -07:00
ui_interface.h Do not ask a UI question from bitcoind 2017-02-23 12:40:45 +00:00
uint252.h Add support for spending keys to the basic key store 2016-08-09 17:38:25 +12:00
uint256.cpp
uint256.h Update uint256.h 2016-08-13 11:12:18 -04:00
undo.h
util.cpp Remove OpenSSL PRNG reseeding 2017-01-23 17:06:54 +01:00
util.h Auto merge of #2007 - bitcartel:1097_copyright_notice_and_date, r=bitcartel 2017-01-19 00:56:47 +00:00
utilmoneystr.cpp Get rid of fPlus argument to FormatMoney 2017-02-10 02:18:55 +00:00
utilmoneystr.h Get rid of fPlus argument to FormatMoney 2017-02-10 02:18:55 +00:00
utilstrencodings.cpp util: use locale-independent parsing in ParseDouble 2017-02-10 02:19:02 +00:00
utilstrencodings.h rpc: Accept scientific notation for monetary amounts in JSON 2017-02-10 02:18:58 +00:00
utiltest.cpp Fix indentation 2016-12-09 16:59:34 +13:00
utiltest.h Add benchmark for incrementing note witnesses 2016-11-17 22:26:46 +13:00
utiltime.cpp Revert "Revert "Avoid boost::posix_time functions that have potential out-of-bounds read bugs. ref #1459"" 2016-10-21 23:14:00 -05:00
utiltime.h
validationinterface.cpp Add ZeroMQ support. Notify blocks and transactions via ZeroMQ 2017-02-08 22:10:42 +00:00
validationinterface.h use CBlockIndex* insted of uint256 for UpdatedBlockTip signal 2017-02-08 22:10:42 +00:00
version.h Bump the (minimum) protocol version to avoid invoking legacy behavior from upstream. 2016-07-19 19:07:14 -06:00
zcbenchmarks.cpp Add compile flag to disable compilation of mining code 2017-01-30 21:14:46 +01:00
zcbenchmarks.h Extend createjoinsplit to benchmark parallel JoinSplits 2016-12-14 15:28:00 +13:00