Adrian Gallagher
d4a9d24930
Litecoin: Fix tests
7 years ago
ultragtx
ddbdcd482a
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
7 years ago
Matt Corallo
75997c3b35
Disallow uncompressed pubkeys in bitcoin-tx [multisig] output adds
...
Github-Pull: #11377
Rebased-From: 28d4542a0a
7 years ago
John Newbery
19ecd1e2e1
Add tests for bitcoin-tx input checking
8 years ago
John Newbery
21704f6334
Check stderr when testing bitcoin-tx
8 years ago
John Newbery
63d66ba20a
Move src/test/bitcoin-util-test.py to test/util/bitcoin-util-test.py
8 years ago
John Newbery
0c50909347
testcases: explicitly specify transaction version 1
8 years ago
jnewbery
b7e144bb73
Add test cases to test new bitcoin-tx functionality
...
This commit add testcases to test the following functions in bitcoin-tx:
- add a pay to non-standard script output
- add a P2SH output
- add a P2WSH output
- add a P2WSH wrapped in a P2SH output
- add a pay to pub key output
- add a P2WPKH output
- add a P2WPKH wrapped in a P2SH output
- add a bare multisig output
- add a multisig in P2SH output
- add a multisig in a P2WSH output
- add a multisig in a P2WSH wrapped in as P2SH output
8 years ago
Douglas Roark
b3717326c1
Re-enable a blank v1 Tx JSON test
8 years ago
BtcDrak
c5c92c46fb
Update python tests for default tx version=2
8 years ago
jnewbery
7451cf59cd
Allow bitcoin-tx to parse partial transactions
...
Restore pre V0.13.1 functionality to bitcoin-tx and allow it to parse 0-input partial transactions.
8 years ago
jnewbery
621441a7a7
add verbose mode to bitcoin-util-test.py
8 years ago
jnewbery
54e5d7c1b8
Add bitcoin-tx JSON tests
8 years ago
Jonas Schnelli
ae357d5ab9
[Bitcoin-Tx] Add tests for sequence number support
9 years ago
Pavel Janík
627468d2ea
Add support for data-based outputs (OP_RETURN) to bitcoin-tx.
9 years ago
Wladimir J. van der Laan
133601f6a5
tests: Fix bitcoin-tx signing testcase
...
Fixes wrong scriptPubkey problem, which caused the transaction to
not actually be signed.
9 years ago
Eric R. Schulz
2c14d1532f
bitcoin-tx: Add test case for signing a tx
10 years ago
Cory Fields
41d67c78bf
tests: fix python test-runner for windows
...
Windows needed a few fixups to get the tests running:
1. bitcoin-tx needs a file extension in Windows. Take this opportunity to
add an env file, which pulls variables out of our build config. This can
be extended as needed, for now it's very simple.
2. After #1 , split the args out of the exec key in the test data.
3. Correct the line-endings from windows stdout
10 years ago
Luke Dashjr
a65e320747
bitcoin-util-test: Test bitcoin-tx with null scriptPubKey
10 years ago
Jeff Garzik
df4d61e681
Add bitcoin-tx tests
...
Testing: delin, delout, locktime, and basic createrawtransaction-like
functionality.
10 years ago
Jeff Garzik
fb14452c6c
bitcoin-tx: Accept input via stdin. Add input handling to tests.
10 years ago
Jeff Garzik
d789386371
Add "it works" test for bitcoin-tx
10 years ago