aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2024-01-15test: add regression test for the getrawtransaction segfaultMartin Zumsande
2023-10-02test: Test loading wallets with conflicts without a chainAndrew Chow
2023-10-02test: ensure old fee_estimate.dat not read on restart and flushedismaelsadeeq
2023-10-02test: wallet, verify migration doesn't crash for an invalid scriptfurszy
2023-07-21test: wallet, add coverage for watch-only raw sh script migrationfurszy
2023-07-21descriptor: InferScript, do not return top-level only func as sub descriptorfurszy
2023-07-07test: wallet, add coverage for addressbook migrationfurszy
2023-06-16Add tests for parallel compact block downloadsGreg Sanders
2023-06-15test: add coverage for `/deploymentinfo` passing a blockhashbrunoerg
2023-05-25rpc: Fix invalid bech32 handlingMarcoFalke
2023-04-17test: add regression tests for #27468 (invalid URI segfaults)Sebastian Falbesoner
2023-04-17Merge bitcoin/bitcoin#27471: test: fix bumpfee 'spend_one_input' occasional f...fanquake
2023-04-17Merge bitcoin/bitcoin#27468: bugfix: rest: avoid segfault for invalid URIfanquake
2023-04-17bugfix: rest: avoid segfault for invalid URIpablomartin4btc
2023-04-15test: fix bumpfee 'spend_one_input' occasional failurefurszy
2023-04-15Merge bitcoin/bitcoin#27308: bumpfee: avoid making bumped transactions with t...fanquake
2023-04-14Respect and update FILES_ARGS in test/lint/lint-python.pyPieter Wuille
2023-04-14Disable Python lint in src/secp256k1Pieter Wuille
2023-04-12Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l...Andrew Chow
2023-04-11wallet: Replace use of purpose strings with an enumAndrew Chow
2023-04-10test: fix importmulti/importdescriptors assertionJon Atack
2023-04-10test: createwallet "warning" field deprecation testJon Atack
2023-04-10rpc: deprecate "warning" field in {create,load,unload,restore}walletJon Atack
2023-04-10test: add test coverage for "warnings" field in createwalletJon Atack
2023-04-10tests: Make sure that bumpfee feerate checks work when replacing outputsAndrew Chow
2023-04-04test: Remove windows workaround in authproxyMarcoFalke
2023-04-04Merge bitcoin/bitcoin#27389: test: refactor: replace unnecessary `BytesIO` usesfanquake
2023-04-01test: refactor: replace unnecessary `BytesIO` usesSebastian Falbesoner
2023-03-31test: Remove python3.5 workaround in authproxyMarcoFalke
2023-03-31Merge bitcoin/bitcoin#27362: test: remove `GetRNGState` lsan suppressionfanquake
2023-03-30Merge bitcoin/bitcoin#27350: test: refactor: dedup mempool_package_limits.py ...glozow
2023-03-30sanitizers: remove GetRNGState lsan suppressionfanquake
2023-03-30scripted-diff: Rename nUnconnectingHeaders and fPreferHeadersdergoegge
2023-03-29Merge bitcoin/bitcoin#27349: test: use address_to_scriptpubkey instead of RPC...fanquake
2023-03-28test: dedup package limit checks via decorator in mempool_package_limits.pySebastian Falbesoner
2023-03-28test: refactor: use Satoshis for fees in mempool_package_limits.pySebastian Falbesoner
2023-03-28refactor: use address_to_scriptpubkey to retrieve addresses scriptpubkeyismaelsadeeq
2023-03-28refactor: move address_to_scriptpubkey to address.pyismaelsadeeq
2023-03-28Merge bitcoin/bitcoin#27318: test: wallet_create_tx.py fix racefanquake
2023-03-27fuzz: Remove legacy int parse fuzz testsMarcoFalke
2023-03-24Merge bitcoin/bitcoin#27269: test: Support decoding segwit address in address...fanquake
2023-03-23test: wallet_create_tx.py fix racefurszy
2023-03-23Merge bitcoin/bitcoin#24845: wallet: return error msg for "too-long-mempool-...glozow
2023-03-23Merge bitcoin/bitcoin#27287: test: Replace threading with concurrent.futuresfanquake
2023-03-23Merge bitcoin/bitcoin#18933: rpc: Add submit option to generateblockfanquake
2023-03-23test: add bech32 decoding support to address_to_scriptpubkey()ismaelsadeeq
2023-03-23test: test_bech32_decode in address.pyismaelsadeeq
2023-03-22Merge bitcoin/bitcoin#27271: RPC: Fix fund transaction crash when at 0-value,...Andrew Chow
2023-03-22Merge bitcoin/bitcoin#27280: test: Fix TypeError (expected str instance, byte...fanquake
2023-03-21test: Replace threading with concurrent.futuresMarcoFalke