aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2020-10-22Merge #20112: test: Speed up wallet_resendwallettransactions with mockschedul...MarcoFalke
2020-10-22Merge #20176: test: Fix intermittent issue in p2p_feefilterMarcoFalke
2020-10-22Merge #20039: test: Convert amounts from float to decimalMarcoFalke
2020-10-21test: Fix rpc_net intermittent issueMarcoFalke
2020-10-21Convert amounts from float to decimalPrayank
2020-10-21Merge #20198: Show name, format and if uses descriptors in bitcoin-wallet toolMarcoFalke
2020-10-21Show name, format and if uses descriptors in bitcoin-wallet toolJonas Schnelli
2020-10-20test: Move (dis)?connect_nodes globals into TestFramework as helpersElliott Jin
2020-10-20scripted-diff: test: Replace uses of (dis)?connect_nodes globalPrayank
2020-10-20test: Replace use of (dis)?connect_nodes globalsElliott Jin
2020-10-20Merge #20125: rpc, wallet: Expose database format in getwalletinfoSamuel Dobson
2020-10-19Merge #19624: Warn on unknown rw_settingsMarcoFalke
2020-10-19test: Fix typo (one tx is enough) in p2p_feefilterMarcoFalke
2020-10-18test: Fix intermittent issue in wallet_sendMarcoFalke
2020-10-18test: Fix intermittent issue in wallet_import_rescanMarcoFalke
2020-10-17Merge #20159: test: mining_getblocktemplate_longpoll.py improvements (use Min...MarcoFalke
2020-10-17test: Fix intermittent issue in p2p_feefilterMarcoFalke
2020-10-16test: add logging for mining_getblocktemplate_longpoll.pySebastian Falbesoner
2020-10-16test: remove unused helpers random_transaction(), make_change() and gather_in...Sebastian Falbesoner
2020-10-16test: use MiniWallet for mining_getblocktemplate_longpoll.pySebastian Falbesoner
2020-10-16Merge #19401: QA: Use GBT to get block versions correctMarcoFalke
2020-10-15Address functional test nitsPieter Wuille
2020-10-15Merge #20002: net, rpc, cli: expose peer network in getpeerinfo; simplify/imp...Wladimir J. van der Laan
2020-10-15test: add coverage for getwalletinfo format fieldJon Atack
2020-10-15Merge #19770: RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "p...MarcoFalke
2020-10-15Merge #19953: Implement BIP 340-342 validation (Schnorr/taproot/tapscript)Wladimir J. van der Laan
2020-10-15Merge #19077: wallet: Add sqlite as an alternative wallet database and use it...Samuel Dobson
2020-10-14Merge #19988: Overhaul transaction request logicWladimir J. van der Laan
2020-10-14Update wallet_multiwallet.py for descriptor and sqlite walletsRussell Yanofsky
2020-10-14Run dumpwallet for legacy wallets only in wallet_backup.pyAndrew Chow
2020-10-14RPC: getpeerinfo: Deprecate "whitelisted" field (replaced by "permissions")Luke Dashjr
2020-10-14rpc, test: expose CNodeStats network in RPC getpeerinfoJon Atack
2020-10-13test: Speed up wallet_resendwallettransactions test with mockscheduler RPCMarcoFalke
2020-10-13Merge #20126: test: p2p_leak_tx.py improvements (use MiniWallet, add p2p_lock...MarcoFalke
2020-10-12tests: dumping and minimizing of script assets dataPieter Wuille
2020-10-12tests: functional tests for Schnorr/Taproot/TapscriptPieter Wuille
2020-10-12tests: add BIP340 Schnorr signature support to test frameworkPieter Wuille
2020-10-12Activate Taproot/Tapscript on regtest (BIP 341, BIP 342)Pieter Wuille
2020-10-12Make Taproot spends standard + policy limitsPieter Wuille
2020-10-12Reduce MAX_PEER_TX_ANNOUNCEMENTS for non-PF_RELAY peersPieter Wuille
2020-10-12Change transaction request logic to use txrequestPieter Wuille
2020-10-12test: add p2p_lock acquires in p2p_leak_tx.pySebastian Falbesoner
2020-10-11test: use MiniWallet for p2p_leak_tx.pySebastian Falbesoner
2020-10-11Merge #19954: Complete the BIP155 implementation and upgrade to TORv3fanquake
2020-10-09net: advertise support for ADDRv2 via new messageVasil Dimov
2020-10-08Merge #20101: rpc: change no wallet loaded message to be clearerMarcoFalke
2020-10-08Use mockable time everywhere in net_processingPieter Wuille
2020-10-07rpc: change no wallet loaded message to be clearerAndrew Chow
2020-10-07Merge #19339: validation: re-delegate absurd fee checking from mempool to cli...fanquake
2020-10-05scripted-diff: update max-fee-exceeded error message to include RPCgzhao408