aboutsummaryrefslogtreecommitdiff
path: root/test/util
Commit message (Expand)AuthorAgeFilesLines
* Remove Python 2 import workaroundspracticalswift2018-12-131-6/+1
* Properly generate salt in rpcauth.py, update testsCarl Dong2018-11-171-3/+3
* Consolidate redundant implementations of ParseHashStrBen Woosley2018-09-251-0/+60
* fix deprecation in bitcoin-util-test.pyIsidoro Ghezzi2018-08-131-1/+1
* Always create 70 byte signatures with low R valuesAndrew Chow2018-08-092-9/+9
* bitcoin-tx: Stricter check for valid integersDaniel Kraft2018-07-071-0/+55
* Explicitly specify encoding when opening text files in Python codepracticalswift2018-06-122-5/+5
* rpcauth: Make it possible to provide a custom passwordWladimir J. van der Laan2018-05-021-4/+3
* [tests] Make rpcauth.py testable and add unit testsQasim Javed2018-04-241-0/+49
* Expose a transaction's weight via RPCMatt Corallo2018-04-1324-0/+24
* Fix typospracticalswift2018-03-211-2/+2
* qa: Prepare functional tests for WindowsMarcoFalke2018-01-241-1/+1
* Fix string concatenation to os.path.join and add exception casedongsamb2017-12-091-4/+8
* Merge #11420: Bump univalue subtree and fix json formatting in testsWladimir J. van der Laan2017-10-118-69/+69
|\
| * Bump univalue and fix json formatting in testsMarcoFalke2017-09-298-69/+69
* | Merge #11433: qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke2017-10-031-3/+10
|\ \ | |/ |/|
| * qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke2017-10-011-3/+10
* | Merge #11167: Full BIP173 (Bech32) supportWladimir J. van der Laan2017-09-293-3/+15
|\ \
| * | Implement BIP173 addresses and testsPieter Wuille2017-09-283-3/+15
| |/
* / Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo2017-09-202-0/+44
|/
* rpc: Use ValueFromAmount instead of FormatMoney in TxToUnivWladimir J. van der Laan2017-08-0721-24/+24
* Merge bctest.py into bitcoin-util-test.pyJohn Newbery2017-06-062-152/+140
* Use shared config file for functional and util testsJohn Newbery2017-05-032-12/+1
* Use an .ini config file for environment vars in bitcoin-util-test.pyJohn Newbery2017-05-033-5/+19
* Change help_text in bitcoin-util-test.py to a docstring.John Newbery2017-05-031-7/+7
* Change bitcoin-util-test.py to use Python3John Newbery2017-05-031-2/+1
* refactor TxToJSON() and ScriptPubKeyToJSON()jonnynewbs2017-04-2823-0/+46
* Add tests for bitcoin-tx input checkingJohn Newbery2017-03-301-0/+32
* Check stderr when testing bitcoin-txJohn Newbery2017-03-302-0/+16
* Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery2017-03-2052-0/+1752