aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2024-10-02test: add tx_in_orphanage()tdb3
2024-09-28test: switch MiniWallet padding unit from weight to vsizeSebastian Falbesoner
2024-09-24test: Add missing sync_mempools() to fill_mempool()MarcoFalke
2024-09-24test: Refactor fill_mempool to extract send_batch helperMarcoFalke
2024-09-04Merge bitcoin/bitcoin#30723: lint: Speed up and fix flake8 checksAva Chow
2024-09-04Merge bitcoin/bitcoin#29566: test: update satoshi_round functionAva Chow
2024-08-29Merge bitcoin/bitcoin#30714: test: fix `TestShell` initialization (late follo...glozow
2024-08-29test: [refactor] Fix E714 pycodestyleMarcoFalke
2024-08-25test: fix `TestShell` initialization (late follow-up for #30463)Sebastian Falbesoner
2024-08-25test: add null block xor keytdb3
2024-08-25refactor: lift NUM_XOR_BYTEStdb3
2024-08-25refactor: move read_xor_key() to TestNodetdb3
2024-08-23test: add blocks_key_pathtdb3
2024-08-14test: refactor: move `read_xor_key`/`util_xor` helpers to util moduleSebastian Falbesoner
2024-08-07test: update satoshi_round functionnaiyoma
2024-08-02test: check that keyless P2A 'signing' via `signrawtransactionwithkey` succeedsSebastian Falbesoner
2024-08-02Merge bitcoin/bitcoin#30352: policy: Add PayToAnchor(P2A), `OP_1 <0x4e73>` as...glozow
2024-08-02Merge bitcoin/bitcoin#30554: test: Avoid CScript() as default function argumentmerge-script
2024-07-31test: Avoid CScript() as default function argumentMarcoFalke
2024-07-31test: Make leaf_script mandatory when scriptpath is set in TaprootSignatureMsgMarcoFalke
2024-07-30test: fix constructor of msg_txMartin Zumsande
2024-07-30test: Add anchor mempool acceptance testGreg Sanders
2024-07-26Merge bitcoin/bitcoin#30076: test: fix MiniWallet script-path spend (missing ...glozow
2024-07-22Merge bitcoin/bitcoin#30463: qa: Functional test improvementsglozow
2024-07-17Merge bitcoin/bitcoin#29523: Wallet: Add `max_tx_weight` to transaction fund...Ava Chow
2024-07-16qa: Consider `cache` and `config.ini` relative to invocation directoryHennadii Stepanov
2024-07-16scripted-diff: Add `__file__` argument to `BitcoinTestFramework.init()`Hennadii Stepanov
2024-07-16Merge bitcoin/bitcoin#22729: Make it possible to disable Tor binds and abort ...Ava Chow
2024-07-09Merge bitcoin/bitcoin#29431: test/BIP324: disconnection scenarios during v2 h...Ava Chow
2024-07-02net: require P2P binds to succeedVasil Dimov
2024-06-27[wallet, rpc]: add `max_tx_weight` to tx funding optionsismaelsadeeq
2024-06-21test: Check that disconnection happens when >4095 garbage bytes is sentstratospher
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-11test: fix MiniWallet internal key derivation for tagged instancesSebastian Falbesoner
2024-06-11Merge bitcoin/bitcoin#30252: test: Remove redundant verack checkmerge-script
2024-06-11test: fix MiniWallet script-path spend (missing parity bit in leaf version)Sebastian Falbesoner
2024-06-11test: refactor: return TaprootInfo from P2TR address creation routineSebastian Falbesoner
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