aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2021-12-16Merge bitcoin/bitcoin#23720: test: Refactor addr_relay.py addr generation, in...MarcoFalke
2021-12-16test: Combine addr generation helper functionsMartin Zumsande
2021-12-16test: Fix intermittent issue in p2p_addr_relay.pyMartin Zumsande
2021-12-16Merge bitcoin/bitcoin#23777: doc: follow-ups from #23365 (index backwards sea...MarcoFalke
2021-12-16Merge bitcoin/bitcoin#23721: wallet, refactor: Move restorewallet() logic to ...MarcoFalke
2021-12-16Merge bitcoin/bitcoin#23782: test: include two more interruptions pointsMarcoFalke
2021-12-15refactor: remove the wallet folder if the restore failsw0xlt
2021-12-15refactor: Move restorewallet() RPC logic to the wallet sectionw0xlt
2021-12-15test: re-organized array according to order of logs and included 2 more inter...seaona
2021-12-15test: include two more interruptions pointsseaona
2021-12-15Merge bitcoin/bitcoin#23758: net: Use type-safe mockable time for peer connec...MarcoFalke
2021-12-15doc: add explanations for assert in index and magic numbers in testMartin Zumsande
2021-12-15Merge bitcoin/bitcoin#23756: refactor: Fix implicit integer sign changes in s...MarcoFalke
2021-12-14tests: Add missing assert_equal import to p2p_add_connections.pyAndrew Chow
2021-12-14Merge bitcoin/bitcoin#22777: net processing: don't request tx relay on feeler...MarcoFalke
2021-12-13Merge bitcoin/bitcoin#23755: rpc: Quote user supplied strings in error messagesMarcoFalke
2021-12-13Merge bitcoin/bitcoin#23648: test: Use byte unit 'M' for -maxuploadtarget f...MarcoFalke
2021-12-13rpc: Quote user supplied strings in error messagesMarcoFalke
2021-12-13Merge bitcoin/bitcoin#23365: index: Fix backwards search for bestblockMarcoFalke
2021-12-13Use mockable time for peer connection timeMarcoFalke
2021-12-13Fix implicit integer sign changes in strencodingsMarcoFalke
2021-12-11rpc: output all hash preimages in 'decodepsbt'Antoine Poinsot
2021-12-11Merge bitcoin/bitcoin#23113: Add warnings to createmultisig and addmultisig i...MarcoFalke
2021-12-11test: fix test failures in test/functional/p2p_timeouts.pyJon Atack
2021-12-10test: Use byte unit 'M' for -maxuploadtarget functional testDouglas Chimento
2021-12-10Add global xpub test vectors from BIPAndrew Chow
2021-12-10Test for proprietary fieldAndrew Chow
2021-12-10Implement PSBT versionsAndrew Chow
2021-12-10Merge bitcoin/bitcoin#22514: psbt: Actually use SIGHASH_DEFAULT for PSBT signingMarcoFalke
2021-12-10Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...MarcoFalke
2021-12-10Merge bitcoin/bitcoin#23628: Check descriptors returned by external signersfanquake
2021-12-09test: add feature_coinstatsindex.py --descriptors to test_runner.pySebastian Falbesoner
2021-12-09test: fix test feature_coinstatsindex.py for descriptor walletsSebastian Falbesoner
2021-12-09test: Replace hashlib.new with named constructorMarcoFalke
2021-12-09Check descriptors returned by external signerssstone
2021-12-09Merge bitcoin/bitcoin#23715: test: feature_rbf.py: check specified wallet typ...MarcoFalke
2021-12-09Merge bitcoin/bitcoin#23716: test: replace hashlib.ripemd160 with an own impl...MarcoFalke
2021-12-08Swap out hashlib.ripemd160 for own implementationPieter Wuille
2021-12-08Add pure Python RIPEMD-160Pieter Wuille
2021-12-08test: feature_rbf.py: check specified wallet type availabilitySebastian Falbesoner
2021-12-08doc: Normalize RPC description whitespaceMarcoFalke
2021-12-08test: interface_bitcoin_cli.py: check specified wallet type availabilitySebastian Falbesoner
2021-12-08psbt: Actually use SIGHASH_DEFAULTAndrew Chow
2021-12-08Merge bitcoin/bitcoin#20295: rpc: getblockfrompeerMarcoFalke
2021-12-08Add warnings field to addmultisigaddress to warn about uncompressed keysSamuel Dobson
2021-12-08Add warnings field to createmultisig to warn about uncompressed keysSamuel Dobson
2021-12-07Merge bitcoin/bitcoin#14707: [RPC] Include coinbase transactions in receivedb...MarcoFalke
2021-12-07Test including coinbase transactions in receivedby wallet rpcsAndrew Toth
2021-12-07Merge bitcoin/bitcoin#22689: rpc: deprecate top-level fee fields in getmempoo...MarcoFalke
2021-12-07Merge bitcoin/bitcoin#20583: rpc: Add missing BlockUntilSyncedToCurrentChain ...MarcoFalke