aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2023-06-09Return EXIT_FAILURE on post-init fatal errorsfurszy
2023-05-26Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is foundfanquake
2023-05-19test: fix `include_immature_coinbase` logic in `get_utxos`brunoerg
2023-05-19test: fix intermittent issue in `feature_bip68_sequence`brunoerg
2023-05-12test: Return dict in MiniWallet::send_toMarcoFalke
2023-05-05test: Treat `bitcoin-wallet` binary in the same way as othersHennadii Stepanov
2023-05-05test, refactor: Add `set_binary_paths` functionHennadii Stepanov
2023-04-28test: remove modinv python util helper functionFabian Jahr
2023-04-28Merge bitcoin/bitcoin#27483: Bump python minimum version to 3.8fanquake
2023-04-23test: simplify uint256 (de)serialization routinesSebastian Falbesoner
2023-04-21init: Error if ignored bitcoin.conf file is foundRyan Ofsky
2023-04-21test: Use python3.8 pow()MarcoFalke
2023-04-04test: Remove windows workaround in authproxyMarcoFalke
2023-03-31test: Remove python3.5 workaround in authproxyMarcoFalke
2023-03-28refactor: use address_to_scriptpubkey to retrieve addresses scriptpubkeyismaelsadeeq
2023-03-28refactor: move address_to_scriptpubkey to address.pyismaelsadeeq
2023-03-24Merge bitcoin/bitcoin#27269: test: Support decoding segwit address in address...fanquake
2023-03-23test: add bech32 decoding support to address_to_scriptpubkey()ismaelsadeeq
2023-03-23test: test_bech32_decode in address.pyismaelsadeeq
2023-03-20test: Fix TypeError in wait_for_debug_logMarcoFalke
2023-03-16Merge bitcoin/bitcoin#27200: test: psbt: check non-witness UTXO removal for s...Andrew Chow
2023-03-13Merge bitcoin/bitcoin#27221: test: Default timeout factor to 4 under --valgrindfanquake
2023-03-08test: Use self.wait_until over wait_until_helperMarcoFalke
2023-03-07test: Default timeout factor to 4 under --valgrindMarcoFalke
2023-03-04test: PSBT: eliminate magic numbers for global unsigned tx key (0)Sebastian Falbesoner
2023-02-22Merge bitcoin/bitcoin#27137: test: Raise PRNG seed log to INFOfanquake
2023-02-22Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare exceptfanquake
2023-02-21Raise PRNG seed log to INFO.roconnor-blockstream
2023-02-20Merge bitcoin/bitcoin#25950: test: fix test abort for high timeout values (an...fanquake
2023-02-18lint: enable E722 do not use bare exceptLeonardo Lazzaro
2023-02-17test: fix test abort for high timeout values (and `--timeout-factor 0`)Sebastian Falbesoner
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