aboutsummaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Test that joinpsbts randomly shuffles the inputsAndrew Chow2019-09-241-0/+10
* Bugfix: QA: Run tests with UPnP disabledLuke Dashjr2019-09-241-0/+1
* util: No translation of `Bitcoin Core` in the copyrightMarcoFalke2019-09-241-2/+1
* 0.18: test: Add test for maxtxfee optionMarcoFalke2019-08-251-0/+39
* 0.18: wallet: Fix -maxtxfee check by moving it to CWallet::CreateTransactionJoão Barbosa2019-08-252-1/+11
* 0.18: [wallet] abort when attempting to fund a transaction above maxtxfeeSjors Provoost2019-08-252-0/+10
* [test] walletcreatefundedpsbt: check RBF is disabled when -walletrbf=0Sjors Provoost2019-08-171-3/+10
* [rpc] walletcreatefundedpsbt: use wallet default RBFSjors Provoost2019-08-171-7/+12
* signrawtransactionwithkey: report error when missing redeemScript/witnessScri...Anthony Towns2019-07-051-0/+5
* Add comments to Python ECDSA implementationJohn Newbery2019-06-261-16/+56
* Make and get the multisig redeemscript and destination in one function instea...Andrew Chow2019-06-211-1/+29
* Pure python ECPieter Wuille2019-06-215-227/+346
* test: Add test that addmultisigaddress fails for watchonly addressesMarcoFalke2019-06-211-1/+15
* test: Fixup creatmultisig documentation and whitespaceMarcoFalke2019-06-211-14/+16
* Replace remaining fprintf with tfm::format manuallyMarcoFalke2019-06-182-4/+3
* rpc: bugfix: Properly use iswitness in converttopsbtMarcoFalke2019-06-181-2/+3
* Bugfix: test/functional/rpc_psbt: Correct test description commentLuke Dashjr2019-06-181-1/+1
* Bugfix: test/functional/rpc_psbt: Remove check for specific error message tha...Luke Dashjr2019-06-181-2/+3
* fixup: Fix prunning testJoão Barbosa2019-06-141-17/+4
* Disallow extended encoding for non-witness transactions (take 3)MarcoFalke2019-05-201-3/+23
* Add test for superfluous witness record in deserializationGregory Sanders2019-05-201-0/+29
* Fix missing input template by making minimal txGregory Sanders2019-05-202-15/+5
* test: Add test for p2p_blocksonlyMarcoFalke2019-05-163-0/+67
* test: Format predicate source as multiline on errorMarcoFalke2019-05-161-1/+1
* Take non-importing keys into account for spendability warning in descriptor i...Pieter Wuille2019-04-161-1/+2
* qa: Check unconfirmed balance after loadwalletJoão Barbosa2019-04-011-0/+12
* [tests] Add test for wallet rebroadcastsJohn Newbery2019-04-011-12/+51
* rpc: return a number for estimated_feerate in analyzepsbtfanquake2019-03-131-1/+1
* Merge #15485: add rpc_misc.py, mv test getmemoryinfo, add test mallocinfoMarcoFalke2019-03-013-6/+51
|\
| * modify test for memory locked in case locking pages failed at some pointAdam Jonas2019-03-011-1/+3
| * add rpc_misc.py, mv test getmemoryinfo, add test mallocinfoAdam Jonas2019-02-263-6/+49
* | Merge #15497: rpc: Consistent range arguments in scantxoutset/importmulti/der...MarcoFalke2019-03-013-7/+11
|\ \
| * | Make deriveaddresses use stop/[start,stop] notation for rangesPieter Wuille2019-02-281-5/+8
| * | Use stop/[start,stop] notation in importmulti desc rangePieter Wuille2019-02-281-2/+2
| * | Add support for stop/[start,stop] ranges to scantxoutsetPieter Wuille2019-02-281-0/+1
* | | test: Bump timeout on tests that timeout on windowsMarcoFalke2019-02-283-1/+3
|/ /
* | Merge #15471: rpc/gui: Remove 'Unknown block versions being mined' warningMarcoFalke2019-02-262-23/+1
|\ \
| * | rpc/gui: Remove 'Unknown block versions being mined' warningWladimir J. van der Laan2019-02-252-23/+1
* | | Merge #15419: qa: Always refresh cache to be out of ibdMarcoFalke2019-02-257-34/+59
|\ \ \ | |/ / |/| |
| * | test: Simplify create_cacheMarcoFalke2019-02-251-9/+6
| * | qa: Fix wallet_txn_doublespend issueMarcoFalke2019-02-192-1/+8
| * | qa: Always refresh stale cache to be out of ibdMarcoFalke2019-02-193-6/+25
| * | qa: Remove mocktime unless requiredMarcoFalke2019-02-194-22/+24
* | | Merge #15401: rpc: Actually throw help when passed invalid number of paramsWladimir J. van der Laan2019-02-251-0/+5
|\ \ \
| * | | rpc: Actually throw help when passed invalid number of paramsMarcoFalke2019-02-201-0/+5
* | | | Merge #15278: Improve PID file error handlingWladimir J. van der Laan2019-02-211-1/+1
|\ \ \ \ | |/ / / |/| | |
| * | | Make PID file creating errors fatalHennadii Stepanov2019-02-021-1/+1
* | | | Merge #15439: tests: remove byte.hex() to keep compatibilityMarcoFalke2019-02-202-2/+3
|\ \ \ \
| * | | | tests: remove byte.hex() to keep compatibilityAkio Nakamura2019-02-192-2/+3
* | | | | Merge #15404: [test] Remove -txindex to start nodesWladimir J. van der Laan2019-02-197-52/+40
|\ \ \ \ \ | |_|_|/ / |/| | | |