aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2024-06-07consensus: Store transaction nVersion as uint32_tAva Chow
2024-06-06Merge bitcoin/bitcoin#29401: test: Remove struct.pack from almost all placesAva Chow
2024-06-04Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...Ava Chow
2024-05-23Merge bitcoin/bitcoin#30118: test: improve robustness of connect_nodes()Ava Chow
2024-05-21test: improve robustness of connect_nodes()furszy
2024-05-21Merge bitcoin/bitcoin#26606: wallet: Implement independent BDB parsermerge-script
2024-05-17Merge bitcoin/bitcoin#30048: crypto: add `NUMS_H` constAva Chow
2024-05-16test: Test bdb_ro dump of wallet without reset LSNsAva Chow
2024-05-16Merge bitcoin/bitcoin#27101: Support JSON-RPC 2.0 when requested by clientRyan Ofsky
2024-05-14rpc: JSON-RPC 2.0 should not respond to "notifications"Matthew Zipkin
2024-05-14crypto: add NUMS_H constjosibake
2024-05-09Merge bitcoin/bitcoin#30006: test: use sleepy wait-for-log in reindex readonlyAva Chow
2024-05-07test: Remove struct.pack from almost all placesMarcoFalke
2024-05-07scripted-diff: test: Use int.to_bytes over struct packingMarcoFalke
2024-05-07test: Use int.to_bytes over struct packingMarcoFalke
2024-05-07test: Normalize struct.pack formatMarcoFalke
2024-05-05test: use tagged ephemeral MiniWallet instance in fill_mempoolSebastian Falbesoner
2024-05-05test: add MiniWallet tagging support to avoid UTXO mixingSebastian Falbesoner
2024-05-05test: refactor: eliminate COINBASE_MATURITY magic number in fill_mempoolSebastian Falbesoner
2024-05-05test: refactor: move fill_mempool to new module mempool_utilSebastian Falbesoner
2024-05-03test: rpc_createmultisig, remove manual wallet initializationfurszy
2024-05-03[test]: remove duplicate WITNESS_SCALE_FACTORismaelsadeeq
2024-04-30test: use sleepy wait-for-log in reindex readonlyMatthew Zipkin
2024-04-25Merge bitcoin/bitcoin#29615: test: fix accurate multisig sigop count (BIP16),...Ava Chow
2024-04-25Merge bitcoin/bitcoin#29736: test: Extends wait_for_getheaders so a specific ...Ava Chow
2024-04-25Fix typos in description.md and wallet_util.pyhanmz
2024-04-22Merge bitcoin/bitcoin#29777: test: refactor: introduce and use `calculate_inp...Ava Chow
2024-04-15fixup: get all utxos up front in fill_mempool, discourage wallet mixingglozow
2024-04-11Merge bitcoin/bitcoin#29735: AcceptMultipleTransactions: Fix workspace not be...glozow
2024-04-09fill_mempool: assertions and docsctring updateGreg Sanders
2024-04-09Move fill_mempool to util functionGreg Sanders
2024-04-09Merge bitcoin/bitcoin#29498: test: Update --tmpdir doc string to say director...fanquake
2024-04-05test: add unit tests for `calculate_input_weight`Sebastian Falbesoner
2024-04-05test: introduce and use `calculate_input_weight` helperSebastian Falbesoner
2024-04-04test: Extends wait_for_getheaders so a specific block hash can be checkedSergi Delgado Segura
2024-03-27test: makes timeout a forced named argument in tests methods that use itSergi Delgado Segura
2024-03-19Merge bitcoin/bitcoin#29279: test: p2p: check disconnect due to lack of desir...glozow
2024-03-13Merge bitcoin/bitcoin#27375: net: support unix domain sockets for -proxy and ...Ava Chow
2024-03-12Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connectionsAva Chow
2024-03-11Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...Ava Chow
2024-03-11test: p2p: check disconnect due to lack of desirable service flagsSebastian Falbesoner
2024-03-11test: p2p: support disconnect waiting for `add_outbound_p2p_connection`Sebastian Falbesoner
2024-03-11Merge bitcoin/bitcoin#29483: test, ci: add --v1transport option, add --v2tran...Ava Chow
2024-03-11Merge bitcoin/bitcoin#29514: tests: Provide more helpful assert_equal errorsAva Chow
2024-03-10test: fix accurate multisig sigop count (BIP16), add unit testSebastian Falbesoner
2024-03-01test: cover UNIX sockets in feature_proxy.pyMatthew Zipkin
2024-02-29Merge bitcoin/bitcoin#29390: test: speedup bip324_cipher.py unit testAva Chow
2024-02-29test: ignore --v2transport for older versions instead of assertingMartin Zumsande
2024-02-29test: add -v1transport option and use it in test_runnerMartin Zumsande
2024-02-29tests: Provide more helpful assert_equal errorsAnthony Towns