You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Adam Gibson
b58b8fcbcd
Fix tests, fix bug in mixed-transaction signing (not used in JM)
...
More on bug: when signing txs with SW and non-SW inputs, the
existing signature_form for non-SW inputs didnt pay attention
to whether the tx serialization was SW or non-SW style, so if
a SW-style tx serialization was passed in, it was kept in SW
form after passing through signature_form, resulting in an attempt
to create a signature based on SW style sighashing. The fix here
just ensures that signature_form always enforces the tx format
to be non-SW style, so allowing callers to sign() to get a valid
signature whatever they pass in.
9 years ago
..
base58_keys_invalid.json
a lot more coverage of jmclient; only client_protocol left
9 years ago
base58_keys_valid.json
a lot more coverage of jmclient; only client_protocol left
9 years ago
commontest.py
Modify jmclient tests for new protocol updates
9 years ago
taker_test_data.py
Modify jmclient tests for new protocol updates
9 years ago
test_aes.py
Add more jmclient tests, wallets full coverage
9 years ago
test_blockr.py
fix test: fee sanity check
9 years ago
test_client_protocol.py
Modify jmclient tests for new protocol updates
9 years ago
test_commitment_utils.py
completed coverage of jmclient
9 years ago
test_configure.py
Fix tests, fix bug in mixed-transaction signing (not used in JM)
9 years ago
test_mnemonic.py
Add more jmclient tests, wallets full coverage
9 years ago
test_podle.py
Completed coverage of jmbitcoin, jmbase, jmclient
9 years ago
test_schedule.py
fix test_schedule for completion flag
9 years ago
test_support.py
Modify jmclient tests for new protocol updates
9 years ago
test_taker.py
Modify jmclient tests for new protocol updates
9 years ago
test_tx_creation.py
Modify jmclient tests for new protocol updates
9 years ago
test_tx_notify.py
use callFromThread for bci callbacks
9 years ago
test_valid_addresses.py
Completed coverage of jmbitcoin, jmbase, jmclient
9 years ago
test_wallets.py
Modify jmclient tests for new protocol updates
9 years ago