aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2022-04-05test: throw `ValueError` for invalid base58 checksumSebastian Falbesoner
2022-04-05scripted-diff: rename `chars` to `b58chars` in test_framework.addressSebastian Falbesoner
2022-03-24test: Rework create_self_transfer_multiMarcoFalke
2022-03-24Merge bitcoin/bitcoin#24637: test: use MiniWallet for mempool_package_onemore.pyMarcoFalke
2022-03-24Merge bitcoin/bitcoin#24587: test: use MiniWallet for rpc_createmultisig.pyfanquake
2022-03-22test: MiniWallet: add helper methods `{send,create}_self_transfer_multi`Sebastian Falbesoner
2022-03-22test: use MiniWallet for rpc_createmultisig.pyAyush Sharma
2022-03-17Use MiniWallet in feature_coinstatsindexMarcoFalke
2022-03-17test: Refactor MiniWallet get_utxo helperMarcoFalke
2022-03-11test: use MiniWallet for feature_maxuploadtarget.pySebastian Falbesoner
2022-03-04Merge bitcoin/bitcoin#24043: Add (sorted)multi_a descriptor for k-of-n multis...Andrew Chow
2022-03-02Merge bitcoin/bitcoin#23304: wallet: Derive inactive HD chains in additional ...laanwj
2022-02-24Merge bitcoin/bitcoin#19013: test: add v0.20.1, v0.21.0 and v22.0 to backward...MarcoFalke
2022-02-22tests: Tests for inactive HD chainsAndrew Chow
2022-02-20test: checks for tracepoint tests0xb10c
2022-02-15Merge bitcoin/bitcoin#24324: test: refactor: remove unneeded bytes<->hex conv...MarcoFalke
2022-02-14test: remove `import socket` in test_ipv6_localbrunoerg
2022-02-14test: refactor: remove unneeded bytes<->hex conversions in `byte_to_base58`Sebastian Falbesoner
2022-02-07test: Call ceildiv helper with integerMartin Zumsande
2022-01-31test: Fix feature_init intermittent issuesMarcoFalke
2022-01-28Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPCMarcoFalke
2022-01-15rpc: move softfork info from getblockchaininfo to getdeploymentinfoAnthony Towns
2022-01-13test: use MiniWallet for mempool_accept.pySebastian Falbesoner
2022-01-12Simplify wallet_taproot.py functional testPieter Wuille
2022-01-12Add tests for (sorted)multi_a derivation/signingPieter Wuille
2022-01-11test: MiniWallet: support default `from_node` for creating txsSebastian Falbesoner
2022-01-11test: create txs with current `nVersion` (2) by defaultSebastian Falbesoner
2022-01-11test: refactor: add constant for sequence number `SEQUENCE_FINAL`Sebastian Falbesoner
2021-12-29test: add TestNode.wait_for_debug_logJames O'Beirne
2021-12-29test: introduce TestNode.debug_log_bytesJames O'Beirne
2021-12-26test: introduce `address_to_scriptpubkey` helperSebastian Falbesoner
2021-12-26test: introduce `getnewdestination` helper for generating various address typesSebastian Falbesoner
2021-12-16test: previous releases: add v22.0Sjors Provoost
2021-12-16test: bump sandbox argument minimum versionSjors Provoost
2021-12-14Merge bitcoin/bitcoin#22777: net processing: don't request tx relay on feeler...MarcoFalke
2021-12-10Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...MarcoFalke
2021-12-09test: Replace hashlib.new with named constructorMarcoFalke
2021-12-09Merge bitcoin/bitcoin#23715: test: feature_rbf.py: check specified wallet typ...MarcoFalke
2021-12-08Swap out hashlib.ripemd160 for own implementationPieter Wuille
2021-12-08Add pure Python RIPEMD-160Pieter Wuille
2021-12-08test: feature_rbf.py: check specified wallet type availabilitySebastian Falbesoner
2021-12-06p2p: Make timeout mockable and type safe, speed up testMarcoFalke
2021-12-02Merge bitcoin/bitcoin#23636: Remove GetAdjustedTime from init.cppMarcoFalke
2021-11-30Merge bitcoin/bitcoin#23289: test: add stress tests for initializationW. J. van der Laan
2021-11-30Merge bitcoin/bitcoin#21327: net_processing: ignore transactions while in IBDW. J. van der Laan
2021-11-30Remove GetAdjustedTime from init.cppMarcoFalke
2021-11-29Merge bitcoin/bitcoin#23392: test: move check_node_connections to utilW. J. van der Laan
2021-11-26test: always rescan after importing private keys in `init_wallet` helperSebastian Falbesoner
2021-11-18test: add check_node_connections in utilbrunoerg
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake