aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2023-03-06Merge bitcoin/bitcoin#26742: http: Track active requests and wait for last to...Andrew Chow
2023-02-28Merge bitcoin/bitcoin#26533: prune: scan and unlink already pruned block file...Andrew Chow
2023-02-23Merge bitcoin/bitcoin#25943: rpc: Add a parameter to sendrawtransaction which...Andrew Chow
2023-02-23Merge bitcoin/bitcoin#27124: docs: add ramdisk guide for running tests on OSXfanquake
2023-02-22Merge bitcoin/bitcoin#25574: validation: Improve error handling when VerifyDB...Andrew Chow
2023-02-22Merge bitcoin/bitcoin#27143: test: Replace 0xC0 constantfanquake
2023-02-22docs: add ramdisk guide for running tests on OSXMatthew Zipkin
2023-02-22Merge bitcoin/bitcoin#27068: wallet: SecureString to allow null charactersAndrew Chow
2023-02-22Merge bitcoin/bitcoin#27137: test: Raise PRNG seed log to INFOfanquake
2023-02-22Merge bitcoin/bitcoin#26595: wallet: be able to specify a wallet name and pas...fanquake
2023-02-22test: Replace 0xC0 constantroconnor-blockstream
2023-02-22Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare exceptfanquake
2023-02-21tests: Tests for migrating wallets by name, and providing passphraseAndrew Chow
2023-02-21Test case for passphrases with null charactersJohn Moffett
2023-02-21Merge bitcoin/bitcoin#26347: wallet: ensure the wallet is unlocked when neede...Andrew Chow
2023-02-21Raise PRNG seed log to INFO.roconnor-blockstream
2023-02-20Add test for unspendable transactions and parameter 'maxburnamount' to sendra...David Gumberg
2023-02-20Merge bitcoin/bitcoin#27053: wallet: reuse change dest when re-creating TX wi...fanquake
2023-02-20Merge bitcoin/bitcoin#27113: rpc: Use a FlatSigningProvider in decodescript t...fanquake
2023-02-20Merge bitcoin/bitcoin#27128: test: fix intermittent issue in `p2p_disconnect_...fanquake
2023-02-20Merge bitcoin/bitcoin#25950: test: fix test abort for high timeout values (an...fanquake
2023-02-20test: fix intermittent issue in `p2p_disconnect_ban`brunoerg
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-17Merge bitcoin/bitcoin#20018: p2p: ProcessAddrFetch(-seednode) is unnecessary ...Andrew Chow
2023-02-17Merge bitcoin/bitcoin#27106: net: remove orphaned CSubNet::SanityCheck()fanquake
2023-02-16validation: report if pruning prevents completion of verificationMartin Zumsande
2023-02-16Merge bitcoin/bitcoin#25344: New `outputs` argument for `bumpfee`/`psbtbumpfee`Andrew Chow
2023-02-16wallet: Be able to unlock the wallet for migrationAndrew Chow
2023-02-16tests: decodescript can infer descriptors for scripts >520 bytesAndrew Chow
2023-02-16Merge bitcoin/bitcoin#26714: test: add coverage for unparsable `-maxuploadtar...merge-script
2023-02-16Merge bitcoin/bitcoin#26586: test: previous releases: add v24.0.1merge-script
2023-02-16Merge bitcoin/bitcoin#24149: Signing support for Miniscript Descriptorsfanquake
2023-02-15script: remove out-of-date snprintf TODOJon Atack
2023-02-15Merge bitcoin/bitcoin#27035: test: simplify and speedup mempool_updatefromblo...merge-script
2023-02-15wallet: reuse change dest when recreating TX with avoidpartialspendsMatthew Zipkin
2023-02-15Merge bitcoin/bitcoin#26153: Reduce wasted pseudorandom bytes in ChaCha20 + v...fanquake
2023-02-14test: test rescanning encrypted walletsishaanam
2023-02-14Merge bitcoin/bitcoin#26184: test: p2p: check that headers message with inval...Andrew Chow
2023-02-14Merge bitcoin/bitcoin#27093: test: Fix intermittent sync issue in wallet_pruningfanquake
2023-02-13Modernize rpcauth.py and its testsPieter Wuille
2023-02-13test: Fix intermittent sync issue in wallet_pruningMarcoFalke
2023-02-13psbt: support externally provided preimages for Miniscript satisfactionAntoine Poinsot
2023-02-13Merge bitcoin/bitcoin#26970: test: fix immediate tx relay in wallet_groups.pymerge-script
2023-02-11qa: functional test Miniscript signing with key and timelocksAntoine Poinsot
2023-02-11refactor: make descriptors in Miniscript functional test more readableAntoine Poinsot
2023-02-11script/sign: basic signing support for Miniscript descriptorsAntoine Poinsot
2023-02-10test: Reduce extended timeout on abortnode testFabian Jahr
2023-02-10test: p2p: check that headers message with invalid proof-of-work disconnects ...Sebastian Falbesoner
2023-02-09test: Fix intermittent sync issue in wallet_pruning721217.xyz