James Hilliard
6dc3504f8a
Convert jmclient to py3 style
7 years ago
AdamISZ
46e61f33b8
Fix bugs in bigstring and test_commands
...
The keys created in the bigstring.py module in case of message
length greater than 65535 were unicode and this was unsupported
by amp.py, this fixes the key to be ascii.
Additionally the tests in test_commands.py were failing silently
due to an unupgraded command syntax in JM_SETUP, it's now upgraded
and now tests, as originally, the large orderbook case, which now
passes due to the previously mentioned bugfix in bigstring for the
new Py3 compatibilty mode (builtins).
7 years ago
James Hilliard
5a0d5fe72f
Revert "Revert "Python 3 style conversion""
...
This reverts commit 2eb3a8737d .
7 years ago
AdamISZ
2eb3a8737d
Revert "Python 3 style conversion"
...
This reverts commit c08b69ba75 .
7 years ago
James Hilliard
c08b69ba75
Python 3 style conversion
7 years ago
undeath
1451c9e3ae
remove unused imports
7 years ago
Adam Gibson
d82f44190e
Implement logging levels
...
By default log level is INFO if not set in config, can be changed
(this repeats functionality from joinmarket-org/joinmarket).
9 years ago
Adam Gibson
ea9eb4a32b
Include maker and yieldgen modules. Fix tx notifications
...
for confirm and unconfirm callback; yg-basic now functioning.
Some rearrangement of daemon protocol module.
9 years ago
Adam Gibson
e685274363
prettyify commands module, remove unused commands
9 years ago
Adam Gibson
bba43dbf2a
Added yieldgen functionality, both sides using segwit wallets.
9 years ago
Adam Gibson
d3475cd8b3
remove logger hello msg
9 years ago
Adam Gibson
0d663b7ed4
Add push to random-peer and not-self options
9 years ago
Adam Gibson
0ea2dc5301
Completed coverage of jmbitcoin, jmbase, jmclient
...
Includes moving coverage and pytest files to root directory.
9 years ago
Adam Gibson
bb07a09e25
a lot more coverage of jmclient; only client_protocol left
9 years ago
Adam Gibson
f1ae5d8ecf
add large orderbook to test BigString, remove BigUnicode
9 years ago
Adam Gibson
d171681f31
refactor dir structure for new setupall script
9 years ago