zcashd/src
Jack Grigg 2f5d62fe32
Remove Founders' Reward override from #1398
2016-10-26 21:05:17 -07:00
..
compat
config
consensus Reject block versions lower than 4 2016-10-22 00:43:26 -05:00
crypto Correct line swap 2016-10-14 13:35:22 -04:00
gtest Update the error message string for tx version too low. ref #1600 2016-10-22 13:26:44 +01:00
json Throw a domain error as json_spirit is a third-party library. 2016-08-27 09:14:25 -07:00
leveldb
obj Bump version numbers for 0.6.1rc1 2012-04-27 10:14:33 -04:00
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 Static assertion that standard and network min tx versions are consistent. 2016-10-22 13:46:22 +01:00
qt Refactor: replace calls to GetTxid() with GetHash() 2016-09-07 15:12:09 -07:00
script Auto merge of #1591 - bitcartel:upstream_7933_fix_out_of_memory_deserializing_utxo, r=daira 2016-10-21 23:32:51 -04:00
secp256k1 Fix secp256k1 test compilation 2016-10-04 00:45:56 -07:00
support
test Remove Founders' Reward override from #1398 2016-10-26 21:05:17 -07:00
univalue
wallet Change some Bitcoin strings to Zcash strings. 2016-10-26 13:29:05 -06:00
zcash Fixes CID 1352715 uninitialized scalar field. 2016-10-20 11:25:36 -07:00
.clang-format .clang-format: change standard to C++11 2016-07-11 13:22:20 +01:00
Makefile.am Add a persistent screen showing basic node metrics 2016-10-22 15:50:06 -05:00
Makefile.gtest.include Reject block versions lower than 4 2016-10-22 00:43:26 -05:00
Makefile.qt.include Rename libzerocash to libzcash 2016-05-24 08:36:48 +10:00
Makefile.qttest.include Rename libzerocash to libzcash 2016-05-24 08:36:48 +10:00
Makefile.test.include Rename libbitcoinconsensus to libzcashconsensus 2016-10-18 16:45:37 -05:00
Makefile.zcash.include Remove the rest of libzerocash. 2016-07-10 20:25:02 -06:00
addrman.cpp Implement issue #997 to reduce time for test_bitcoin due to sleeps in 2016-06-06 17:11:15 +08:00
addrman.h CAddrMan::Deserialize handle corrupt serializations better. 2016-05-24 22:47:00 -07:00
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 Add lock for member variables. 2016-09-08 21:46:15 -07:00
asyncrpcoperation.h Add lock for member variables. 2016-09-08 21:46:15 -07: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 Change default ports 2016-06-17 00:21:58 +12:00
bitcoin-tx-res.rc Rename bitcoin-tx to zcash-tx 2016-10-18 16:45:43 -05:00
bitcoin-tx.cpp Auto merge of #1567 - str4d:rename-binaries, r=daira 2016-10-21 20:48:11 -04:00
bitcoind-res.rc Remove .z# suffix from version 2016-09-09 00:22:18 -06:00
bitcoind.cpp Minor error message tweak 2016-05-21 11:48:52 +12: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 Remove Founders' Reward override from #1398 2016-10-26 21:05:17 -07:00
chainparams.h Remove Founders' Reward override from #1398 2016-10-26 21:05:17 -07:00
chainparamsbase.cpp Change default ports 2016-06-17 00:21:58 +12:00
chainparamsbase.h Fixes CID 1352706 uninitialized scalar field. 2016-10-20 11:05:30 -07:00
chainparamsseeds.h Remove Bitcoin mainnet seeds. 2016-05-27 11:37:41 -07:00
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 Update version numbers for rc3. 2016-10-26 23:52:25 +01:00
coincontrol.h
coins.cpp Rename CSerialsCacheEntry. 2016-07-18 10:06:18 -06: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
core_write.cpp Refactor: replace calls to GetTxid() with GetHash() 2016-09-07 15:12:09 -07: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 Auto merge of #1623 - ebfull:sprout-params, r=str4d 2016-10-27 03:08:10 +00:00
init.h Transplant of libzcash. 2016-05-12 16:44:47 -06:00
key.cpp
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 Make more string changes. 2016-10-26 13:57:22 -06:00
main.h Make 100KB transaction size limit a consensus rule, rather than a standard rule. 2016-10-08 00:00:23 -06:00
memusage.h
merkleblock.cpp Refactor: replace calls to GetTxid() with GetHash() 2016-09-07 15:12:09 -07:00
merkleblock.h
metrics.cpp Adding handling for ioctl failure. Updates from code review in PR #1615. 2016-10-23 21:23:56 -05:00
metrics.h Add average hash rate to metrics 2016-10-22 15:50:20 -05:00
miner.cpp Add average hash rate to metrics 2016-10-22 15:50:20 -05:00
miner.h
mruset.h
net.cpp Only send one GetAddr response per connection. 2016-10-20 20:30:53 -07:00
net.h Only send one GetAddr response per connection. 2016-10-20 20:30:53 -07:00
netbase.cpp
netbase.h
noui.cpp
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 Switch to Ed25519 for cryptographic binding of joinsplits to transactions. 2016-05-30 11:05:55 -06:00
random.cpp
random.h Add more assertions, throw if find_output params are invalid 2016-10-19 08:49:08 -05:00
rest.cpp
reverselock.h
rpcblockchain.cpp Auto merge of #1338 - str4d:147-tweak-difficulty-adjustment-algorithm, r=ebfull 2016-09-08 02:21:13 +00:00
rpcclient.cpp Add z_listreceivedbyaddress RPC call 2016-09-08 21:46:15 -07:00
rpcclient.h Added "Core" to copyright headers 2014-12-19 19:55:32 +01:00
rpcmining.cpp Auto merge of #1375 - str4d:1331-node-metrics, r=daira 2016-10-22 20:21:11 -04:00
rpcmisc.cpp
rpcnet.cpp Rename client identifier from Satoshi to MagicBean (closes #1481) 2016-10-12 10:50:05 -07:00
rpcprotocol.cpp
rpcprotocol.h Deprecated -> Unsupported in RPC error 2016-10-10 10:47:36 -05:00
rpcrawtransaction.cpp Add vjoinsplit to JSON output of RPC call gettransaction 2016-10-06 19:53:46 -07:00
rpcserver.cpp Change some Bitcoin strings to Zcash strings. 2016-10-26 13:29:05 -06:00
rpcserver.h Add z_listreceivedbyaddress RPC call 2016-09-08 21:46:15 -07:00
scheduler.cpp
scheduler.h
sendalert.cpp Bump version number in sendalert.cpp 2016-10-26 12:00:43 -07: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 Increment witnesses for new transactions on rescan 2016-10-17 09:55:02 -05: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
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 Use std::atomic for fRequestShutdown and fReopenDebugLog 2016-10-24 21:55:52 -07:00
util.h Change some Bitcoin strings to Zcash strings. 2016-10-26 13:29:05 -06:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
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 Pass ZCIncrementalMerkleTree to wallet to prevent race conditions 2016-08-31 02:00:11 +12:00
validationinterface.h Pass ZCIncrementalMerkleTree to wallet to prevent race conditions 2016-08-31 02:00:11 +12: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 Zcash zk-SNARK public parameters for 1.0 "Sprout". 2016-10-24 11:22:39 -06:00
zcbenchmarks.h Measure multithreaded solveequihash time per-thread 2016-09-13 16:12:07 +12:00