BitcoinPrivate-legacy/src
jc ac0231d2ba
Implement replay protection using FORKID scheme
modeled off of the BCH and BTG implementations
with a few tweaks (forkid signing is ignored below fork height)
moved joinsplit signature verifications into ConnectBlock()
as it has now become height dependent
2018-02-21 08:43:19 -05: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 Revert transaction replay protection and BIP9 implementation 2017-06-14 18:40:42 -04:00
crypto Zcash v1.0.6 release 2017-02-17 23:48:38 -05:00
gtest Rebranded from Zclassic to Bitcoin Private 2017-12-24 12:37:28 -08:00
leveldb
obj
obj-test
policy Don't rely on a finite upper bound on fee rate or priority. 2017-04-13 17:59:36 +01:00
pow/tromp Comment out print statements in tromp's solver 2016-10-22 15:59:44 -05:00
primitives Revert transaction replay protection and BIP9 implementation 2017-06-14 18:40:42 -04:00
script Implement replay protection using FORKID scheme 2018-02-21 08:43:19 -05:00
secp256k1 Merge commit '77404203ee87992f34ff57c2e8a6f0c85717318f' into 2333-validation-speed 2017-06-06 17:49:32 +12:00
support Added some simple tests for the RAII-style events. 2017-03-24 09:03:59 +13:00
test Implement replay protection using FORKID scheme 2018-02-21 08:43:19 -05:00
univalue Revert alerts removal. Fixed Univalue linker issues on MacOS 2017-03-04 20:04:26 -05:00
wallet Implement replay protection using FORKID scheme 2018-02-21 08:43:19 -05:00
zcash V1.0.5 multios (#57) 2017-01-31 18:33:46 -05:00
zmq [ZMQ] append a message sequence number to every ZMQ notification 2017-02-08 22:11:53 +00:00
.clang-format
Makefile.am Renamed: 2017-12-28 02:12:59 -05:00
Makefile.gtest.include Zcash release v1.0.10-1 2017-08-23 21:53:37 -04:00
Makefile.test.include Revert "Merge pull request #96 from dkaidalov/Fix_replay_protection" 2017-07-09 15:54:05 -04:00
Makefile.zcash.include V1.0.5 multios (#57) 2017-01-31 18:33:46 -05:00
addrman.cpp
addrman.h make CAddrMan::size() return the correct type of size_t 2017-03-03 10:57:11 -08:00
alert.cpp Revert alerts removal. Fixed Univalue linker issues on MacOS 2017-03-04 20:04:26 -05:00
alert.h Revert alerts removal. Fixed Univalue linker issues on MacOS 2017-03-04 20:04:26 -05:00
alertkeys.h
amount.cpp
amount.h Improve comment explaining purpose of MAX_MONEY constant 2017-03-03 10:56:49 -08:00
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
base58.cpp CBitcoinAddress should use nVersionBytes == 2. 2016-10-03 23:53:14 -07:00
base58.h don't try to decode invalid encoded ext keys 2017-03-03 10:57:27 -08:00
bitcoin-cli-res.rc Renamed: 2017-12-28 02:12:59 -05:00
bitcoin-cli.cpp update ports 2018-01-14 17:40:07 -05:00
bitcoin-tx-res.rc Rename bitcoin-tx to zcash-tx 2016-10-18 16:45:43 -05:00
bitcoin-tx.cpp Define a SIGHASH_FORKID and convert bitcoin-tx to use it 2017-12-30 20:54:12 -08:00
bitcoind-res.rc Renamed: 2017-12-28 02:12:59 -05:00
bitcoind.cpp Renamed: 2017-12-28 02:12:59 -05:00
bloom.cpp Revert transaction replay protection and BIP9 implementation 2017-06-14 18:40:42 -04:00
bloom.h
chain.cpp Reduce checkpoints' effect on consensus. 2017-03-03 10:57:07 -08:00
chain.h Revert transaction replay protection and BIP9 implementation 2017-06-14 18:40:42 -04:00
chainparams.cpp fix small formatting issues 2018-02-06 08:19:03 -05:00
chainparams.h Remove ChainParams::DefaultMinerThreads 2017-03-29 16:06:02 +13:00
chainparamsbase.cpp Merge branch 'master' into update-ports 2018-02-03 20:14:54 -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 Reduce checkpoints' effect on consensus. 2017-03-03 10:57:07 -08:00
checkqueue.h
clientversion.cpp update client name and dnsseeds 2018-01-14 21:57:23 -05:00
clientversion.h make-release.py: Versioning changes for 1.0.10-1. 2017-06-23 19:43:29 -07:00
coincontrol.h Small tweaks to CCoinControl for fundrawtransaction 2017-03-02 13:23:03 -08:00
coins.cpp Simplify JoinSplit priority calculation. refs 1896 2017-04-13 22:40:20 +01:00
coins.h Separate core memory usage computation in core_memusage.h 2017-03-14 13:45:05 +13: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 use const references where appropriate 2017-03-03 10:57:05 -08:00
core_memusage.h Separate core memory usage computation in core_memusage.h 2017-03-14 13:45:05 +13:00
core_read.cpp use const references where appropriate 2017-03-03 10:57:05 -08:00
core_write.cpp [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
deprecation.cpp Implement automatic shutdown of deprecated Zcash versions 2017-05-12 14:41:46 +12:00
deprecation.h Update deprecation.h 2017-11-10 17:52:36 +01:00
hash.cpp
hash.h Squashed 'src/secp256k1/' changes from 22f60a6..84973d3 2017-06-06 17:49:31 +12:00
httprpc.cpp Implement RPCTimerHandler for Qt RPC console 2017-03-24 09:03:59 +13:00
httprpc.h evhttpd implementation 2017-03-24 09:03:59 +13:00
httpserver.cpp [TRIVIAL] Fix typo: exactmath -> exactmatch 2017-03-24 18:42:45 +13:00
httpserver.h rpc: Split option -rpctimeout into -rpcservertimeout and -rpcclienttimeout 2017-03-24 09:03:59 +13:00
init.cpp Difficulty is reduced to >1 sec per block; eanc fork block is read from corresponding file; AcceptBlock is verifying received fork blocks by records in the corresponding files 2018-02-04 16:19:55 -05:00
init.h evhttpd implementation 2017-03-24 09:03:59 +13:00
key.cpp Ensure that ECDSA constant sizes are correctly-sized 2017-06-17 12:10:15 +12:00
key.h Specify ECDSA constant sizes as constants 2017-06-17 12:10:14 +12:00
keystore.cpp
keystore.h Add support for encrypting spending keys 2016-09-13 14:21:49 +12:00
leveldbwrapper.cpp GCC-7 Fixes merged from zclassic 2018-01-29 00:17:50 +08:00
leveldbwrapper.h GCC-7 Fixes merged from zclassic 2018-01-29 00:17:50 +08:00
limitedmap.h
main.cpp Implement replay protection using FORKID scheme 2018-02-21 08:43:19 -05:00
main.h Implement replay protection using FORKID scheme 2018-02-21 08:43:19 -05:00
memusage.h Separate core memory usage computation in core_memusage.h 2017-03-14 13:45:05 +13:00
merkleblock.cpp
merkleblock.h
metrics.cpp Renamed: 2017-12-28 02:12:59 -05:00
metrics.h Zcash release v1.0.10-1 2017-08-23 21:53:37 -04:00
miner.cpp Validation of fork blocks against tnxs in file (AcceptBlock); Final Cleanup 2018-02-04 16:19:55 -05:00
miner.h Validation of fork blocks against tnxs in file (AcceptBlock); Final Cleanup 2018-02-04 16:19:55 -05:00
mruset.h
net.cpp Revert "Delete old protocol version constants and simplify code that used them." 2017-06-23 18:19:25 -06:00
net.h Remove vfReachable and modify IsReachable to only use vfLimited. 2017-03-25 20:25:45 +13:00
netbase.cpp Release 1.0.8. 2017-04-13 17:40:02 -04:00
netbase.h net: Automatically create hidden service, listen on Tor 2017-03-25 20:22:09 +13:00
noui.cpp Do not ask a UI question from bitcoind 2017-02-23 12:40:45 +00:00
noui.h
pow.cpp Allow Rust-language related assets to be disabled with `--disable-rust`. 2017-03-18 07:47:40 -06:00
pow.h
protocol.cpp
protocol.h Revert "Delete old protocol version constants and simplify code that used them." 2017-06-23 18:19:25 -06:00
pubkey.cpp Remove unneeded lax ECDSA signature verification. 2017-06-17 17:19:08 +01:00
pubkey.h Ensure that ECDSA constant sizes are correctly-sized 2017-06-17 12:10:15 +12: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 evhttpd implementation 2017-03-24 09:03:59 +13:00
reverselock.h
rpcblockchain.cpp Revert transaction replay protection and BIP9 implementation 2017-06-14 18:40:42 -04:00
rpcclient.cpp Validation of fork blocks against tnxs in file (AcceptBlock); Final Cleanup 2018-02-04 16:19:55 -05:00
rpcclient.h [Univalue] add univalue over subtree 2017-02-10 02:18:51 +00:00
rpcmining.cpp Validation of fork blocks against tnxs in file (AcceptBlock); Final Cleanup 2018-02-04 16:19:55 -05:00
rpcmisc.cpp Change help text examples to use Zcash addresses 2017-03-24 14:52:28 -07:00
rpcnet.cpp update ports 2018-01-14 17:40:07 -05: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 Implement replay protection using FORKID scheme 2018-02-21 08:43:19 -05:00
rpcserver.cpp Validation of fork blocks against tnxs in file (AcceptBlock); Final Cleanup 2018-02-04 16:19:55 -05:00
rpcserver.h Validation of fork blocks against tnxs in file (AcceptBlock); Final Cleanup 2018-02-04 16:19:55 -05:00
scheduler.cpp
scheduler.h
sendalert.cpp bump version for next testnet to ensure no unupdated connections 2018-01-28 09:04:35 -05:00
serialize.h Don't assume sizes of unsigned short and unsigned int in GetSizeOfCompactSize and WriteCompactSize. 2017-02-27 19:34:23 +00:00
streams.h Prevent -Wshadow warnings with gcc versions 4.8.5, 5.3.1 and 6.2.1. 2017-03-25 20:25:56 +13: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 util: Update tinyformat 2016-10-25 19:48:38 +01:00
torcontrol.cpp Correctly handle three-digit octals with leading digit 4-7 2017-04-21 13:22:51 +12:00
torcontrol.h torcontrol improvements and fixes 2017-03-25 20:22:12 +13:00
txdb.cpp Final: final parsing - scriptPubKey; toggles around checks for validity: # of CB's; nBits; PoW 2018-02-04 16:19:55 -05:00
txdb.h Validation of fork blocks against tnxs in file (AcceptBlock); Final Cleanup 2018-02-04 16:19:55 -05:00
txmempool.cpp Separate core memory usage computation in core_memusage.h 2017-03-14 13:45:05 +13:00
txmempool.h Implement accurate memory accounting for mempool 2017-03-14 13:44:39 +13:00
ui_interface.h Revert alerts removal. Fixed Univalue linker issues on MacOS 2017-03-04 20:04:26 -05:00
uint252.h
uint256.cpp
uint256.h
undo.h
util.cpp Renamed: 2017-12-28 02:12:59 -05:00
util.h Renamed: 2017-12-28 02:12:59 -05: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 use const references where appropriate 2017-03-03 10:57:05 -08:00
utilstrencodings.h use const references where appropriate 2017-03-03 10:57:05 -08:00
utiltest.cpp Merge: v1.0.4 into master (#42) 2016-12-19 07:59:58 -05:00
utiltest.h Merge: v1.0.4 into master (#42) 2016-12-19 07:59:58 -05: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 version for next testnet to ensure no unupdated connections 2018-01-28 09:04:35 -05:00
zcbenchmarks.cpp Add a benchmark for calling ConnectBlock on a block with many inputs 2017-05-18 11:03:46 +12:00
zcbenchmarks.h Add a benchmark for calling ConnectBlock on a block with many inputs 2017-05-18 11:03:46 +12:00