zcashd/src
Daira Hopwood a92e249e4b Fix an incorrect preprocessor symbol.
Also repair the lint-includes-guards.sh script that was checking for the incorrect symbol.

Signed-off-by: Daira Hopwood <daira@jacaranda.org>
2022-03-29 20:18:16 +01:00
..
bench
compat
config
consensus Merge branch 'master' into unify-nu5-consensus-changes 2022-03-23 02:57:16 +00:00
crypto
fuzzing
gtest Fix an incorrect preprocessor symbol. 2022-03-29 20:18:16 +01:00
leveldb
obj
policy
pow/tromp
primitives Add Orchard & unified address support to z_viewtransaction. 2022-03-18 08:31:48 -06:00
rpc Merge remote-tracking branch 'upstream/master' into nu5-consensus 2022-03-28 10:13:51 -06:00
rust Revert "AddBogusOrchardSpends" 2022-03-28 19:45:25 -06:00
script libzcash_script: Add more granular errors to the new APIs 2022-03-04 21:36:24 +00:00
secp256k1
support
test test: Print all logged errors to stdout during gtests 2022-03-29 00:26:22 +00:00
univalue
util
wallet Merge pull request #5765 from nuttycom/doc/rpc_release_notes 2022-03-29 11:25:55 -06:00
zcash Test Orchard shielded coinbase rules 2022-03-25 02:12:42 +00:00
zmq
.clang-format
Makefile.am Add missing wallet/orchard.h to src/Makefile.am 2022-03-22 17:03:16 -07:00
Makefile.bench.include
Makefile.gtest.include Merge branch 'master' into unify-nu5-consensus-changes 2022-03-23 02:57:16 +00:00
Makefile.leveldb.include
Makefile.test.include
addrdb.cpp
addrdb.h
addressindex.h
addrman.cpp
addrman.h
alert.cpp
alert.h
alertkeys.h
amount.cpp
amount.h
arith_uint256.cpp
arith_uint256.h
asyncrpcoperation.cpp
asyncrpcoperation.h
asyncrpcqueue.cpp
asyncrpcqueue.h
base58.cpp
base58.h
bech32.cpp
bech32.h
bitcoin-cli-res.rc
bitcoin-cli.cpp Document that '~' cannot be used in `-datadir` (see #5661). 2022-03-11 18:35:52 +00:00
bitcoin-tx-res.rc
bitcoin-tx.cpp
bitcoind-res.rc
bitcoind.cpp
bloom.cpp
bloom.h
chain.cpp
chain.h
chainparams.cpp Set NU5 protocol version for regtest to 170040, bump protocol version 2022-03-23 18:37:56 +00:00
chainparams.h
chainparamsbase.cpp
chainparamsbase.h
chainparamsseeds.h
checkpoints.cpp
checkpoints.h
checkqueue.h
clientversion.cpp
clientversion.h make-release.py: Versioning changes for 4.7.0-rc1. 2022-03-22 21:04:37 +00:00
coincontrol.h
coins.cpp Add missing `view.PopAnchor(_, ORCHARD)` in `DisconnectBlock` 2022-03-03 13:26:48 +00:00
coins.h
compat.h
compressor.cpp
compressor.h
core_io.h
core_memusage.h
core_read.cpp
core_write.cpp
dbwrapper.cpp
dbwrapper.h
deprecation.cpp
deprecation.h
experimental_features.cpp Remove the fExperimentalOrchardWallet flag and related logic 2022-03-25 21:46:09 -07:00
experimental_features.h Remove the fExperimentalOrchardWallet flag and related logic 2022-03-25 21:46:09 -07:00
fs.cpp
fs.h
hash.cpp
hash.h
httprpc.cpp
httprpc.h
httpserver.cpp
httpserver.h
init.cpp Remove the fExperimentalOrchardWallet flag and related logic 2022-03-25 21:46:09 -07:00
init.h
key.cpp Return std::optional<CExtKey> from CExtKey::Master 2022-03-11 18:47:01 -07:00
key.h Return std::optional<CExtKey> from CExtKey::Master 2022-03-11 18:47:01 -07:00
key_constants.h
key_io.cpp Merge branch 'master' into feature/wallet_orchard-orchard_sendmany 2022-02-25 00:33:28 +00:00
key_io.h Move parsing of unified addresses to UnifiedAddress. 2022-02-17 18:27:15 -07:00
keystore.cpp Add RecipientType to GetPaymentAddressForRecipient result. 2022-03-20 16:36:38 -06:00
keystore.h Add RecipientType to GetPaymentAddressForRecipient result. 2022-03-20 16:36:38 -06:00
limitedmap.h
logging.cpp
logging.h
main.cpp Merge remote-tracking branch 'upstream/master' into nu5-consensus 2022-03-28 10:13:51 -06:00
main.h Merge branch 'master' into unify-nu5-consensus-changes 2022-03-23 02:57:16 +00:00
mempool_limit.cpp
mempool_limit.h
memusage.h
merkleblock.cpp
merkleblock.h
metrics.cpp implement AtomicTimer::zeroize() that resets start_time and total_time 2022-03-02 11:29:09 -08:00
metrics.h implement AtomicTimer::zeroize() that resets start_time and total_time 2022-03-02 11:29:09 -08:00
miner.cpp Fix logical merge conflicts after merging 4.7.0-rc1 2022-03-23 03:19:39 +00:00
miner.h Select Orchard receivers from UA miner addresses once NU5 activates 2022-03-03 15:57:40 +00:00
net.cpp Start with an empty banlist if -reindex is set. fixes #5739 2022-03-25 01:07:44 +00:00
net.h
netbase.cpp
netbase.h
noui.cpp
noui.h
pow.cpp
pow.h
prevector.h
proof_verifier.cpp
proof_verifier.h
protocol.cpp
protocol.h
pubkey.cpp
pubkey.h
random.cpp
random.h
rest.cpp
reverse_iterator.h
reverselock.h
scheduler.cpp
scheduler.h
sendalert.cpp
serialize.h
spentindex.h
streams.h
sync.cpp
sync.h
threadsafety.h
timedata.cpp
timedata.h
timestampindex.h
tinyformat.h
torcontrol.cpp
torcontrol.h
transaction_builder.cpp Revert "AddBogusOrchardSpends" 2022-03-28 19:45:25 -06:00
transaction_builder.h Revert "AddBogusOrchardSpends" 2022-03-28 19:45:25 -06:00
txdb.cpp
txdb.h
txmempool.cpp Orchard: invalidate mempool transactions that use orphaned anchors. 2022-03-03 17:37:07 +08:00
txmempool.h
ui_interface.h
uint252.h
uint256.cpp
uint256.h
undo.h
util.cpp
util.h
utilmoneystr.cpp
utilmoneystr.h
utilstrencodings.cpp
utilstrencodings.h
utiltest.cpp Merge branch 'master' into unify-nu5-consensus-changes 2022-03-23 02:57:16 +00:00
utiltest.h move proof parameter loading out of gtest/main.cpp and into utiltest.cpp 2022-03-05 21:51:27 -08:00
utiltime.cpp
utiltime.h
validationinterface.cpp
validationinterface.h Use `std::optional` in `CValidationInterface::GetAddressForMining` 2022-03-03 15:57:40 +00:00
version.h Disallow testnet peers with a protocol version older than 170040 2022-03-25 15:02:32 -07:00
warnings.cpp
warnings.h
zcbenchmarks.cpp Merge branch 'master' into unify-nu5-consensus-changes 2022-03-23 02:57:16 +00:00
zcbenchmarks.h