zcashd/src
Jay Graber efb7662d4a Add Sapling Add/Have/Get to keystore 2018-07-05 14:37:33 -07:00
..
amqp Add AMQP 1.0 support via Apache Qpid Proton C++ API 0.17.0 2017-03-25 08:51:40 -07:00
compat
config
consensus Rename MAX_TX_SIZE to MAX_TX_SIZE_AFTER_SAPLING 2018-05-04 11:17:30 +01:00
crypto Auto merge of #2894 - per-gron:dont-export-unless-needed, r=str4d 2018-05-04 15:05:43 -07:00
gtest Add json test vectors for Sapling key components. 2018-06-13 10:38:32 -07:00
leveldb
obj
policy Squashed commit of the following: 2018-03-02 11:45:05 +00:00
pow/tromp Squashed commit of the following: 2018-03-02 11:45:05 +00:00
primitives Improve/Fix variable names 2018-06-09 20:27:35 -07:00
script Auto merge of #3233 - str4d:3164-sapling-sighash, r=str4d 2018-05-08 16:59:33 -07:00
secp256k1 Bump secp256k1 subtree 2017-11-28 16:43:13 +00:00
snark Auto merge of #2894 - per-gron:dont-export-unless-needed, r=str4d 2018-05-04 15:05:43 -07:00
support Squashed commit of the following: 2018-03-02 11:45:05 +00:00
test Auto merge of #3258 - Eirik0:3056-anchor-test-cases, r=str4d 2018-06-19 09:28:20 -07:00
univalue Squashed commit of the following: 2018-03-02 11:45:05 +00:00
wallet Add Sapling Add/Have/Get to keystore 2018-07-05 14:37:33 -07:00
zcash Auto merge of #3326 - str4d:3058-sapling-addresses, r=str4d 2018-06-19 05:12:50 -07:00
zmq [ZMQ] append a message sequence number to every ZMQ notification 2017-02-08 22:11:53 +00:00
.clang-format
Makefile.am Auto merge of #3242 - str4d:3058-key-encoding-refactor, r=str4d 2018-05-11 12:21:29 -07:00
Makefile.gtest.include Add SaplingNote class and test_sapling_note unit test. 2018-06-12 14:37:05 -07:00
Makefile.test.include Auto merge of #3326 - str4d:3058-sapling-addresses, r=str4d 2018-06-19 05:12:50 -07:00
addrman.cpp
addrman.h Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
alert.cpp use const references where appropriate 2017-03-03 10:57:05 -08:00
alert.h Remove now-unshadowed serialization lines that do nothing 2018-04-20 09:48:33 +01:00
alertkeys.h
amount.cpp Rationalize currency unit to "ZEC" 2017-08-03 18:49:04 +01:00
amount.h Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
arith_uint256.cpp
arith_uint256.h
asyncrpcoperation.cpp Make some globals static that can be 2018-01-22 18:20:47 +01:00
asyncrpcoperation.h Squashed commit of the following: 2018-03-02 11:45:05 +00:00
asyncrpcqueue.cpp
asyncrpcqueue.h
base58.cpp Split key_io (address/key encodings) off from base58 2018-05-08 21:39:56 +01:00
base58.h Split key_io (address/key encodings) off from base58 2018-05-08 21:39:56 +01:00
bech32.cpp Fix bech32::Encode() error handling 2018-06-07 17:19:44 +12:00
bech32.h Add missing include guard 2018-05-04 10:37:14 +01:00
bitcoin-cli-res.rc
bitcoin-cli.cpp Add static asserts to ensure CONTINUE_EXECUTION doesn't collide 2018-04-12 18:11:46 -06:00
bitcoin-tx-res.rc Rename bitcoin-tx to zcash-tx 2016-10-18 16:45:43 -05:00
bitcoin-tx.cpp Split key_io (address/key encodings) off from base58 2018-05-08 21:39:56 +01:00
bitcoind-res.rc
bitcoind.cpp Every main()/exit() should return/use one of EXIT_ codes instead of magic numbers 2018-04-12 18:10:04 -06:00
bloom.cpp
bloom.h Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
chain.cpp Add consensus support for Sapling merkle trees. 2018-05-07 14:37:46 -06:00
chain.h Track net value entering and exiting the Sapling circuit 2018-05-09 16:02:23 -04:00
chainparams.cpp chainparams: Add Sapling Bech32 HRPs 2018-06-07 16:41:59 +12:00
chainparams.h chainparams: Add Sapling Bech32 HRPs 2018-06-07 16:41:59 +12:00
chainparamsbase.cpp Chainparams: CTestNetParams and CRegTestParams extend directly from CChainParams 2018-01-22 10:30:41 -05:00
chainparamsbase.h Fixes CID 1352706 uninitialized scalar field. 2016-10-20 11:05:30 -07:00
chainparamsseeds.h
checkpoints.cpp Reduce checkpoints' effect on consensus. 2017-03-03 10:57:07 -08:00
checkpoints.h chainparams: move CCheckpointData into chainparams.h 2018-01-22 10:30:41 -05:00
checkqueue.h
clientversion.cpp Implement automatic shutdown of deprecated Zcash versions 2017-05-12 14:41:46 +12:00
clientversion.h make-release.py: Versioning changes for 1.1.2. 2018-07-01 20:07:24 -07:00
coincontrol.h Small tweaks to CCoinControl for fundrawtransaction 2017-03-02 13:23:03 -08:00
coins.cpp Auto merge of #3258 - Eirik0:3056-anchor-test-cases, r=str4d 2018-06-19 09:28:20 -07:00
coins.h Auto merge of #3258 - Eirik0:3056-anchor-test-cases, r=str4d 2018-06-19 09:28:20 -07:00
compat.h Changes to build on Alpine Linux. 2016-10-20 00:36:32 +01:00
compressor.cpp
compressor.h Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
core_io.h Resolve issue bitcoin/bitcoin#3166. 2018-04-16 07:38:36 -06:00
core_memusage.h Prevector type 2018-04-16 07:38:36 -06:00
core_read.cpp use const references where appropriate 2017-03-03 10:57:05 -08:00
core_write.cpp Split key_io (address/key encodings) off from base58 2018-05-08 21:39:56 +01:00
dbwrapper.cpp dbwrapper: Move `HandleError` to `dbwrapper_private` 2018-04-03 20:40:54 +01:00
dbwrapper.h Use fixed preallocation instead of costly GetSerializeSize 2018-04-17 13:09:48 +01:00
deprecation.cpp Remove config option -disabledeprecation 2018-06-11 10:38:12 -07:00
deprecation.h make-release.py: Versioning changes for 1.1.2. 2018-07-01 20:07:24 -07:00
hash.cpp
hash.h Implement basic Sapling v4 transaction parser 2018-04-19 05:01:47 +01:00
httprpc.cpp Split key_io (address/key encodings) off from base58 2018-05-08 21:39:56 +01:00
httprpc.h evhttpd implementation 2017-03-24 09:03:59 +13:00
httpserver.cpp Auto merge of #2555 - jasondavies:fix-2554, r=str4d 2017-10-23 15:15:14 -07:00
httpserver.h http: speed up shutdown 2017-08-01 20:24:27 +01:00
init.cpp Remove config option -disabledeprecation 2018-06-11 10:38:12 -07:00
init.h evhttpd implementation 2017-03-24 09:03:59 +13:00
key.cpp add bip32 pubkey serialization 2018-04-16 07:38:36 -06:00
key.h Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
key_io.cpp Add comment about size calculations for converted serialized keys 2018-06-12 15:47:56 +12:00
key_io.h Use boost::variant to represent shielded addresses and keys 2018-05-11 17:14:49 -04:00
keystore.cpp Add Sapling Add/Have/Get to keystore 2018-07-05 14:37:33 -07:00
keystore.h Add Sapling Add/Have/Get to keystore 2018-07-05 14:37:33 -07:00
limitedmap.h
main.cpp Auto merge of #3258 - Eirik0:3056-anchor-test-cases, r=str4d 2018-06-19 09:28:20 -07:00
main.h Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
memusage.h Prevector type 2018-04-16 07:38:36 -06:00
merkleblock.cpp Squashed commit of the following: 2018-03-02 11:45:05 +00:00
merkleblock.h Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
metrics.cpp Make some globals static that can be 2018-01-22 18:20:47 +01:00
metrics.h Improve network height estimation 2017-07-28 10:50:07 +00:00
miner.cpp Auto merge of #3242 - str4d:3058-key-encoding-refactor, r=str4d 2018-05-11 12:21:29 -07:00
miner.h Correct #ifdef nesting of miner headers and helper functions 2017-02-06 11:55:06 +00:00
mruset.h
net.cpp Sapling testnet activation height 2018-05-25 16:05:25 +12:00
net.h limit total length of user agent comments 2018-04-13 07:40:34 -06:00
netbase.cpp Squashed commit of the following: 2018-03-02 11:45:05 +00:00
netbase.h Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
noui.cpp Do not ask a UI question from bitcoind 2017-02-23 12:40:45 +00:00
noui.h
paymentdisclosure.cpp Add key_io includes to Zcash-specific code 2018-05-08 21:39:56 +01:00
paymentdisclosure.h Whitespace cleanup 2018-06-07 14:35:56 +12:00
paymentdisclosuredb.cpp GetSerializeSize changes in Zcash-specific code 2018-04-16 07:38:38 -06:00
paymentdisclosuredb.h Add payment disclosure as experimental feature. 2017-11-14 13:29:05 -08:00
pow.cpp Remove now redundant Rust call to librustzcash_xor. 2018-06-06 23:24:21 -07:00
pow.h
prevector.h Attempt to log before terminating if prevector allocation fails 2018-04-26 11:30:33 +01:00
protocol.cpp
protocol.h Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
pubkey.cpp add bip32 pubkey serialization 2018-04-16 07:38:36 -06:00
pubkey.h Add optimized CSizeComputer serializers 2018-04-17 13:09:48 +01:00
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 Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
reverselock.h c++11: don't throw from the reverselock destructor 2017-11-29 17:24:59 +00:00
rpcblockchain.cpp Add hashFinalSaplingRoot to getblockheader and getblock output 2018-06-15 13:59:28 +12:00
rpcclient.cpp Fix parsing parameters in getnetworksolps 2018-06-04 16:45:12 -06:00
rpcclient.h [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
rpcmining.cpp Add hashFinalSaplingRoot to getblocktemplate 2018-06-01 15:47:30 -06:00
rpcmisc.cpp Use boost::variant to represent shielded addresses and keys 2018-05-11 17:14:49 -04:00
rpcnet.cpp Remove config option -disabledeprecation 2018-06-11 10:38:12 -07:00
rpcprotocol.cpp evhttpd implementation 2017-03-24 09:03:59 +13:00
rpcprotocol.h evhttpd implementation 2017-03-24 09:03:59 +13:00
rpcrawtransaction.cpp Split key_io (address/key encodings) off from base58 2018-05-08 21:39:56 +01:00
rpcserver.cpp Split key_io (address/key encodings) off from base58 2018-05-08 21:39:56 +01:00
rpcserver.h Closes #2910. Add z_listunspent RPC call. 2018-03-28 10:38:57 -07:00
scheduler.cpp Remove Boost conditional compilation. 2017-11-23 00:05:21 -05:00
scheduler.h
sendalert.cpp Closes #3328. Send alert to put non-Overwinter nodes into safe mode. 2018-06-22 09:07:12 -07:00
serialize.h Replace boost::array with std::array 2018-05-26 00:12:57 +12:00
streams.h Auto merge of #3183 - bitcartel:least_authority_issue_d, r=str4d 2018-05-03 16:39:10 -07:00
sync.cpp Assert on probable deadlocks if the second lock isnt try_lock 2017-03-03 11:47:02 -08:00
sync.h locking: teach Clang's -Wthread-safety to cope with our scoped lock macros 2017-03-03 11:47:08 -08:00
threadsafety.h
timedata.cpp Update timedata.cpp 2017-05-05 11:24:48 -04:00
timedata.h
tinyformat.h Squashed commit of the following: 2018-03-02 11:45:05 +00:00
torcontrol.cpp Squashed commit of the following: 2018-03-02 11:45:05 +00:00
torcontrol.h torcontrol improvements and fixes 2017-03-25 20:22:12 +13:00
txdb.cpp Part of #3277. Add comment about deprecated txdb prefixes. 2018-05-23 20:37:34 -07:00
txdb.h Add support for Sapling anchors in coins/txdb. 2018-05-07 14:37:46 -06:00
txmempool.cpp Fix broken error messages. 2018-05-07 14:37:46 -06:00
txmempool.h Evict transactions with obsolete anchors from the mempool 2018-05-07 14:37:46 -06:00
ui_interface.h Do not ask a UI question from bitcoind 2017-02-23 12:40:45 +00:00
uint252.h Remove nType and nVersion from Zcash-specific code 2018-04-17 13:09:47 +01:00
uint256.cpp
uint256.h Get rid of nType and nVersion 2018-04-17 13:09:28 +01:00
undo.h Add consensus support for Sapling merkle trees. 2018-05-07 14:37:46 -06:00
util.cpp Auto merge of #2894 - per-gron:dont-export-unless-needed, r=str4d 2018-05-04 15:05:43 -07:00
util.h Attempt to log before terminating if prevector allocation fails 2018-04-26 11:30:33 +01: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 Simplify Base32 and Base64 conversions 2018-06-07 17:19:43 +12:00
utilstrencodings.h Add examples of ConvertBits transformation 2018-06-12 16:51:59 +12:00
utiltest.cpp Replace boost::array with std::array 2018-05-26 00:12:57 +12:00
utiltest.h Use boost::variant to represent shielded addresses and keys 2018-05-11 17:14:49 -04:00
utiltime.cpp Update to address @daira comments wrt fixing configure.ac 2017-11-23 11:58:25 -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 Sapling testnet activation height 2018-05-25 16:05:25 +12:00
zcbenchmarks.cpp Improve/Fix variable names 2018-06-09 20:27:35 -07:00
zcbenchmarks.h Make number of inputs configurable in validatelargetx test 2018-02-20 04:22:22 +00:00