Age | Commit message (Expand) | Author |
2023-04-26 | Merge bitcoin/bitcoin#25158: rpc, wallet: add abandoned field for all categor... | Andrew Chow |
2023-04-26 | Merge bitcoin/bitcoin#26933: mempool: disallow txns under min relay fee, even... | glozow |
2023-04-23 | test: simplify uint256 (de)serialization routines | Sebastian Falbesoner |
2023-04-21 | Merge bitcoin/bitcoin#25939: rpc: In `utxoupdatepsbt` also look for the tx in... | Andrew Chow |
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-17 | [test] mempool full in package accept | glozow |
2023-04-17 | [test] package cpfp bumps parents <mempoolminfee but >=minrelaytxfee | glozow |
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-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-30 | Merge bitcoin/bitcoin#27350: test: refactor: dedup mempool_package_limits.py ... | glozow |
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-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 |
2023-03-20 | Merge bitcoin/bitcoin#26531: mempool: Add mempool tracepoints | Andrew Chow |
2023-03-20 | Add mempool tracepoints | virtu |
2023-03-20 | test: Fix TypeError in wait_for_debug_log | MarcoFalke |
2023-03-19 | Merge bitcoin/bitcoin#27265: test: check that sigop limit also affects ancest... | fanquake |
2023-03-18 | rpc, tests: in `utxoupdatepsbt` also look for the transaction in the txindex | ishaanam |
2023-03-17 | Merge bitcoin/bitcoin#27212: test: Make the unlikely race in p2p_invalid_mess... | fanquake |
2023-03-17 | test: Make the unlikely race in p2p_invalid_messages impossible | MarcoFalke |
2023-03-16 | Merge bitcoin/bitcoin#27199: test: fix race condition in encrypted wallet res... | Andrew Chow |
2023-03-16 | Fix fund transaction case at 0-value, 0-fee | Greg Sanders |