zcashd/src
Daira Emma Hopwood 3b255b8941 Repair `miner_tests.py` btest.
The previous code did not mine enough blocks to have sufficient matured
funds for the tests it needed to perform, taking into account the slow
start. So, we now mine 200 instead of 110 blocks.

Signed-off-by: Daira Emma Hopwood <daira@jacaranda.org>
2023-04-19 22:48:46 +01: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 build: move bitcoin-config.h to its own directory 2014-06-21 19:47:43 +02:00
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 Added libfuzzer support. 2020-08-12 21:41:30 +01:00
gtest [cleanup] Remove coin age priority completely. 2023-04-17 18:49:45 +01:00
leveldb Update to leveldb upstream using subtree merge 2022-07-16 11:47:36 +01:00
obj
policy Fix the dust threshold rate to three times 100 zats/1000 bytes. 2023-04-17 18:49:45 +01:00
pow/tromp Fix bit-rotted code in miner tests. 2023-03-29 00:05:51 +01:00
primitives Fix the dust threshold rate to three times 100 zats/1000 bytes. 2023-04-17 18:49:45 +01:00
rpc RPC/Mining: Restore API compatibility for prioritisetransaction 2023-04-17 18:49:45 +01: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 Repair `miner_tests.py` btest. 2023-04-19 22:48:46 +01:00
univalue scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
util Fix formating of money strings. 2023-04-18 07:51:17 -06:00
wallet Merge pull request #6576 from sellout/wallet_tx_builder-net-payments 2023-04-19 10:24:00 +01: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 Implement `GetUnpaidActionCount` and `GetWeightRatio` for ZIP 317. 2023-04-19 20:04:51 +01: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
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 Address review comments re: legacy wallet ZIP 317 2023-04-18 07:51:17 -06:00
amount.h Fix some messages, comments, and documentation that: 2023-04-17 18:49:45 +01:00
arith_uint256.cpp
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 Fix zcash-cli crash when printing help message 2023-04-15 16:07:33 -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 [cleanup] Remove coin age priority completely. 2023-04-17 18:49:45 +01:00
coins.h Fix some messages, comments, and documentation that: 2023-04-17 18:49:45 +01: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 Fix some messages, comments, and documentation that: 2023-04-17 18:49:45 +01:00
init.h scripted-diff: Update Zcash copyrights to 2023 2023-01-23 11:31:54 -07:00
int128.h Implement `GetUnpaidActionCount` and `GetWeightRatio` for ZIP 317. 2023-04-19 20:04:51 +01: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 [cleanup] Remove coin age priority completely. 2023-04-17 18:49:45 +01:00
main.h Address review comments re: legacy wallet ZIP 317 2023-04-18 07:51:17 -06:00
mempool_limit.cpp Change ZIP 401 mempool limiting to use conventional fee. 2023-04-16 11:41:40 +01:00
mempool_limit.h Change ZIP 401 mempool limiting to use constants decided in zcash/zips#565. 2023-04-16 23:04:57 +01: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 ZIP 317 block construction algorithm. 2023-04-19 22:48:46 +01:00
miner.h ZIP 317 block construction algorithm. 2023-04-19 22:48:46 +01: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 Add assertions that `GetRandInt*` functions are called with `nMax >= 0`. 2023-04-19 22:48:46 +01:00
random.h Add assertions that `GetRandInt*` functions are called with `nMax >= 0`. 2023-04-19 22:48:46 +01: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 Implement `GetUnpaidActionCount` and `GetWeightRatio` for ZIP 317. 2023-04-19 20:04:51 +01:00
txmempool.h ZIP 317 block construction algorithm. 2023-04-19 22:48:46 +01: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 Add assertions that `GetRandInt*` functions are called with `nMax >= 0`. 2023-04-19 22:48:46 +01:00
zcbenchmarks.cpp rust: Migrate Ed25519 FFI to `cxx` 2023-04-11 16:36:26 +00:00
zcbenchmarks.h
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