SomberNight
5ec3d2888f
websocket: migrate to scripthashes
7 years ago
Justin Turner Arthur
857eb4ac1d
Remove unused imports. Explicitly import a few deep imports.
7 years ago
Justin Turner Arthur
9a0aa9b478
Remove Python 2 support imports.
7 years ago
ThomasV
d96561bc9d
fix #3175
7 years ago
ThomasV
216e9403be
cleanup six (no python2 support)
7 years ago
ThomasV
15642ec8de
python3: remove calls to unicode function
8 years ago
Dmitry Sorokin
5be78950ca
py3
8 years ago
Serge Victor
55d392c274
Spread payment requests to subdirs
Currently Electrum stores all payment requests in main requests
directory. It's not going to be efficient when we have thousands of
thousands of payment requests. This patch spreads that files across
two level of subdirectories.
8 years ago
ThomasV
305843999e
Relicensing
9 years ago
ThomasV
ed2ab5e3c1
websockets: minor fix
9 years ago
ThomasV
1207ad3ba4
fix: websocket uses network object
9 years ago
ThomasV
2a29d1e5e7
fix syntax error
9 years ago
ThomasV
2934fd17be
fix websockets
9 years ago
Chris Beaven
876a2c8ed0
Missing sys import
Also put the error message in sys.exit rather than printing. This will output it to stderr and make the exit code non-zero
like it should be.
9 years ago
ThomasV
f3bd1662f7
fix web request server. fixes #1455
9 years ago
ThomasV
0c5bfb8c26
print -> util.print_error
10 years ago
ThomasV
18d145cced
add websocket to webpages
10 years ago