| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Update dogecoin-tx tests (#1409) | Ross Nicoll | 2018-09-19 | 1 | -1/+1 |
| | | | | Update Python test address and key values to match Dogecoin format | ||||
| * | Add test cases to test new bitcoin-tx functionality | jnewbery | 2016-12-29 | 1 | -0/+24 |
| 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 | |||||