zcashd/src
Kris Nuttycombe 6ad60e7340
Merge pull request #6524 from sellout/zip317-wallet-support
Support ZIP 317 fees in the zcashd wallet
2023-04-14 14:14:11 -06:00
..
bench rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
compat scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
config
consensus Use the new `examine` macro to replace all instances of 2023-04-04 21:26:39 +01:00
crc32c Import crc32c using subtree merge as as 'src/crc32c' 2022-07-16 11:50:42 +01:00
crypto Fix bit-rotted code in miner tests. 2023-03-29 00:05:51 +01:00
fuzzing
gtest rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +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 Fix bit-rotted code in miner tests. 2023-03-29 00:05:51 +01:00
primitives rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
rpc Merge pull request #5993 from str4d/5716-cxx-ed25519 2023-04-14 09:37:30 -06:00
rust rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +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 Merge pull request #5993 from str4d/5716-cxx-ed25519 2023-04-14 09:37:30 -06:00
univalue scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
util rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
wallet Merge pull request #6524 from sellout/zip317-wallet-support 2023-04-14 14:14:11 -06:00
zcash rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
zmq scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
.clang-format
Makefile.am rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
Makefile.bench.include Split C++ generated from Rust into own lib 2023-04-03 18:09:30 -06:00
Makefile.crc32c.include build: CRC32C build system integration 2022-07-16 11:47:21 +00:00
Makefile.gtest.include Split C++ generated from Rust into own lib 2023-04-03 18:09:30 -06:00
Makefile.leveldb.include build: CRC32C build system integration 2022-07-16 11:47:21 +00:00
Makefile.test.include Split C++ generated from Rust into own lib 2023-04-03 18:09:30 -06: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 Use examine instead of std::visit 2023-04-12 12:11:49 -06: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 most `cxx::bridge` definitions into a single bridge 2023-04-05 10:50:35 +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 Expand `CppStream` to cover all `Stream`-like C++ types 2023-04-06 21:30:38 +00: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 most `cxx::bridge` definitions into a single bridge 2023-04-05 10:50:35 +00: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 Use the new `examine` macro to replace all instances of 2023-04-04 21:26:39 +01:00
key_io.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
keystore.cpp Use the new `examine` macro to replace all instances of 2023-04-04 21:26:39 +01: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 rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
main.h Use `cxx` bridge for all Orchard bundle inspection and validation 2023-04-07 12:16:28 +00: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 Update src/metrics.cpp by removing v prefix. 2023-04-07 20:59:16 +05:30
metrics.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
miner.cpp Merge most `cxx::bridge` definitions into a single bridge 2023-04-05 10:50:35 +00: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 rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
proof_verifier.h rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00: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 rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
spentindex.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
streams.h Expand `CppStream` to cover all `Stream`-like C++ types 2023-04-06 21:30:38 +00:00
streams_rust.cpp Expand `CppStream` to cover all `Stream`-like C++ types 2023-04-06 21:30:38 +00:00
streams_rust.h Expand `CppStream` to cover all `Stream`-like C++ types 2023-04-06 21:30:38 +00: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 rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
transaction_builder.h rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00: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 rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
zcbenchmarks.h bench: Add `ConnectBlock` benchmark using block 1723244 2022-07-04 17:32:42 +00:00
zip317.cpp Address review feedback for ZIP 317 fees in wallet 2023-04-13 19:20:10 -06:00
zip317.h Support ZIP 317 fees in the zcashd wallet 2023-04-10 00:20:29 -06:00