aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-02-12[test] Use mocktime in test_seed_peers()Dhruv Mehta
2021-02-12[refactor] Correct log message in net.cppDhruv Mehta
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 #21064: refactor: use std::shared_mutex & remove Boost ThreadWladimir 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-11Merge #21023: fuzz: Disable shuffle when merge=1MarcoFalke
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-02refactor: replace Boost shared_mutex with std shared_mutex in sigcachefanquake
2021-02-01scripted-diff: Remove setup_clean_chain if default is not changedFabian Jahr
2021-02-01doc: Improve setup_clean_chain documentationFabian Jahr
2021-02-01Drop boost/preprocessor dependenciesHennadii Stepanov
2021-02-01Merge #21016: refactor: remove boost::thread_group usageWladimir J. van der Laan
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-29refactor: remove boost::thread_group usagefanquake
2021-01-29Merge #20724: Cleanup of -debug=net log messagesMarcoFalke
2021-01-29Merge #21012: ci: Fuzz with integer sanitizerMarcoFalke
2021-01-28fuzz: Disable shuffle when merge=1MarcoFalke
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