aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2024-06-17Merge bitcoin/bitcoin#28312: test: fix `keys_to_multisig_script` (P2MS) helpe...Ava Chow
2024-06-12Merge bitcoin/bitcoin#29325: consensus: Store transaction nVersion as uint32_tmerge-script
2024-06-11Merge bitcoin/bitcoin#30252: test: Remove redundant verack checkmerge-script
2024-06-11Merge bitcoin/bitcoin#30162: test: MiniWallet: respect passed feerate for pad...glozow
2024-06-10Merge bitcoin/bitcoin#30132: indexes: Don't wipe indexes again when continuin...Ryan Ofsky
2024-06-10test: Remove redundant verack checkMarcoFalke
2024-06-08Merge bitcoin/bitcoin#30238: json-rpc 2.0 followups: docs, tests, climerge-script
2024-06-07refactor: Rename CTransaction::nVersion to versionAva Chow
2024-06-07test: Add functional test for continuing a reindexTheCharlatan
2024-06-07consensus: Store transaction nVersion as uint32_tAva Chow
2024-06-07test: use json-rpc 2.0 in all functional tests by defaultMatthew Zipkin
2024-06-06Merge bitcoin/bitcoin#29401: test: Remove struct.pack from almost all placesAva Chow
2024-06-05test: add unit test for `keys_to_multisig_script`Sebastian Falbesoner
2024-06-05test: fix `keys_to_multisig_script` (P2MS) helper for n/k > 16Sebastian Falbesoner
2024-06-04Merge bitcoin/bitcoin#28307: rpc, wallet: fix incorrect segwit redeem script ...Ava Chow
2024-05-31test: MiniWallet: respect fee_rate for target_weight, use in mempool_limit.pySebastian Falbesoner
2024-05-31test: MiniWallet: fix tx padding (`target_weight`) for large sizes, improve a...Sebastian Falbesoner
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