aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
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
2023-03-20Merge bitcoin/bitcoin#26531: mempool: Add mempool tracepointsAndrew Chow
2023-03-20Add mempool tracepointsvirtu
2023-03-20test: Fix TypeError in wait_for_debug_logMarcoFalke
2023-03-19Merge bitcoin/bitcoin#27265: test: check that sigop limit also affects ancest...fanquake
2023-03-17Merge bitcoin/bitcoin#27212: test: Make the unlikely race in p2p_invalid_mess...fanquake
2023-03-17test: Make the unlikely race in p2p_invalid_messages impossibleMarcoFalke
2023-03-16Merge bitcoin/bitcoin#27199: test: fix race condition in encrypted wallet res...Andrew Chow
2023-03-16Fix fund transaction case at 0-value, 0-feeGreg Sanders
2023-03-16Merge bitcoin/bitcoin#27200: test: psbt: check non-witness UTXO removal for s...Andrew Chow
2023-03-15Merge bitcoin/bitcoin#26207: rest: add verbose and mempool_sequence query par...Andrew Chow