aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-11-26test: add feature_rbf.py --descriptors to test_runner.pySebastian Falbesoner
2021-11-26test: always rescan after importing private keys in `init_wallet` helperSebastian Falbesoner
2021-11-26Merge bitcoin/bitcoin#23517: scripted-diff: Move miner to src/nodeMarcoFalke
2021-11-25Merge bitcoin/bitcoin#23538: Remove strtol in torcontrolW. J. van der Laan
2021-11-25Merge bitcoin/bitcoin#23512: policy: Treat taproot as always activeMarcoFalke
2021-11-22Merge bitcoin/bitcoin#16807: Let validateaddress locate error in Bech32 addressW. J. van der Laan
2021-11-22Merge bitcoin/bitcoin#23521: test: refactor: dedup code by taking use of `cre...MarcoFalke
2021-11-22Merge bitcoin/bitcoin#22364: wallet: Make a tr() descriptor by defaultMarcoFalke
2021-11-21Merge bitcoin/bitcoin#23558: test: run rpc-generateblock.py even with wallet ...MarcoFalke
2021-11-20test: run rpc-generateblock.py even with wallet disabledDarius Parvin
2021-11-19test: Remove sanitizer suppression implicit-signed-integer-truncation:netaddr...MarcoFalke
2021-11-18Remove strtol in torcontrolMarcoFalke
2021-11-18test: add decodescript RPC test for P2TR output typeSebastian Falbesoner
2021-11-18test: check for decodescript RPC 'type' resultsSebastian Falbesoner
2021-11-17test: add logging to rpc_decodescript.pySebastian Falbesoner
2021-11-17test: refactor: replace OP_1/OP_TRUE magic numbers by constantsSebastian Falbesoner
2021-11-17test: refactor: take use of `create_block` txlist parameterSebastian Falbesoner
2021-11-17test: refactor: take use of `create_block` version parameter (or use default)Sebastian Falbesoner
2021-11-17Merge bitcoin/bitcoin#23501: test: various feature_nulldummy.py improvementsW. J. van der Laan
2021-11-16Create a tr() descriptor bech32m DescriptorScriptPubKeyMan by defaultAndrew Chow
2021-11-16scripted-diff: Move miner to src/nodeMarcoFalke
2021-11-16doc: Fix typos in endif header commentsMarcoFalke
2021-11-16policy: Treat taproot as always activeMarcoFalke
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-16Merge bitcoin/bitcoin#23516: test: Force --nosandbox when --valgrindfanquake
2021-11-15Merge bitcoin/bitcoin#23394: Taproot wallet test vectors (generation+tests)W. J. van der Laan
2021-11-15Merge bitcoin/bitcoin#23515: test: Return the largest utxo in MiniWallet.get_...MarcoFalke
2021-11-15Merge bitcoin/bitcoin#23462: test: Enable SC2046 and SC2086 shellcheck rulesW. J. van der Laan
2021-11-15test: Force --nosandbox when --valgrindMarcoFalke
2021-11-15test: Return the largest utxo in MiniWallet.get_utxoMarcoFalke
2021-11-15Merge bitcoin/bitcoin#23046: test: Add txindex migration testMarcoFalke
2021-11-15Merge bitcoin/bitcoin#23153: Add an argparse abbreviated mode to --failfastMarcoFalke
2021-11-15Merge bitcoin/bitcoin#23498: test: remove unnecessary block rehashing prior t...fanquake
2021-11-13depends, wallet: fix typosDimitris Apostolou
2021-11-13test: Enable SC2046 shellcheck ruleHennadii Stepanov
2021-11-13test: Enable SC2086 shellcheck ruleHennadii Stepanov
2021-11-13test: refactor: simplify `block_submit` in feature_nulldummy.pySebastian Falbesoner
2021-11-13test: refactor: rename NULLDUMMY-invalidation helperSebastian Falbesoner
2021-11-13test: simplify and document NULLDUMMY-invalidation helperSebastian Falbesoner
2021-11-12test: remove unnecessary block rehashing prior to solvingSebastian Falbesoner
2021-11-12tests: BIP341 test vector generationPieter Wuille
2021-11-12tests: add deterministic signing mode to ECDSAPieter Wuille
2021-11-12tests: abstract out precomputed BIP341 signature hash elementsPieter Wuille
2021-11-12tests: give feature_taproot access to sighash preimagesPieter Wuille
2021-11-12tests: add more fields to TaprootInfoPieter Wuille
2021-11-12Merge bitcoin/bitcoin#23114: Add minisketch subtree and integrate into build/...fanquake
2021-11-11test: Correct MyPy typing for subtest decoratorPavel Safronov
2021-11-10Merge bitcoin/bitcoin#22872: log: improve checkaddrman logging with duration ...MarcoFalke
2021-11-10Merge bitcoin/bitcoin#23398: rpc: add return message to savemempool RPCW. J. van der Laan
2021-11-10Merge bitcoin/bitcoin#23370: test: Add ios_base::width tsan suppressionW. J. van der Laan