Age | Commit message (Expand) | Author |
2024-01-15 | test: add regression test for the getrawtransaction segfault | Martin Zumsande |
2023-10-02 | test: Test loading wallets with conflicts without a chain | Andrew Chow |
2023-10-02 | test: ensure old fee_estimate.dat not read on restart and flushed | ismaelsadeeq |
2023-10-02 | test: wallet, verify migration doesn't crash for an invalid script | furszy |
2023-07-21 | test: wallet, add coverage for watch-only raw sh script migration | furszy |
2023-07-21 | descriptor: InferScript, do not return top-level only func as sub descriptor | furszy |
2023-07-07 | test: wallet, add coverage for addressbook migration | furszy |
2023-06-16 | Add tests for parallel compact block downloads | Greg Sanders |
2023-06-15 | test: add coverage for `/deploymentinfo` passing a blockhash | brunoerg |
2023-05-25 | rpc: Fix invalid bech32 handling | MarcoFalke |
2023-04-17 | test: add regression tests for #27468 (invalid URI segfaults) | Sebastian Falbesoner |
2023-04-17 | Merge bitcoin/bitcoin#27471: test: fix bumpfee 'spend_one_input' occasional f... | fanquake |
2023-04-17 | Merge bitcoin/bitcoin#27468: bugfix: rest: avoid segfault for invalid URI | fanquake |
2023-04-17 | bugfix: rest: avoid segfault for invalid URI | pablomartin4btc |
2023-04-15 | test: fix bumpfee 'spend_one_input' occasional failure | furszy |
2023-04-15 | Merge bitcoin/bitcoin#27308: bumpfee: avoid making bumped transactions with t... | fanquake |
2023-04-14 | Respect and update FILES_ARGS in test/lint/lint-python.py | Pieter Wuille |
2023-04-14 | Disable Python lint in src/secp256k1 | Pieter Wuille |
2023-04-12 | Merge bitcoin/bitcoin#27279: Add "warnings", deprecate "warning" in {create,l... | Andrew Chow |
2023-04-11 | wallet: Replace use of purpose strings with an enum | Andrew Chow |
2023-04-10 | test: fix importmulti/importdescriptors assertion | Jon Atack |
2023-04-10 | test: createwallet "warning" field deprecation test | Jon Atack |
2023-04-10 | rpc: deprecate "warning" field in {create,load,unload,restore}wallet | Jon Atack |
2023-04-10 | test: add test coverage for "warnings" field in createwallet | Jon Atack |
2023-04-10 | tests: Make sure that bumpfee feerate checks work when replacing outputs | Andrew Chow |
2023-04-04 | test: Remove windows workaround in authproxy | MarcoFalke |
2023-04-04 | Merge bitcoin/bitcoin#27389: test: refactor: replace unnecessary `BytesIO` uses | fanquake |
2023-04-01 | test: refactor: replace unnecessary `BytesIO` uses | Sebastian Falbesoner |
2023-03-31 | test: Remove python3.5 workaround in authproxy | MarcoFalke |
2023-03-31 | Merge bitcoin/bitcoin#27362: test: remove `GetRNGState` lsan suppression | fanquake |
2023-03-30 | Merge bitcoin/bitcoin#27350: test: refactor: dedup mempool_package_limits.py ... | glozow |
2023-03-30 | sanitizers: remove GetRNGState lsan suppression | fanquake |
2023-03-30 | scripted-diff: Rename nUnconnectingHeaders and fPreferHeaders | dergoegge |
2023-03-29 | Merge bitcoin/bitcoin#27349: test: use address_to_scriptpubkey instead of RPC... | fanquake |
2023-03-28 | test: dedup package limit checks via decorator in mempool_package_limits.py | Sebastian Falbesoner |
2023-03-28 | test: refactor: use Satoshis for fees in mempool_package_limits.py | Sebastian Falbesoner |
2023-03-28 | refactor: use address_to_scriptpubkey to retrieve addresses scriptpubkey | ismaelsadeeq |
2023-03-28 | refactor: move address_to_scriptpubkey to address.py | ismaelsadeeq |
2023-03-28 | Merge bitcoin/bitcoin#27318: test: wallet_create_tx.py fix race | fanquake |
2023-03-27 | fuzz: Remove legacy int parse fuzz tests | MarcoFalke |
2023-03-24 | Merge bitcoin/bitcoin#27269: test: Support decoding segwit address in address... | fanquake |
2023-03-23 | test: wallet_create_tx.py fix race | furszy |
2023-03-23 | Merge bitcoin/bitcoin#24845: wallet: return error msg for "too-long-mempool-... | glozow |
2023-03-23 | Merge bitcoin/bitcoin#27287: test: Replace threading with concurrent.futures | fanquake |
2023-03-23 | Merge bitcoin/bitcoin#18933: rpc: Add submit option to generateblock | fanquake |
2023-03-23 | test: add bech32 decoding support to address_to_scriptpubkey() | ismaelsadeeq |
2023-03-23 | test: test_bech32_decode in address.py | ismaelsadeeq |
2023-03-22 | Merge bitcoin/bitcoin#27271: RPC: Fix fund transaction crash when at 0-value,... | Andrew Chow |
2023-03-22 | Merge bitcoin/bitcoin#27280: test: Fix TypeError (expected str instance, byte... | fanquake |
2023-03-21 | test: Replace threading with concurrent.futures | MarcoFalke |