aboutsummaryrefslogtreecommitdiff
path: root/test/util
AgeCommit message (Expand)Author
2018-08-09Always create 70 byte signatures with low R valuesAndrew Chow
2018-07-07bitcoin-tx: Stricter check for valid integersDaniel Kraft
2018-06-12Explicitly specify encoding when opening text files in Python codepracticalswift
2018-05-02rpcauth: Make it possible to provide a custom passwordWladimir J. van der Laan
2018-04-24[tests] Make rpcauth.py testable and add unit testsQasim Javed
2018-04-13Expose a transaction's weight via RPCMatt Corallo
2018-03-21Fix typospracticalswift
2018-01-24qa: Prepare functional tests for WindowsMarcoFalke
2017-12-09Fix string concatenation to os.path.join and add exception casedongsamb
2017-10-11Merge #11420: Bump univalue subtree and fix json formatting in testsWladimir J. van der Laan
2017-10-03Merge #11433: qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-10-01qa: Restore bitcoin-util-test py2 compatibilityMarcoFalke
2017-09-29Bump univalue and fix json formatting in testsMarcoFalke
2017-09-29Merge #11167: Full BIP173 (Bech32) supportWladimir J. van der Laan
2017-09-28Implement BIP173 addresses and testsPieter Wuille
2017-09-20Disallow uncompressed pubkeys in bitcoin-tx [multisig] output addsMatt Corallo
2017-08-07rpc: Use ValueFromAmount instead of FormatMoney in TxToUnivWladimir J. van der Laan
2017-06-06Merge bctest.py into bitcoin-util-test.pyJohn Newbery
2017-05-03Use shared config file for functional and util testsJohn Newbery
2017-05-03Use an .ini config file for environment vars in bitcoin-util-test.pyJohn Newbery
2017-05-03Change help_text in bitcoin-util-test.py to a docstring.John Newbery
2017-05-03Change bitcoin-util-test.py to use Python3John Newbery
2017-04-28refactor TxToJSON() and ScriptPubKeyToJSON()jonnynewbs
2017-03-30Add tests for bitcoin-tx input checkingJohn Newbery
2017-03-30Check stderr when testing bitcoin-txJohn Newbery
2017-03-20Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.pyJohn Newbery