Jeremiah Buddenhagen
66f17548e3
prefer camelCase FloData
2018-02-11 12:28:37 -08:00
Ray Engelking
7aa6e66e89
txComment updated to floData
2018-02-08 14:26:07 -05:00
Ray Engelking
1a014f9ea2
python file copyright notices updated
2018-02-06 16:49:49 -05:00
Jeremiah Buddenhagen
f3488d4cb0
Fix all bitcoin-util test cases
2018-02-06 10:32:28 -08:00
Jeremiah Buddenhagen
13cff3fdff
fix blanktxv2 add txcomment
2018-02-05 16:31:21 -08:00
Ray Engelking
04225f95ec
Test net sync'd fine; still needs new EXT keys
2018-01-11 19:21:07 -05:00
Ray Engelking
cc07563557
Misc FLO corrections
2018-01-07 15:34:32 -05:00
Ray Engelking
e7a2440c76
all files converted to FLO 0.15.0.1rc, except for minor issues
2018-01-06 15:26:19 -05:00
Adrian Gallagher
74bb6de5ed
Litecoin: Fix various tests
2017-09-19 18:22:34 -07:00
ultragtx
07bf9007d3
Litecoin: Fix various tests
...
# Conflicts:
# .travis.yml
# qa/README.md
# qa/pull-tester/rpc-tests.py
# qa/rpc-tests/test_framework/test_framework.py
# src/test/README.md
# src/test/blockencodings_tests.cpp
# src/test/main_tests.cpp
# src/test/pow_tests.cpp
# src/test/test_bitcoin.cpp
# test/functional/fundrawtransaction.py
# test/functional/multi_rpc.py
# test/functional/p2p-compactblocks.py
# test/functional/test_framework/mininode.py
# test/functional/test_framework/util.py
2017-09-19 18:22:34 -07:00
Wladimir J. van der Laan
ec05c508c6
rpc: Use ValueFromAmount instead of FormatMoney in TxToUniv
...
With this, the amounts returned in `decoderawtransaction` will be
padded to 8 digits like anywhwere else in the API.
2017-08-07 17:01:21 +02:00
John Newbery
8ad5bdef78
Merge bctest.py into bitcoin-util-test.py
...
bctest.py is only used as an import by bitcoin-util-test.py. There's no
value in keeping it as a separate module, so let's merge them into a
single module to keep building and packaging simpler.
bitcoin-test-util is importable as a module, so if any future modules
really want to import the code from bctest.py, they can import
bitcoin-test-util and call the bctest functions by name.
2017-06-06 16:42:38 -04:00
John Newbery
95836c5eba
Use shared config file for functional and util tests
...
The functional tests and util tests both require a config file that is
generated by ./configure. This commit merges those two config
files into a single configuration file that can be shared by both tests.
The config from config.ini is put into a Namespace object to maintain
the interface with bctest.py. A future commit could change this
interface to use a dictionary instead of a namespace.
2017-05-03 14:18:30 -04:00
John Newbery
89fcd3586c
Use an .ini config file for environment vars in bitcoin-util-test.py
2017-05-03 14:18:14 -04:00
John Newbery
e9265df15b
Change help_text in bitcoin-util-test.py to a docstring.
2017-05-03 14:14:50 -04:00
John Newbery
ce58e93ec0
Change bitcoin-util-test.py to use Python3
2017-05-03 14:14:04 -04:00
jonnynewbs
0ff9320bf5
refactor TxToJSON() and ScriptPubKeyToJSON()
2017-04-28 10:01:56 -04:00
John Newbery
19ecd1e2e1
Add tests for bitcoin-tx input checking
2017-03-30 16:37:53 -04:00
John Newbery
21704f6334
Check stderr when testing bitcoin-tx
2017-03-30 16:37:53 -04:00
John Newbery
63d66ba20a
Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py
2017-03-20 10:40:31 -04:00