aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework
AgeCommit message (Expand)Author
2021-05-24test: MiniWallet: introduce enum type for output modeSebastian Falbesoner
2021-05-17test: MiniWallet: add P2PK supportSebastian Falbesoner
2021-05-10test: use MiniWallet for feature_csv_activation.pySebastian Falbesoner
2021-05-05Merge bitcoin/bitcoin#21754: test: Run feature_cltv with MiniWalletMarcoFalke
2021-04-30Merge bitcoin/bitcoin#19521: Coinstats IndexW. J. van der Laan
2021-04-29test: Assert that exit code indicates failureMarcoFalke
2021-04-29test: Run feature_cltv with MiniWalletMarcoFalke
2021-04-29Merge bitcoin/bitcoin#21762: test: Speed up mempool_spend_coinbase.pyMarcoFalke
2021-04-28test: Fix intermittent issue in p2p_addr_relay.pyMarcoFalke
2021-04-23test: Fix test cache issueMarcoFalke
2021-04-23test: Create MiniWallet.create_self_transferMarcoFalke
2021-04-22test: Add MiniWallet.sendrawtransactionMarcoFalke
2021-04-19test: Add tests for block_info in gettxoutsetinfoFabian Jahr
2021-04-19test: Add functional test for Coinstats indexFabian Jahr
2021-04-12tests: Skip SQLite fsyncs while testingAndrew Chow
2021-03-29Merge #20286: rpc: deprecate `addresses` and `reqSigs` from rpc outputsMarcoFalke
2021-03-26Merge #21390: test: Test improvements for UTXO set hash testsMarcoFalke
2021-03-24Merge #21357: test: Unconditionally check for fRelay field in test frameworkMarcoFalke
2021-03-23Unconditionally check for fRelay field in test frameworkTroy Giorshev
2021-03-23test: Remove wallet dependency of utxo set hash testFabian Jahr
2021-03-23rpc: deprecate `addresses` and `reqSigs` from rpc outputsMichael Dietz
2021-03-16Use Bech32m encoding for v1+ segwit addressesPieter Wuille
2021-03-05Merge #21246: doc: Correction for VerifyTaprootCommitment commentsfanquake
2021-03-01Correction for VerifyTaprootCommitment commentsRussell O'Connor
2021-02-25Merge #21254: test: Avoid connecting to real network when running testsMarcoFalke
2021-02-25Merge #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate()Wladimir J. van der Laan
2021-02-23rpc: add external_signer option to createwalletSjors Provoost
2021-02-21test: framework: add skip_if_no_external_signerSjors Provoost
2021-02-21test: Avoid connecting to real network when running testsMarcoFalke
2021-02-18Merge #19809: log: Prefix log messages with function name and source code loc...Wladimir J. van der Laan
2021-02-17[test] Check user agent string from test framework connectionsJohn Newbery
2021-02-17[test] Add P2P_SERVICES to p2p.pyJohn Newbery
2021-02-17[test] Move MY_RELAY to p2p.pyJohn Newbery
2021-02-17[test] Move MY_SUBVERSION to p2p.pyJohn Newbery
2021-02-17[test] Move MY_VERSION to p2p.pyJohn Newbery
2021-02-17[test] Move MIN_VERSION_SUPPORTED to p2p.pyJohn Newbery
2021-02-17Merge #20993: test: store subversion (user agent) as string in msg_versionMarcoFalke
2021-02-16test: Speed up rpc_blockchain.py by removing miniwallet.generate()MarcoFalke
2021-02-16test: Cache 25 mature coins for ADDRESS_BCRT1_P2WSH_OP_TRUEMarcoFalke
2021-02-15Merge #21100: test: remove unused function xor_bytesMarcoFalke
2021-02-09test: remove unused function xor_bytesSebastian Falbesoner
2021-02-09test: remove unnecessary assignment in bdbBruno Garcia
2021-02-08test: remove type: comments in favour of actual annotationsfanquake
2021-02-05Merge #20267: Disable and fix tests for when BDB is not compiledWladimir J. van der Laan
2021-02-02Merge #19509: Per-Peer Message CaptureMarcoFalke
2021-01-31Merge #20954: test: Declare `nodes` type in test_framework.py.MarcoFalke
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-23Add capture parserTroy Giorshev