index
:
slackcoder/bitcoin
master
show-current
Bitcoin Code integration/staging tree
Mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
util
Age
Commit message (
Expand
)
Author
2018-05-02
rpcauth: Make it possible to provide a custom password
Wladimir J. van der Laan
2018-04-24
[tests] Make rpcauth.py testable and add unit tests
Qasim Javed
2018-04-13
Expose a transaction's weight via RPC
Matt Corallo
2018-03-21
Fix typos
practicalswift
2018-01-24
qa: Prepare functional tests for Windows
MarcoFalke
2017-12-09
Fix string concatenation to os.path.join and add exception case
dongsamb
2017-10-11
Merge #11420: Bump univalue subtree and fix json formatting in tests
Wladimir J. van der Laan
2017-10-03
Merge #11433: qa: Restore bitcoin-util-test py2 compatibility
MarcoFalke
2017-10-01
qa: Restore bitcoin-util-test py2 compatibility
MarcoFalke
2017-09-29
Bump univalue and fix json formatting in tests
MarcoFalke
2017-09-29
Merge #11167: Full BIP173 (Bech32) support
Wladimir J. van der Laan
2017-09-28
Implement BIP173 addresses and tests
Pieter Wuille
2017-09-20
Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
Matt Corallo
2017-08-07
rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv
Wladimir J. van der Laan
2017-06-06
Merge bctest.py into bitcoin-util-test.py
John Newbery
2017-05-03
Use shared config file for functional and util tests
John Newbery
2017-05-03
Use an .ini config file for environment vars in bitcoin-util-test.py
John Newbery
2017-05-03
Change help_text in bitcoin-util-test.py to a docstring.
John Newbery
2017-05-03
Change bitcoin-util-test.py to use Python3
John Newbery
2017-04-28
refactor TxToJSON() and ScriptPubKeyToJSON()
jonnynewbs
2017-03-30
Add tests for bitcoin-tx input checking
John Newbery
2017-03-30
Check stderr when testing bitcoin-tx
John Newbery
2017-03-20
Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py
John Newbery