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
f058a8368f
Allow immediate quit of sendpayment if no offers
...
In case Taker.initialize() fails for any reason such as no
liquidity, stallMonitor() will not wake up for 20*maker_timeout_sec;
so, in this change, IF the client schedule has length one, we
immediately figure the on_finished_callback with failure parameters
so that the reactor is stopped without waiting.
This change does not apply for the general multi-step schedule, as
that is principally for tumbler-style algos which are intended to
aggressively keep trying in case of any failure.
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
Allow immediate quit of sendpayment if no offers
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