Lex Berezhny
|
d9df2ead84
|
pylint fixes
|
2019-03-11 22:50:39 -04:00 |
|
Lex Berezhny
|
b07ca20e0e
|
working sync
|
2019-03-11 22:50:39 -04:00 |
|
Jack Robison
|
3a1cd8985c
|
Merge pull request #70 from lbryio/update-aiohttp
update aiohttp and astroid requirements
|
2019-02-28 12:17:08 -05:00 |
|
Jack Robison
|
a79be0513b
|
pylint
|
2019-02-28 12:00:44 -05:00 |
|
Jack Robison
|
569ac502ed
|
update aiohttp and astroid requirement
pylint 2.3.0 fixes aiohttp failure
|
2019-02-28 11:56:39 -05:00 |
|
Lex Berezhny
|
b86d2e6e73
|
use older astroid for pylint
|
2019-02-26 15:46:47 -05:00 |
|
Lex Berezhny
|
f8d24d3402
|
older aiohttp but newer astroid
|
2019-02-26 15:43:20 -05:00 |
|
Lex Berezhny
|
589768864a
|
try latest mypy and aiohttp
|
2019-02-26 15:38:37 -05:00 |
|
Lex Berezhny
|
bd2512c27e
|
pin dependency versions
|
2019-02-26 15:33:14 -05:00 |
|
Lex Berezhny
|
9e4c1120fa
|
0.3.2
|
2019-02-22 19:26:03 -05:00 |
|
Lex Berezhny
|
4eff0d2660
|
only install plyvel on linux
|
2019-02-22 19:25:27 -05:00 |
|
Jack Robison
|
09726876ad
|
pylint
|
2019-02-13 22:50:43 -05:00 |
|
Jack Robison
|
45c6ad3f6d
|
remove commits after pragma
|
2019-02-13 22:50:43 -05:00 |
|
Jack Robison
|
97e4d51c29
|
tests and feedback
|
2019-02-13 22:50:43 -05:00 |
|
Jack Robison
|
f134bc264b
|
add run_nofk to AIOSQLite to run without foreign keys
|
2019-02-13 22:50:43 -05:00 |
|
Victor Shyba
|
57eb56b92d
|
timeout earlier on connect
|
2019-02-12 21:02:25 -05:00 |
|
Victor Shyba
|
6c68ba1d22
|
add timeout->retry tests]
|
2019-02-12 21:02:25 -05:00 |
|
Brannon King
|
cabc58feb4
|
fix decoding error in torba log
|
2019-02-11 16:11:01 -05:00 |
|
Lex Berezhny
|
364f95612a
|
0.3.0
|
2019-02-10 23:11:53 -05:00 |
|
Victor Shyba
|
45669dad33
|
simplify add_keys
|
2019-01-29 13:17:35 -05:00 |
|
Victor Shyba
|
19e326c140
|
simplify generate_keys
|
2019-01-29 13:17:35 -05:00 |
|
Victor Shyba
|
e1c0caa357
|
add executemany and translate batches to it
|
2019-01-29 13:17:35 -05:00 |
|
Victor Shyba
|
9d3e1af69b
|
[wallet server] stop executor after stopping server and wait for shutdown event
|
2019-01-25 17:02:09 -05:00 |
|
Victor Shyba
|
662f2bff4c
|
[wallet server] take control of executor
|
2019-01-25 11:32:08 -05:00 |
|
Victor Shyba
|
9a9d37cc50
|
[wallet server] improved/stabler signal handlers
|
2019-01-25 11:32:08 -05:00 |
|
Victor Shyba
|
3e4c9f25a8
|
signal handlers cant call async functions
|
2019-01-25 11:32:08 -05:00 |
|
Lex Berezhny
|
2cb9d5c636
|
orchstr service transfer command works without wallet availability
|
2019-01-16 13:28:12 -05:00 |
|
Lex Berezhny
|
a53b60fca4
|
use correct env variable for setting SPV hostname
|
2019-01-16 13:05:23 -05:00 |
|
Lex Berezhny
|
09b77972d9
|
convert localhost to 127.0.0.1 bypassing /etc/hosts which resolves to ::1 and fails on default docker setup
|
2019-01-15 15:24:08 -05:00 |
|
Lex Berezhny
|
7a8c2fc98b
|
removed hard coded ipv4 and replaced it with being able to provide hostname to --spv
|
2019-01-15 00:22:55 -05:00 |
|
Lex Berezhny
|
355989d6d1
|
test_sync.py fixes
|
2019-01-13 22:59:57 -05:00 |
|
Lex Berezhny
|
08814ad811
|
test_sync.py fixes
|
2019-01-13 22:52:49 -05:00 |
|
Lex Berezhny
|
6a00cf9942
|
mypy fixes
|
2019-01-13 22:44:46 -05:00 |
|
Lex Berezhny
|
e79202de3c
|
support for linking between nodes
|
2019-01-13 22:38:36 -05:00 |
|
Lex Berezhny
|
527e288568
|
explicitely specify ipv4
|
2019-01-13 14:50:24 -05:00 |
|
Lex Berezhny
|
ed32d17936
|
use guarded stop methods in orchstr8/node.py
|
2019-01-13 11:44:32 -05:00 |
|
Lex Berezhny
|
3a8e1cd4a5
|
initial push of workbench
|
2019-01-13 02:59:54 -05:00 |
|
Lex Berezhny
|
186de045b3
|
pylint
|
2019-01-10 17:17:12 -05:00 |
|
Lex Berezhny
|
feee534829
|
silence sql transaction errors
|
2019-01-10 17:03:09 -05:00 |
|
Jack Robison
|
f4bf260cdb
|
fix improperly handled CancelledError on shutdown
|
2019-01-09 12:15:14 -05:00 |
|
Lex Berezhny
|
442138ef36
|
added AdvanceTimeTestCase
|
2019-01-07 03:02:15 -05:00 |
|
Lex Berezhny
|
b9b411ec30
|
instal older aiohttp to make pylint happy
|
2019-01-06 16:05:52 -05:00 |
|
Lex Berezhny
|
d72a152195
|
run transaction interactions now return a result
|
2018-12-15 15:53:39 -05:00 |
|
Lex Berezhny
|
390226d2ef
|
pylint
|
2018-12-15 15:53:39 -05:00 |
|
Lex Berezhny
|
a16495d06f
|
await self.server.stop()
|
2018-12-15 15:53:39 -05:00 |
|
Lex Berezhny
|
7092f40701
|
improved shutdown for torba.server and related test setup code
|
2018-12-15 15:53:39 -05:00 |
|
Victor Shyba
|
458189366f
|
typo on session.py
|
2018-12-12 20:13:34 -03:00 |
|
Victor Shyba
|
9d772a45d5
|
wait the shutdown event instead of running forever
|
2018-12-12 20:13:08 -03:00 |
|
Victor Shyba
|
1c860e8578
|
set logging to info
|
2018-12-12 20:12:35 -03:00 |
|
Lex Berezhny
|
50fc027289
|
initial version of torba/server/cli.py
|
2018-12-12 12:54:38 -05:00 |
|