zcashd/src
Kris Nuttycombe 2d456afebe
Merge pull request #6408 from sellout/wallet_tx_builder/lock-notes
Lock notes (except Orchard) in wallet_tx_builder
2023-03-31 18:05:06 -06:00
..
bench scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
compat scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
config
consensus scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
crc32c Import crc32c using subtree merge as as 'src/crc32c' 2022-07-16 11:50:42 +01:00
crypto scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
fuzzing
gtest Use `RandomInvalidOutputDescription()` everywhere it makes sense 2023-03-27 22:33:45 +00:00
leveldb Update to leveldb upstream using subtree merge 2022-07-16 11:47:36 +01:00
obj
policy scripted-diff: Move util files to separate directory. 2022-07-01 17:50:09 -06:00
pow/tromp Migrate BLAKE2b Rust FFI to `cxx` 2022-05-27 20:15:05 +00:00
primitives Merge pull request #6362 from nuttycom/issue2921-fix-copyright-headers 2023-01-23 22:13:05 +00:00
rpc zcashd release v5.3.3 2023-03-13 06:18:00 -06:00
rust Migrate to `zcash_primitives 0.10` 2023-03-17 00:09:45 +00:00
script scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
secp256k1 Update `libsecp256k1` to match the rev that `secp256k1 0.21` expects 2022-09-27 22:21:51 +00:00
support scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
test Migrate to `zcash_primitives 0.10` 2023-03-17 00:09:45 +00:00
univalue scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
util Migrate to `zcash_primitives 0.10` 2023-03-17 00:09:45 +00:00
wallet Merge pull request #6408 from sellout/wallet_tx_builder/lock-notes 2023-03-31 18:05:06 -06:00
zcash Merge pull request #6377 from sellout/wallet_tx_builder/z_sendmany 2023-03-22 11:24:33 -06:00
zmq scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
.clang-format
Makefile.am Merge pull request #6377 from sellout/wallet_tx_builder/z_sendmany 2023-03-22 11:24:33 -06:00
Makefile.bench.include build: Reorder link targets to properly build on Nix 2022-07-29 15:30:58 -04:00
Makefile.crc32c.include build: CRC32C build system integration 2022-07-16 11:47:21 +00:00
Makefile.gtest.include Refactoring to split the weighted tx tree out of mempool_limit.{cpp,h} 2023-03-08 16:03:34 +00:00
Makefile.leveldb.include build: CRC32C build system integration 2022-07-16 11:47:21 +00:00
Makefile.test.include build: Reorder link targets to properly build on Nix 2022-07-29 15:30:58 -04:00
addrdb.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
addrdb.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
addressindex.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
addrman.cpp
addrman.h scripted-diff: Move util files to separate directory. 2022-07-01 17:50:09 -06:00
alert.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
alert.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
alertkeys.h
amount.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
amount.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
arith_uint256.cpp scripted-diff: Move util files to separate directory. 2022-07-01 17:50:09 -06:00
arith_uint256.h
asyncrpcoperation.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
asyncrpcoperation.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
asyncrpcqueue.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
asyncrpcqueue.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
base58.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
base58.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
bech32.cpp
bech32.h
bitcoin-cli-res.rc
bitcoin-cli.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
bitcoin-tx-res.rc
bitcoin-tx.cpp Make all CCoinsView methods pure-virtual. 2023-02-15 13:58:46 -07:00
bitcoind-res.rc
bitcoind.cpp Load `-allowdeprecated` settings after reading the config file 2023-02-10 22:14:10 +00:00
bloom.cpp zcashd release v5.3.3 2023-03-13 06:18:00 -06:00
bloom.h zcashd release v5.3.3 2023-03-13 06:18:00 -06:00
chain.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chain.h Merge pull request #6362 from nuttycom/issue2921-fix-copyright-headers 2023-01-23 22:13:05 +00:00
chainparams.cpp Improve const-ness of CChainParams retrieval by network ID 2023-03-14 16:15:30 -06:00
chainparams.h Merge pull request #6474 from str4d/wallet-zcash_note_encryption 2023-03-16 23:19:27 +00:00
chainparamsbase.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chainparamsbase.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
chainparamsseeds.h
checkpoints.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
checkpoints.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
checkqueue.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
clientversion.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
clientversion.h make-release.py: Versioning changes for 5.4.2. 2023-02-20 19:55:37 -07:00
coincontrol.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
coins.cpp Make all CCoinsView methods pure-virtual. 2023-02-15 13:58:46 -07:00
coins.h Make all CCoinsView methods pure-virtual. 2023-02-15 13:58:46 -07:00
compat.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
compressor.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
compressor.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
core_io.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
core_memusage.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
core_read.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
core_write.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
cuckoocache.h Fix typos 2022-11-25 23:09:48 +02:00
dbwrapper.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
dbwrapper.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
deprecation.cpp Explicitly provide CChainParams to `EnforceNodeDeprecation` 2023-03-14 16:15:30 -06:00
deprecation.h Explicitly provide CChainParams to `EnforceNodeDeprecation` 2023-03-14 16:15:30 -06:00
experimental_features.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
experimental_features.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
fs.cpp
fs.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
hash.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
hash.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
httprpc.cpp Eliminate indirection for debug log 2022-08-17 09:02:40 -06:00
httprpc.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
httpserver.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
httpserver.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
init.cpp Merge pull request #6377 from sellout/wallet_tx_builder/z_sendmany 2023-03-22 11:24:33 -06:00
init.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
key.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
key.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
key_constants.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
key_io.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
key_io.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
keystore.cpp Simplify diversifier_index_t handling 2023-03-08 18:14:08 -07:00
keystore.h Simplify diversifier_index_t handling 2023-03-08 18:14:08 -07:00
limitedmap.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
logging.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
logging.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
main.cpp Adjust documentation 2023-03-17 17:16:33 +00:00
main.h Fetch recently conflicted transactions incrementally in ThreadNotifyWallet. 2023-01-26 12:26:31 -07:00
mempool_limit.cpp Refactoring to split the weighted tx tree out of mempool_limit.{cpp,h} 2023-03-08 16:03:34 +00:00
mempool_limit.h This PR doesn't bring in any ZIP 317 changes yet 2023-03-10 21:47:07 +00:00
memusage.h Track transaction packages in CTxMemPoolEntry 2022-12-19 05:38:43 +00:00
merkleblock.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
merkleblock.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
metrics.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
metrics.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
miner.cpp zcashd release v5.3.3 2023-03-13 06:18:00 -06:00
miner.h Merge pull request #6313 from str4d/6309-backport-blockassembler 2023-02-02 15:33:45 -07:00
net.cpp zcashd release v5.3.3 2023-03-13 06:18:00 -06:00
net.h zcashd release v5.3.3 2023-03-13 06:18:00 -06:00
netbase.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
netbase.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
noui.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
noui.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
pow.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
pow.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
prevector.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
proof_verifier.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
proof_verifier.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
protocol.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
protocol.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
pubkey.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
pubkey.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
random.cpp Refactoring to split the weighted tx tree out of mempool_limit.{cpp,h} 2023-03-08 16:03:34 +00:00
random.h Refactoring to split the weighted tx tree out of mempool_limit.{cpp,h} 2023-03-08 16:03:34 +00:00
rest.cpp Make all CCoinsView methods pure-virtual. 2023-02-15 13:58:46 -07:00
reverse_iterator.h
reverselock.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
scheduler.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
scheduler.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sendalert.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
serialize.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
spentindex.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
streams.h Merge branch 'version-5.4.0' into 'master' 2023-01-30 21:19:54 -07:00
sync.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
sync.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
threadsafety.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
timedata.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
timedata.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
timestampindex.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
tinyformat.h
torcontrol.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
torcontrol.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
transaction_builder.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
transaction_builder.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
txdb.cpp Merge pull request #6362 from nuttycom/issue2921-fix-copyright-headers 2023-01-23 22:13:05 +00:00
txdb.h Make all CCoinsView methods pure-virtual. 2023-02-15 13:58:46 -07:00
txmempool.cpp Refactoring to split the weighted tx tree out of mempool_limit.{cpp,h} 2023-03-08 16:03:34 +00:00
txmempool.h Refactoring to split the weighted tx tree out of mempool_limit.{cpp,h} 2023-03-08 16:03:34 +00:00
ui_interface.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
uint252.h
uint256.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
uint256.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
undo.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
validationinterface.cpp zcashd release v5.3.3 2023-03-13 06:18:00 -06:00
validationinterface.h zcashd release v5.3.3 2023-03-13 06:18:00 -06:00
version.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
warnings.cpp scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
warnings.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
weighted_map.h Remove unnecessary #include. 2023-03-11 00:34:41 +00:00
zcbenchmarks.cpp wallet: Use `zcash_note_encryption` in `CWallet::FindMySaplingNotes` 2023-03-14 21:50:31 +00:00
zcbenchmarks.h bench: Add `ConnectBlock` benchmark using block 1723244 2022-07-04 17:32:42 +00:00