aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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: 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-12test: remove unnecessary block rehashing prior to solvingSebastian Falbesoner
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
2021-11-09Add file validation to savemempool RPC testlsilva01
2021-11-09test: MiniWallet: add P2TR support and use it per defaultSebastian Falbesoner
2021-11-09test: generate blocks to MiniWallet address in rpc_blockchain.pySebastian Falbesoner
2021-11-09test: Add txindex migration testMarcoFalke
2021-11-09Merge bitcoin/bitcoin#23300: test: Implicitly sync after generate*, unless op...MarcoFalke
2021-11-08Merge bitcoin/bitcoin#23077: Full CJDNS supportW. J. van der Laan
2021-11-05Merge bitcoin/bitcoin#22949: fee: Round up fee calculation to avoid a lower t...Samuel Dobson
2021-11-03net: don't skip CJDNS from GetNetworkNames()Vasil Dimov
2021-11-03test: extend feature_proxy.py to test CJDNSVasil Dimov
2021-11-03test: remove default argument of feature_proxy.py:node_test()Vasil Dimov
2021-11-03net: don't skip CJDNS from GetNetworksInfo()Vasil Dimov
2021-11-03net: recognize CJDNS from ParseNetwork()Vasil Dimov
2021-11-01Merge bitcoin/bitcoin#23380: addrman: Fix AddrMan::Add() return semantics and...fanquake
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-29Merge bitcoin/bitcoin#23354: Introduce new V4 format addrmanMarcoFalke
2021-10-29Merge bitcoin/bitcoin#23375: test: MiniWallet: more deterministic coin select...MarcoFalke
2021-10-29Merge bitcoin/bitcoin#22972: test: fix misleading fee unit in mempool_limit.pyMarcoFalke
2021-10-28[addrman] Add Add_() inner function, fix Add() return semanticsJohn Newbery
2021-10-27test: MiniWallet: more deterministic coin selection for coinbase UTXOs (oldes...Sebastian Falbesoner
2021-10-27test: Add ios_base::width tsan suppressionHennadii Stepanov
2021-10-26test: add script_util helper for creating bare multisig scriptsSebastian Falbesoner
2021-10-25Introduce new V4 format addrmanPieter Wuille
2021-10-25Merge bitcoin/bitcoin#23312: tests: reduce feature_segwit.py usage of the leg...MarcoFalke
2021-10-25Merge bitcoin/bitcoin#23311: wallet: Use PACKAGE_NAME to mention our softwareMarcoFalke
2021-10-25Merge bitcoin/bitcoin#22711: test: check for specific block reject reasons in...MarcoFalke
2021-10-22Merge bitcoin/bitcoin#23139: rpc: fix "trusted" field in TransactionDescripti...W. J. van der Laan
2021-10-22Merge bitcoin/bitcoin#23002: Make descriptor wallets by defaultMarcoFalke
2021-10-21Merge bitcoin/bitcoin#23331: test: Replace log with assert_equal in wallet_ab...MarcoFalke
2021-10-21Merge bitcoin/bitcoin#23218: p2p: Use mocktime for ping timeoutW. J. van der Laan
2021-10-21test: Replace log with assert_equal in wallet_abandonconflictMarcoFalke
2021-10-21Merge bitcoin/bitcoin#23267: test: bip125-replaceable in listsinceblockMarcoFalke
2021-10-21Merge bitcoin/bitcoin#23281: test: check that bumpfee RPC fails for txs with ...MarcoFalke
2021-10-21Merge bitcoin/bitcoin#23287: test: get and decode tx with a single `gettransa...MarcoFalke
2021-10-21Merge bitcoin/bitcoin#23137: Move-only: bloom to src/commonfanquake
2021-10-21ubsan: add minisketch exceptionsCory Fields