zcashd/src
Jack Grigg 90232f65ae Rename libzcashconsensus.la -> libzcash_script.la 2021-01-25 22:20:25 +00:00
..
bench Update links 2020-12-13 11:24:44 +02:00
compat Default to defining endian-conversion DECLs in compat w/o config 2020-12-20 22:42:22 +00:00
config
consensus scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
crypto Remove init_and_check_sodium from crypto/common.h 2020-12-20 22:42:22 +00:00
fuzzing Added libfuzzer support. 2020-08-12 21:41:30 +01:00
gtest Auto merge of #4913 - str4d:zcashconsensus-fixes, r=nuttycom 2021-01-04 23:52:59 +00:00
leveldb Partial revert of "Update links". See #4904 2020-12-17 01:42:03 +00:00
obj
policy Reduce the default fee for z_* operations, and the "low fee penalty" threshold for mempool limiting, to 1000 zatoshis. 2020-12-18 12:37:03 -07:00
pow/tromp lint: Fix missing or inconsistent include guards 2020-11-09 23:06:21 +00:00
primitives Remove JSDescription::h_sig 2020-12-20 22:42:22 +00:00
rpc Auto merge of #4909 - str4d:improve-logging, r=str4d 2020-12-17 04:02:38 +00:00
rust rust: Use renamed broken_intra_doc_links lint 2021-01-04 16:40:18 +00:00
script Rename zcashconsensus_* -> zcash_script_* in APIs 2021-01-25 22:20:25 +00:00
secp256k1 Partial revert of "Update links". See #4904 2020-12-17 01:42:03 +00:00
support allocators: Apply Allocator named requirements to secure_allocator::deallocate 2020-09-28 16:22:43 +01:00
test Rename libzcashconsensus.la -> libzcash_script.la 2021-01-25 22:20:25 +00:00
univalue Update links 2020-12-13 11:24:44 +02:00
wallet Store inputs and outputs by reference in JSDescriptionInfo 2020-12-21 02:18:35 +00:00
zcash prevector: Terminate without logging on failed allocation 2020-12-20 22:42:22 +00:00
zmq [depends, zmq, doc] avoid deprecated zeromq api functions 2020-10-05 22:54:19 +01:00
.clang-format clang-format: Delete ForEachMacros 2020-11-23 23:07:15 +00:00
Makefile.am Rename libzcashconsensus.la -> libzcash_script.la 2021-01-25 22:20:25 +00:00
Makefile.bench.include build: Add missing LIBUNIVALUE to Makefile.bench.include LDADD 2020-10-13 14:12:41 +01:00
Makefile.gtest.include Rename libzcashconsensus.la -> libzcash_script.la 2021-01-25 22:20:25 +00:00
Makefile.leveldb.include Update license headers 2020-09-25 16:02:25 +01:00
Makefile.test.include Rename libzcashconsensus.la -> libzcash_script.la 2021-01-25 22:20:25 +00:00
addressindex.h
addrman.cpp
addrman.h
alert.cpp scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
alert.h
alertkeys.h
amount.cpp Always allow transactions paying at least DEFAULT_FEE to be relayed, and do not rate-limit them. 2020-12-18 21:19:23 +00:00
amount.h Always allow transactions paying at least DEFAULT_FEE to be relayed, and do not rate-limit them. 2020-12-18 21:19:23 +00:00
arith_uint256.cpp
arith_uint256.h
asyncrpcoperation.cpp Add univalue to updatecheck.py and update univalue, removing calls to deprecated methods 2020-05-14 12:42:19 -06:00
asyncrpcoperation.h lint: Fix missing or inconsistent include guards 2020-11-09 23:06:21 +00:00
asyncrpcqueue.cpp
asyncrpcqueue.h lint: Fix missing or inconsistent include guards 2020-11-09 23:06:21 +00:00
base58.cpp
base58.h
bech32.cpp
bech32.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Apply suggestions from code review 2021-01-12 17:09:20 +00:00
bitcoin-tx-res.rc
bitcoin-tx.cpp refactor: Drop boost::this_thread::interruption_point and boost::thread_interrupted in main thread 2020-11-23 23:07:15 +00:00
bitcoind-res.rc
bitcoind.cpp util: Replace boost::signals2 with std::function 2020-11-23 23:07:15 +00:00
bloom.cpp scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
bloom.h
chain.cpp
chain.h scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
chainparams.cpp scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
chainparams.h test: Re-enable regtest difficulty adjustment for unit tests that use it 2020-11-18 12:17:57 +00:00
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
checkpoints.h Remove redundant CheckBlock calls. 2020-10-07 13:07:34 -06:00
checkqueue.h scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
clientversion.cpp
clientversion.h Update COPYRIGHT_YEAR in clientversion.h to 2021 2021-01-01 04:11:02 +01:00
coincontrol.h
coins.cpp scripted-diff: Fully remove BOOST_FOREACH 2020-11-23 23:07:15 +00:00
coins.h scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
compat.h Minimal code changes to allow msvc compilation. 2020-04-30 17:40:26 +12:00
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
dbwrapper.cpp util: Replace boost::signals2 with std::function 2020-11-23 23:07:15 +00:00
dbwrapper.h Replace uses of boost::filesystem with fs 2020-10-22 01:11:37 +01:00
deprecation.cpp
deprecation.h make-release.py: Versioning changes for 4.2.0. 2020-12-21 12:43:00 -07:00
experimental_features.cpp scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
experimental_features.h scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
fs.cpp Remove unused Boost includes 2020-10-22 01:11:37 +01:00
fs.h Update links 2020-12-13 11:24:44 +02:00
hash.cpp Update links 2020-12-13 11:24:44 +02:00
hash.h Auto merge of #4643 - str4d:locked-memory-manager, r=str4d 2020-09-29 22:18:48 +00:00
httprpc.cpp scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
httprpc.h
httpserver.cpp depends: Boost 1.74.0 2020-10-05 19:48:46 +01:00
httpserver.h httpserver: replace boost threads with std 2020-09-30 12:48:35 +01:00
init.cpp Remove init_and_check_sodium from crypto/common.h 2020-12-20 22:42:22 +00:00
init.h Add an RPC method for setting the tracing filter directives 2020-08-07 15:26:28 +01:00
key.cpp Update links 2020-12-13 11:24:44 +02:00
key.h Minor additional OpenSSL scouring. 2020-09-30 10:44:42 +01:00
key_constants.h Fix typo in constant. 2020-07-09 18:26:11 -06:00
key_io.cpp scripted-diff: Migrate from boost::variant to std::variant 2020-12-16 22:49:53 +00:00
key_io.h Fix missing or inconsistent include guards 2020-10-27 23:05:02 +00:00
keystore.cpp scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
keystore.h scripted-diff: Migrate from boost::variant to std::variant 2020-12-16 22:49:53 +00:00
limitedmap.h
logging.cpp prevector: Terminate without logging on failed allocation 2020-12-20 22:42:22 +00:00
logging.h Update links 2020-12-13 11:24:44 +02:00
main.cpp #4624 improve IBD sync by eliminating getheaders requests 2021-01-08 14:20:33 -07:00
main.h Auto merge of #4892 - str4d:boosted, r=str4d 2020-12-17 02:42:55 +00:00
mempool_limit.cpp prevector: Terminate without logging on failed allocation 2020-12-20 22:42:22 +00:00
mempool_limit.h Remove JSDescription::h_sig 2020-12-20 22:42:22 +00:00
memusage.h scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
merkleblock.cpp
merkleblock.h
metrics.cpp Auto merge of #4892 - str4d:boosted, r=str4d 2020-12-17 02:42:55 +00:00
metrics.h scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
miner.cpp Auto merge of #4892 - str4d:boosted, r=str4d 2020-12-17 02:42:55 +00:00
miner.h prevector: Terminate without logging on failed allocation 2020-12-20 22:42:22 +00:00
mruset.h
net.cpp Auto merge of #4909 - str4d:improve-logging, r=str4d 2020-12-17 04:02:38 +00:00
net.h Auto merge of #4909 - str4d:improve-logging, r=str4d 2020-12-17 04:02:38 +00:00
netbase.cpp
netbase.h
noui.cpp util: Replace boost::signals2 with std::function 2020-11-23 23:07:15 +00:00
noui.h
pow.cpp scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
pow.h Revert "Pass the block height through to CheckEquihashSolution()" 2020-07-15 16:16:40 +12:00
prevector.h prevector: Terminate without logging on failed allocation 2020-12-20 22:42:22 +00:00
proof_verifier.cpp scripted-diff: Migrate from boost::variant to std::variant 2020-12-16 22:49:53 +00:00
proof_verifier.h Replace libsodium's crypto_sign with ed25519-zebra 2020-08-20 19:00:47 +01:00
protocol.cpp
protocol.h
pubkey.cpp
pubkey.h [trivial] Switched constants to sizeof() 2020-07-31 06:43:08 +01:00
random.cpp Replace libsodium's randombytes_buf with rand_core::OsRng::fill_bytes 2020-08-18 21:57:06 +01:00
random.h Switch from std::random_shuffle to std::shuffle 2020-10-20 13:58:23 +01:00
rest.cpp scripted-diff: Fully remove BOOST_FOREACH 2020-11-23 23:07:15 +00:00
reverse_iterator.h Introduce src/reverse_iterator.hpp and include it... 2020-11-23 23:07:15 +00:00
reverselock.h
scheduler.cpp depends: Boost 1.74.0 2020-10-05 19:48:46 +01:00
scheduler.h
sendalert.cpp scripted-diff: Fully remove BOOST_FOREACH 2020-11-23 23:07:15 +00:00
serialize.h scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
spentindex.h
streams.h CBufferedFile: use eof() method rather than feof(src) in error message. 2020-08-26 13:20:20 +01:00
sync.cpp scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
sync.h
threadsafety.h Update links 2020-12-13 11:24:44 +02:00
timedata.cpp add timestamp to warnings 2020-06-12 18:12:15 -03:00
timedata.h
timestampindex.h
tinyformat.h Update links 2020-12-13 11:24:44 +02:00
torcontrol.cpp scripted-diff: Remove #include <boost/foreach.hpp> 2020-11-23 23:07:15 +00:00
torcontrol.h
transaction_builder.cpp Remove JSDescription::h_sig 2020-12-20 22:42:22 +00:00
transaction_builder.h Store inputs and outputs by reference in JSDescriptionInfo 2020-12-21 02:18:35 +00:00
txdb.cpp Zero-initialize HistoryNode values. 2020-07-23 16:24:48 -06:00
txdb.h Add ZIP 221 logic to block index 2020-04-08 08:49:01 +12:00
txmempool.cpp scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
txmempool.h
ui_interface.h NotifyBlockTip signal: switch from hash (uint256) to CBlockIndex* 2020-09-30 00:35:32 +01:00
uint252.h lint: Fix missing or inconsistent include guards 2020-11-09 23:06:21 +00:00
uint256.cpp uint256: replace sprintf with HexStr and reverse-iterator 2020-11-09 23:06:21 +00:00
uint256.h Remove some unused functions and methods 2020-07-31 06:51:33 +01:00
undo.h
util.cpp Remove workaround affecting old Boost version 2020-12-19 00:30:02 +02:00
util.h prevector: Terminate without logging on failed allocation 2020-12-20 22:42:22 +00:00
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp Update links 2020-12-13 11:24:44 +02:00
utilstrencodings.h Update links 2020-12-13 11:24:44 +02:00
utiltest.cpp Remove JSDescription::h_sig 2020-12-20 22:42:22 +00:00
utiltest.h Prefer explicit passing of CChainParams to the Params() global. 2020-12-15 08:23:09 -07:00
utiltime.cpp
utiltime.h
validationinterface.cpp Auto merge of #4892 - str4d:boosted, r=str4d 2020-12-17 02:42:55 +00:00
validationinterface.h scripted-diff: Migrate from boost::optional to std::optional 2020-12-16 22:59:35 +00:00
version.h Set activation height for Canopy on mainnet. 2020-09-01 13:16:05 -06:00
warnings.cpp Update links 2020-12-13 11:24:44 +02:00
warnings.h Update links 2020-12-13 11:24:44 +02:00
zcbenchmarks.cpp Store inputs and outputs by reference in JSDescriptionInfo 2020-12-21 02:18:35 +00:00
zcbenchmarks.h lint: Fix missing or inconsistent include guards 2020-11-09 23:06:21 +00:00