Age | Commit message (Expand) | Author |
2023-09-27 | tests: Use manual bumps instead of bumpfee for resendwallettransactions | Andrew Chow |
2023-07-19 | test: fix intermittent failure in wallet_resendwallettransactions.py | Martin Zumsande |
2023-05-03 | test: Update python tests to use named parameters instead of options objects | Ryan Ofsky |
2022-12-24 | scripted-diff: Bump copyright headers | Hennadii Stepanov |
2022-11-10 | test: Remove wallet option from non-wallet tests | MacroFake |
2022-09-15 | test: Add missing syncwithvalidationinterfacequeue | MacroFake |
2022-09-14 | test/doc: Remove unused syncwithvalidationinterfacequeue | MacroFake |
2022-08-29 | test: Test that an unconfirmed not-in-mempool chain is rebroadcast | Andrew Chow |
2022-08-29 | wallet: Deduplicate Resend and ReacceptWalletTransactions | Andrew Chow |
2022-08-25 | test: fix typo for MaybeResendWalletTxs | stickies-v |
2022-08-25 | wallet: trigger MaybeResendWalletTxs() every minute | stickies-v |
2022-03-18 | scripted-diff: rename TxRelay members | John Newbery |
2021-11-16 | Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha... | fanquake |
2021-11-12 | test: remove unnecessary block rehashing prior to solving | Sebastian Falbesoner |
2021-11-10 | scripted-diff: Bump copyright headers | MarcoFalke |
2021-06-21 | test: remove `ToHex` helper, use .serialize().hex() instead | Sebastian Falbesoner |
2020-12-06 | Merge #19893: test: Remove or explain syncwithvalidationinterfacequeue | MarcoFalke |
2020-10-13 | test: Speed up wallet_resendwallettransactions test with mockscheduler RPC | MarcoFalke |
2020-10-08 | test: Document why syncwithvalidationinterfacequeue is needed in tests | MarcoFalke |
2020-10-08 | Use mockable time everywhere in net_processing | Pieter Wuille |
2020-09-26 | test: use explicit p2p objects where available | Oliver Gugger |
2020-09-10 | [refactor] clarify tests by referencing p2p objects directly | gzhao408 |
2020-08-26 | test: Update wait_until usage in tests not to use the one from utils | Seleme Topuz |
2020-08-21 | scripted-diff: Rename mininode to p2p | John Newbery |
2020-08-21 | scripted-diff: Rename mininode_lock to p2p_lock | John Newbery |
2020-05-25 | [test] Test that wallet transactions aren't rebroadcast before 12 hours | Amiti Uttarwar |
2020-04-29 | Merge #18038: P2P: Mempool tracks locally submitted transactions to improve w... | fanquake |
2020-04-23 | [refactor/test] Extract P2PTxInvStore into test framework | Amiti Uttarwar |
2020-04-23 | [wallet] Update the rebroadcast frequency to be ~1/day. | Amiti Uttarwar |
2020-04-16 | scripted-diff: Bump copyright headers | MarcoFalke |
2020-02-29 | test: Add missing syncwithvalidationinterfacequeue | MarcoFalke |
2019-07-02 | rpc: Clarify that block count means height excl genesis | MarcoFalke |
2019-04-11 | Merge #15773: test: Add BitcoinTestFramework::sync_* methods | MarcoFalke |
2019-04-09 | test: Remove unused imports | MarcoFalke |
2019-04-09 | [wallet] Schedule tx rebroadcasts in wallet | John Newbery |
2019-03-27 | [tests] Add test for wallet rebroadcasts | John Newbery |
2018-09-10 | qa: Run all tests even if wallet is not compiled | MarcoFalke |
2018-07-27 | Update copyright headers to 2018 | DrahtBot |
2018-01-25 | [tests] Rename wallet_* functional tests. | Anthony Towns |