aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2019-09-24Test that joinpsbts randomly shuffles the inputsAndrew Chow
2019-09-24Bugfix: QA: Run tests with UPnP disabledLuke Dashjr
2019-09-24util: No translation of `Bitcoin Core` in the copyrightMarcoFalke
2019-08-250.18: test: Add test for maxtxfee optionMarcoFalke
2019-08-250.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa
2019-08-250.18: [wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost
2019-08-17[test] walletcreatefundedpsbt: check RBF is disabled when -walletrbf=0Sjors Provoost
2019-08-17[rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost
2019-07-05signrawtransactionwithkey: report error when missing redeemScript/witnessScri...Anthony Towns
2019-06-26Add comments to Python ECDSA implementationJohn Newbery
2019-06-21Make and get the multisig redeemscript and destination in one function instea...Andrew Chow
2019-06-21Pure python ECPieter Wuille
2019-06-21test: Add test that addmultisigaddress fails for watchonly addressesMarcoFalke
2019-06-21test: Fixup creatmultisig documentation and whitespaceMarcoFalke
2019-06-18Replace remaining fprintf with tfm::format manuallyMarcoFalke
2019-06-18rpc: bugfix: Properly use iswitness in converttopsbtMarcoFalke
2019-06-18Bugfix: test/functional/rpc_psbt: Correct test description commentLuke Dashjr
2019-06-18Bugfix: test/functional/rpc_psbt: Remove check for specific error message tha...Luke Dashjr
2019-06-14fixup: Fix prunning testJoão Barbosa
2019-05-20Disallow extended encoding for non-witness transactions (take 3)MarcoFalke
2019-05-20Add test for superfluous witness record in deserializationGregory Sanders
2019-05-20Fix missing input template by making minimal txGregory Sanders
2019-05-16test: Add test for p2p_blocksonlyMarcoFalke
2019-05-16test: Format predicate source as multiline on errorMarcoFalke
2019-04-16Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille
2019-04-01qa: Check unconfirmed balance after loadwalletJoão Barbosa
2019-04-01[tests] Add test for wallet rebroadcastsJohn Newbery
2019-03-13rpc: return a number for estimated_feerate in analyzepsbtfanquake
2019-03-01Merge #15485: add rpc_misc.py, mv test getmemoryinfo, add test mallocinfoMarcoFalke
2019-03-01modify test for memory locked in case locking pages failed at some pointAdam Jonas
2019-03-01Merge #15497: rpc: Consistent range arguments in scantxoutset/importmulti/der...MarcoFalke
2019-02-28Make deriveaddresses use stop/[start,stop] notation for rangesPieter Wuille
2019-02-28test: Bump timeout on tests that timeout on windowsMarcoFalke
2019-02-28Use stop/[start,stop] notation in importmulti desc rangePieter Wuille
2019-02-28Add support for stop/[start,stop] ranges to scantxoutsetPieter Wuille
2019-02-26add rpc_misc.py, mv test getmemoryinfo, add test mallocinfoAdam Jonas
2019-02-26Merge #15471: rpc/gui: Remove 'Unknown block versions being mined' warningMarcoFalke
2019-02-25Merge #15419: qa: Always refresh cache to be out of ibdMarcoFalke
2019-02-25test: Simplify create_cacheMarcoFalke
2019-02-25rpc/gui: Remove 'Unknown block versions being mined' warningWladimir J. van der Laan
2019-02-25Merge #15401: rpc: Actually throw help when passed invalid number of paramsWladimir J. van der Laan
2019-02-21Merge #15278: Improve PID file error handlingWladimir J. van der Laan
2019-02-20rpc: Actually throw help when passed invalid number of paramsMarcoFalke
2019-02-20Merge #15439: tests: remove byte.hex() to keep compatibilityMarcoFalke
2019-02-19qa: Fix wallet_txn_doublespend issueMarcoFalke
2019-02-19qa: Always refresh stale cache to be out of ibdMarcoFalke
2019-02-19qa: Remove mocktime unless requiredMarcoFalke
2019-02-19Merge #15404: [test] Remove -txindex to start nodesWladimir J. van der Laan
2019-02-19Merge #15415: [test] functional: allow custom cwd, use tmpdir as defaultMarcoFalke
2019-02-19[test] functional: set cwd of nodes to tmpdirSjors Provoost