aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2022-07-13wallet: Enable -walletrbf by defaultAndrew Chow
2022-07-12test/mempool_persist: Test manual savemempool when -persistmempool=0Carl Dong
2022-07-12test: remove unnecessary parensSuhas Daftuar
2022-07-12test: Remove duplicate MAX_BIP125_RBF_SEQUENCE constantMacroFake
2022-07-12scripted-diff: [test] Rename BIP125_SEQUENCE_NUMBER to MAX_BIP125_RBF_SEQUENCEMacroFake
2022-07-12Merge bitcoin/bitcoin#24944: rpc: add getblockfrompeer RPCTypeCheck and inval...MacroFake
2022-07-12Merge bitcoin/bitcoin#25592: test persistence of non-mempool tx prioritisationMacroFake
2022-07-12Merge bitcoin/bitcoin#25575: Address comments remaining from #25353glozow
2022-07-12[test] persist prioritisation of transactions not in mempoolglozow
2022-07-11Address comments remaining from #25353Antoine Riard
2022-07-11wallet: Precompute Txdata after setting PSBT inputs' UTXOsAndrew Chow
2022-07-11test: speedup wallet_coinbase_category.pyfurszy
2022-07-11Merge bitcoin/bitcoin#25512: test: remove wallet dependency and refactor rpc...MacroFake
2022-07-10test: refactor: pass absolute fee in `create_lots_of_big_transactions` helperSebastian Falbesoner
2022-07-08Merge bitcoin/bitcoin#25337: refactor: encapsulate wallet's address book accessAndrew Chow
2022-07-08Merge bitcoin/bitcoin#25353: Add a `-mempoolfullrbf` node settingMacroFake
2022-07-07Merge bitcoin/bitcoin#25522: test: Remove -acceptnonstdtxn=1 from feature_rbf.pyMacroFake
2022-07-07Merge bitcoin/bitcoin#25525: test: remove wallet dependency from mempool_upd...MacroFake
2022-07-06Introduce `mempoolfullrbf` node setting.Antoine Riard
2022-07-06test: Remove -acceptnonstdtxn=1 from feature_rbf.pyMacroFake
2022-07-05Merge bitcoin/bitcoin#19393: test: Add more tests for orphan tx handlingMacroFake
2022-07-04Merge bitcoin/bitcoin#25454: p2p: Avoid multiple getheaders messages in fligh...fanquake
2022-07-03test, wallet: Add mempool rescan test for import RPCsFabian Jahr
2022-07-03rpc, wallet: Document and test mempool scan after importprivkeyJoão Barbosa
2022-07-03rpc, wallet: Document and test mempool scan after importaddressJoão Barbosa
2022-07-03wallet: Rescan mempool for transactions as wellFabian Jahr
2022-07-03test: pass `dustrelayfee=0` option for tests using dust (instead of `acceptno...Sebastian Falbesoner
2022-07-02test: adopt USDT utxocache interface tests0xb10c
2022-07-02test: hook into PID in tracing tests0xb10c
2022-07-01test: remove wallet dependency from mempool_updatefromblock.pyAyush Sharma
2022-07-01test: Make the scriptPubKey of MiniWallet created txs mutableMacroFake
2022-07-01test: Allow setting sequence per input in MiniWallet create_self_transfer_multiMacroFake
2022-07-01test: Allow amount_per_output in MiniWallet create_self_transfer_multiMacroFake
2022-07-01test: Allow absolute fee in MiniWallet create_self_transferMacroFake
2022-06-30Merge bitcoin/bitcoin#25364: test: remove wallet dependency from feature_null...MacroFake
2022-06-30Merge bitcoin/bitcoin#24836: add RPC (-regtest only) for testing package policyfanquake
2022-06-30Merge bitcoin/bitcoin#25503: test: pass `datacarriersize` option for tests us...MacroFake
2022-06-30test: refactor rpc_signrawtransaction.pyAyush Sharma
2022-06-30test: passing a non-positive integer value to `-peertimeout` should throw an ...brunoerg
2022-06-29test: pass `datacarriersize` option for tests using large outputs (instead of...Sebastian Falbesoner
2022-06-29test: let `gen_return_txouts` create a single large OP_RETURN outputSebastian Falbesoner
2022-06-29test: assert serialized txouts size of `gen_return_txouts` helperSebastian Falbesoner
2022-06-29streams: Add AutoFile without ser-type and ser-versionMacroFake
2022-06-29Merge bitcoin/bitcoin#25290: [kernel 3a/n] Decouple `CTxMemPool` from `ArgsMa...MacroFake
2022-06-28Don't send getheaders message when another request is outstandingSuhas Daftuar
2022-06-28scripted-diff: Rename DEFAULT_MEMPOOL_EXPIRY to indicate time unitCarl Dong
2022-06-28Merge bitcoin/bitcoin#22558: psbt: Taproot fields for PSBTlaanwj
2022-06-27test: Test signing psbts without explicitly having scriptsAndrew Chow
2022-06-27psbt, test: Check for taproot fields in taproot psbt testAndrew Chow
2022-06-27taproot: Use pre-existing signatures if availableAndrew Chow