aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2023-02-06test: Add test for file system permissionsHennadii Stepanov
2023-01-28test: refactor: introduce `replace_in_config` helperSebastian Falbesoner
2023-01-18scripted-diff: Use new python 3.7 keywordsMarcoFalke
2023-01-17test: Run mempool_packages.py with MiniWalletMarcoFalke
2023-01-17test: Return fee from MiniWalletMarcoFalke
2023-01-17test: Return chain of MiniWallet txs from MiniWallet chain methodMarcoFalke
2023-01-17test: Refactor MiniWallet sign_txMarcoFalke
2023-01-17test: Return wtxid from create_self_transfer_multiMarcoFalke
2023-01-16test: add `rescan_utxos` in MiniWallet's initializationkouloumos
2023-01-16Merge bitcoin/bitcoin#26657: test: Run feature_bip68_sequence.py with MiniWalletMarcoFalke
2023-01-16Merge bitcoin/bitcoin#26631: test: add coverage for dust mempool policy (`-du...MarcoFalke
2023-01-12test: skip sqlite3 tests if it isn't availablefanquake
2023-01-11test: Fix intermittent timeout in p2p_permissions.pyMarcoFalke
2023-01-06test: Add "include mempool" flag to MiniWallet rescan_utxosMiles Liu
2023-01-06test: Add "include immature coinbase" flag to MiniWallet get_utxosMiles Liu
2023-01-06test: Add signs P2TR and RAWSCRIPT to MiniWallet sign_txMiles Liu
2023-01-03script, test: fix python linter E275 errors with flake8 5.0.4Jon Atack
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-21Merge bitcoin/bitcoin#26265: POLICY: Relax MIN_STANDARD_TX_NONWITNESS_SIZE to...Andrew Chow
2022-12-20Merge bitcoin/bitcoin#26638: test: prefer sqlite for wallet testsAndrew Chow
2022-12-19Relax MIN_STANDARD_TX_NONWITNESS_SIZE to 65 non-witness bytesGreg Sanders
2022-12-19Merge bitcoin/bitcoin#26656: tests: Improve runtime of some tests when `--ena...MarcoFalke
2022-12-16Merge bitcoin/bitcoin#24865: rpc: Enable wallet import on pruned nodes and ad...Andrew Chow
2022-12-15test: Introduce MIN_BLOCKS_TO_KEEP constantAurèle Oulès
2022-12-15test: Wallet imports on pruned nodesAurèle Oulès
2022-12-12test: add add_wallet_options to TestShelljosibake
2022-12-09tests: Use batched RPC in feature_fee_estimationAndrew Chow
2022-12-09test: Move feature_backwards_compatibility.py to wallet_backwards_compatibili...MarcoFalke
2022-12-06test: prefer sqlite for wallet testsS3RK
2022-12-05Merge bitcoin/bitcoin#26414: test: Move tx creation to create_self_transfer_m...MarcoFalke
2022-12-04test: add `CScript` method for checking for witness programSebastian Falbesoner
2022-12-01Merge bitcoin/bitcoin#26617: test: add extra_args to BitcoinTestFramework classMarcoFalke
2022-12-01test: remove unneeded extra_args codejosibake
2022-12-01test: add extra_args to BTF classjosibake
2022-11-30Merge bitcoin/bitcoin#26359: p2p: Erlay support signaling follow-upsfanquake
2022-11-30Merge bitcoin/bitcoin#26600: test: Set wallet type in test_runner when only o...MarcoFalke
2022-11-29Merge bitcoin/bitcoin#19762: rpc: Allow named and positional arguments to be ...Andrew Chow
2022-11-29test: Set wallet type in test_runner when only one type is allowedMarcoFalke
2022-11-28Merge bitcoin/bitcoin#26480: test: Remove wallet option from non-wallet testsAndrew Chow
2022-11-28Merge bitcoin/bitcoin#25986: test: refactor `RPCPackagesTest` to use `MiniWal...glozow
2022-11-22Merge bitcoin/bitcoin#26383: test: Add feature_taproot case involving invalid...fanquake
2022-11-21test: Fix intermittent failure in rpc_net.pyMartin Zumsande
2022-11-21Add feature_taproot case involved invalid internal pubkeyPieter Wuille
2022-11-15test: Set default in add_wallet_options if only one type can be chosenMacroFake
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-11-10test: Set -disablewallet when no wallet has been compiledMacroFake
2022-11-10test: Make requires_wallet privateMacroFake
2022-11-10p2p: Drop roles from sendtxrcnclGleb Naumenko
2022-11-05rpc: Allow named and positional arguments to be used togetherRyan Ofsky
2022-11-03test: fix intermittent failure in p2p_sendtxrcncl.pyMartin Zumsande