aboutsummaryrefslogtreecommitdiff
path: root/test/functional
AgeCommit message (Expand)Author
2021-03-04Test that signrawtx works when a signed CSV and CLTV inputs are presentAndrew Chow
2021-02-12Merge #19884: p2p: No delay in adding fixed seeds if -dnsseed=0 and peers.dat...Wladimir J. van der Laan
2021-02-12Merge #19145: Add hash_type MUHASH for gettxoutsetinfoWladimir J. van der Laan
2021-02-11[p2p] No delay in adding fixed seeds if -dnsseed=0 and peers.dat is empty. Ad...Dhruv Mehta
2021-02-11Merge #21043: net: Avoid UBSan warning in ProcessMessage(...)MarcoFalke
2021-02-09test: remove unnecessary assignment in bdbBruno Garcia
2021-02-09Merge #21117: test: remove assert_blockchain_heightMarcoFalke
2021-02-08Merge #20944: rpc: Return total fee in getmempoolinfoMarcoFalke
2021-02-08test: remove assert_blockchain_heightMarcoFalke
2021-02-08Merge #21107: test: remove type: comments in favour of actual annotationsMarcoFalke
2021-02-08Merge #21084: test: fix timeout decrease in feature_assumevalidMarcoFalke
2021-02-08test: remove type: comments in favour of actual annotationsfanquake
2021-02-08Merge #21081: test: fix the unreachable code at feature_taprootfanquake
2021-02-05Merge #20267: Disable and fix tests for when BDB is not compiledWladimir J. van der Laan
2021-02-04test: fix timeout decrease in feature_assumevalidBruno Garcia
2021-02-04fix the unreachable code at feature_taprootBruno Garcia
2021-02-04Merge #21042: doc, test: Improve setup_clean_chain documentationMarcoFalke
2021-02-04Merge #20715: util: Add ArgsManager::GetCommand() and use it in bitcoin-walletMarcoFalke
2021-02-02Merge #19509: Per-Peer Message CaptureMarcoFalke
2021-02-02util: Disallow negative mocktimeMarcoFalke
2021-02-01scripted-diff: Remove setup_clean_chain if default is not changedFabian Jahr
2021-02-01doc: Improve setup_clean_chain documentationFabian Jahr
2021-01-31Merge #20954: test: Declare `nodes` type in test_framework.py.MarcoFalke
2021-01-30test: Add test for deterministic UTXO set hash resultsFabian Jahr
2021-01-30test: Add test for gettxoutsetinfo RPC with MuHashFabian Jahr
2021-01-30rpc: Add hash_type MUHASH to gettxoutsetinfoFabian Jahr
2021-01-29Merge #20724: Cleanup of -debug=net log messagesMarcoFalke
2021-01-28rpc: Return total fee in mempoolMarcoFalke
2021-01-28rpc: Use RPCHelpMan for check-rpc-mappings linterMarcoFalke
2021-01-28net: use peer=N instead of from=N in debug logAnthony Towns
2021-01-28Merge #20226: wallet, rpc: add listdescriptors commandSamuel Dobson
2021-01-27wallet, rpc: add listdescriptors commandIvan Metlushko
2021-01-27tests: Disable bdb dump test when no bdbAndrew Chow
2021-01-27Fix wallet_send.py wallet setup to work with descriptorsAndrew Chow
2021-01-27Require legacy wallet for wallet_upgradewallet.pyAndrew Chow
2021-01-27Explicitly mark legacy wallet tests as suchAndrew Chow
2021-01-27Setup wallets for interface_zmq.pyAndrew Chow
2021-01-27Use MiniWallet in rpc_net.pyAndrew Chow
2021-01-27Setup wallets for interface_bitcoin_cli.pyAndrew Chow
2021-01-27Setup wallets with descriptors for feature_notificationsAndrew Chow
2021-01-27Have feature_filelock.py test both bdb and sqlite, depending on compiledAndrew Chow
2021-01-27Disable upgrades tests that require BDB if BDB is not compiledAndrew Chow
2021-01-27Disable wallet_descriptor.py bdb format check if BDB is not compiledAndrew Chow
2021-01-27tests: Don't make any wallets unless wallet is requiredAndrew Chow
2021-01-27Skip legacy wallet reliant tests if BDB is not compiledAndrew Chow
2021-01-27tests: Set descriptors default based on compilationAndrew Chow
2021-01-27Merge #20964: rpc: Add specific error code for "wallet already loaded"Wladimir J. van der Laan
2021-01-25rpc: Add specific error code for "wallet already loaded"Wladimir J. van der Laan
2021-01-24Better error messages for invalid addressesBezdrighin
2021-01-23Add Message Capture TestTroy Giorshev