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
|
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 |
|
Victor Shyba
|
e310601266
|
keep connection alive for idling peers
|
2018-12-11 16:07:48 -05:00 |
|
Lex Berezhny
|
78fd434686
|
asyncio.sleep() -> sleep() and asyncio.Event() to Event() in order to reduce overall diff after dropping curio.py
|
2018-12-11 15:59:15 -05:00 |
|
Lex Berezhny
|
a6de3a9642
|
completely dropped curio.py
|
2018-12-11 15:59:15 -05:00 |
|
Lex Berezhny
|
5ed478ed11
|
dropped everything in curio.py except TaskGroup so far, TaskGroup is next
|
2018-12-11 15:59:15 -05:00 |
|
Lex Berezhny
|
b93f9d4c94
|
removing dependence on curio abstraction
|
2018-12-11 15:59:15 -05:00 |
|
Victor Shyba
|
8bc07fad32
|
fast and furious
|
2018-12-07 08:47:30 -05:00 |
|
Lex Berezhny
|
612066165a
|
improved integration test for tx synchronization
|
2018-12-06 13:38:56 -05:00 |
|
Lex Berezhny
|
b273d58a80
|
0.2.5
|
2018-12-06 00:19:35 -05:00 |
|
Lex Berezhny
|
b2544139e6
|
stress test
|
2018-12-05 23:45:35 -05:00 |
|
Lex Berezhny
|
367ffdea1f
|
may be the sync fix
|
2018-12-05 23:42:16 -05:00 |
|
Lex Berezhny
|
4c854dd5a7
|
0.2.4
|
2018-12-05 11:50:11 -05:00 |
|
Lex Berezhny
|
e96b2f702d
|
0.2.3
|
2018-12-05 11:49:22 -05:00 |
|
Lex Berezhny
|
cff22a8951
|
pylint line too long
|
2018-12-05 11:48:19 -05:00 |
|
Lex Berezhny
|
1b7c5a1373
|
update_history serially handles unique addresses
|
2018-12-05 11:48:19 -05:00 |
|
Lex Berezhny
|
2bd60021aa
|
pylint
|
2018-12-05 11:48:19 -05:00 |
|
Lex Berezhny
|
2b8c06bda7
|
wip sync fixing
|
2018-12-05 11:48:19 -05:00 |
|
Lex Berezhny
|
c36b4626a9
|
added missing imports
|
2018-12-05 01:11:55 -05:00 |
|
Lex Berezhny
|
b5f245d9b6
|
made pylint and mypy happy
|
2018-12-05 01:11:55 -05:00 |
|
Lex Berezhny
|
899a6f0d4a
|
merged aiorpcx into torba.rpc
|
2018-12-05 01:11:55 -05:00 |
|
Jack Robison
|
ca67c56222
|
catch decryption errors and verify seed is valid upon decrypt
|
2018-11-26 14:40:59 -05:00 |
|
Victor Shyba
|
56fc003a96
|
log errors from wallet servers
|
2018-11-26 00:32:20 -05:00 |
|
Lex Berezhny
|
9e5246c619
|
drop old style classes in torba.server
|
2018-11-25 20:51:41 -05:00 |
|
Lex Berezhny
|
b2bcf39872
|
0.2.2
|
2018-11-25 11:08:49 -05:00 |
|
Lex Berezhny
|
10c1f8e1cf
|
drop requirements: mock, requests. merge [server] into the main requirement section
|
2018-11-20 22:57:59 -05:00 |
|
Lex Berezhny
|
ed880be3e5
|
0.2.1
|
2018-11-19 19:27:07 -05:00 |
|
Lex Berezhny
|
e5714dc1fc
|
test sync integration test and other fixes
|
2018-11-19 18:14:57 -05:00 |
|
Lex Berezhny
|
ee28bbc19b
|
pylint and mypy fixes
|
2018-11-19 18:14:57 -05:00 |
|
Lex Berezhny
|
345d4f8ab1
|
refactored tx sync
|
2018-11-19 18:14:57 -05:00 |
|
Jack Robison
|
e745b6c16e
|
fix wallet encryption
fixes https://github.com/lbryio/lbry/issues/1623
|
2018-11-19 17:15:09 -05:00 |
|
Victor Shyba
|
fb6a7442a6
|
fix wallet server shutdown for tests
|
2018-11-07 16:46:47 -05:00 |
|
Lex Berezhny
|
b8a3b62f0f
|
moved import to make pylint happy, take 2
|
2018-11-07 15:10:27 -05:00 |
|
Lex Berezhny
|
78b84ba698
|
moved import to make pylint happy
|
2018-11-07 15:07:36 -05:00 |
|
Lex Berezhny
|
fdf479241a
|
added ledger.wait(tx) to support reliably waiting for TX to be in ledger
|
2018-11-07 14:42:17 -05:00 |
|
Lex Berezhny
|
8fcbf48bdf
|
attempt UTXO check 5 times when UTXOs are less than the fee
|
2018-11-06 19:27:48 -05:00 |
|
Lex Berezhny
|
268e599423
|
handle creating transactions where input is consumed by fees and there is no output by creating an additional input which will require some change output
|
2018-11-06 19:16:27 -05:00 |
|
Lex Berezhny
|
ae8fece9bb
|
python3.6 tests pass again
|
2018-11-04 01:42:27 -05:00 |
|
Lex Berezhny
|
c497385bc7
|
setup.py fixes
|
2018-11-04 01:04:14 -05:00 |
|
Lex Berezhny
|
37468cad59
|
fix pylint
|
2018-11-04 01:01:03 -05:00 |
|
Lex Berezhny
|
5f70ae9923
|
reorganization
|
2018-11-04 01:55:50 -04:00 |
|
Lex Berezhny
|
5cdda0f3a8
|
fix AsyncTestCase imports
|
2018-11-03 20:52:26 -04:00 |
|
Lex Berezhny
|
f0e1fc1a49
|
more pylint and mypy fixes
|
2018-11-03 20:52:26 -04:00 |
|
Lex Berezhny
|
77d8c68b13
|
pylint disable workbench check for now
|
2018-11-03 20:52:26 -04:00 |
|
Lex Berezhny
|
48d7bfd225
|
pylint and mypy fixes
|
2018-11-03 20:52:26 -04:00 |
|
Lex Berezhny
|
f60435c878
|
moving and refactoring electrumx into torba
|
2018-11-03 20:52:26 -04:00 |
|
Victor Shyba
|
41332f22c3
|
bump aiorpcx + adapt basenetwork
|
2018-11-03 11:00:23 -04:00 |
|
Lex Berezhny
|
b90378d739
|
0.1.6
|
2018-10-25 17:49:17 -04:00 |
|
Victor Shyba
|
a5a0089daa
|
fix subscribe
|
2018-10-25 17:47:45 -04:00 |
|
Lex Berezhny
|
82c71e4255
|
v0.1.5
|
2018-10-21 11:53:13 -04:00 |
|
Victor Shyba
|
dce5541c3a
|
revert insert many due to lbrynet
|
2018-10-20 16:48:02 -04:00 |
|
Victor Shyba
|
8bbda75865
|
save_transaction_io back to a transaction
|
2018-10-20 16:48:02 -04:00 |
|
Lex Berezhny
|
d3d60071ae
|
v0.1.4
|
2018-10-19 11:01:35 -04:00 |
|
Victor Shyba
|
85503cf92b
|
retry with a delay increasing from 0 up to 10 seconds
|
2018-10-19 10:59:27 -04:00 |
|
Lex Berezhny
|
f67b872bd1
|
0.1.3
|
2018-10-18 18:21:39 -04:00 |
|
Victor Shyba
|
c497e9884a
|
pylint
|
2018-10-18 18:20:09 -04:00 |
|
Victor Shyba
|
3b021af1bd
|
adds a simple sqlite asyncio wrapper
|
2018-10-18 18:20:09 -04:00 |
|
Lex Berezhny
|
6fe648b9a9
|
v0.1.2
|
2018-10-17 21:21:21 -04:00 |
|
Lex Berezhny
|
03594dab6a
|
exception message correction
|
2018-10-17 21:20:21 -04:00 |
|
Victor Shyba
|
b830f4c3ca
|
fixes from code review
|
2018-10-17 19:43:26 -04:00 |
|
Victor Shyba
|
28b638f0aa
|
prefetch and remove manual update calls
|
2018-10-17 19:43:26 -04:00 |
|
Victor Shyba
|
4d0ecd1fb4
|
fix history hash
|
2018-10-17 19:43:26 -04:00 |
|
Victor Shyba
|
c7b647b1eb
|
fix test_reconnect
|
2018-10-17 14:12:08 -04:00 |
|
Victor Shyba
|
63563c412c
|
cancel pending requests and close connection on server switch
|
2018-10-17 14:12:08 -04:00 |
|
Victor Shyba
|
9fed3fce3e
|
unlock networking limits
|
2018-10-17 14:01:54 -04:00 |
|
Lex Berezhny
|
a8f8ff30a2
|
account list --show_seed fix
|
2018-10-17 10:57:24 -04:00 |
|
Lex Berezhny
|
d270e84810
|
v0.1.1.
|
2018-10-17 10:39:21 -04:00 |
|
Lex Berezhny
|
0b8c67f2f0
|
move db.commit()
|
2018-10-16 21:56:50 -04:00 |
|
Lex Berezhny
|
2b73d3d109
|
pylint fixes
|
2018-10-16 21:53:23 -04:00 |
|
Lex Berezhny
|
a7838b80c3
|
removed extraneous db.commit()
|
2018-10-16 21:49:49 -04:00 |
|
Lex Berezhny
|
f2f2a12ea1
|
added commit() after insert/update operations
|
2018-10-16 21:45:59 -04:00 |
|
Lex Berezhny
|
382ebb55b9
|
log formatting fix
|
2018-10-16 11:56:53 -04:00 |
|
Lex Berezhny
|
c6b32fa946
|
basedatabase.py test coverage
|
2018-10-15 17:15:05 -04:00 |
|
Lex Berezhny
|
ae0e1bfaef
|
support python 3.6
|
2018-10-15 17:15:05 -04:00 |
|
Lex Berezhny
|
2cd1947ef5
|
fixing tests
|
2018-10-15 17:15:05 -04:00 |
|
Lex Berezhny
|
e10f1df321
|
pylint and mypy fixes
|
2018-10-15 17:15:05 -04:00 |
|
Lex Berezhny
|
2c5fd4aade
|
twisted -> asyncio
|
2018-10-15 17:15:05 -04:00 |
|
Victor Shyba
|
0ce4b9a7de
|
tentatively refactor prefetch
|
2018-10-11 17:48:55 -04:00 |
|
Victor Shyba
|
44b1178cfe
|
fix prefetch proofs for unconfirmed and separate prefetch logic
|
2018-10-11 17:48:55 -04:00 |
|
Victor Shyba
|
7bdcaa6737
|
sync: fetch proofs and txs in batches
|
2018-10-11 17:48:55 -04:00 |
|
Victor Shyba
|
cab8981716
|
avoid reconstructing the history during loop
|
2018-10-11 17:48:55 -04:00 |
|
Victor Shyba
|
b999abb9ea
|
improve request cancelling and timeouts during switches
|
2018-10-11 17:45:54 -04:00 |
|
Victor Shyba
|
55f5c7491c
|
fixes from review for readability
|
2018-10-11 17:41:26 -04:00 |
|
Victor Shyba
|
b19fd8ed85
|
lower batch size so it works on restricted platforms
Windows and maybe some other platforms have a lower limit on sqlite variables.
|
2018-10-11 17:41:26 -04:00 |
|
Victor Shyba
|
6bdd9c9d78
|
optimize insert key loop
|
2018-10-11 17:41:26 -04:00 |
|
Victor Shyba
|
87c210952b
|
enable WAL
|
2018-10-11 17:41:26 -04:00 |
|
Victor Shyba
|
4b9c3e8409
|
generate keys in batches of 2000s
|
2018-10-11 17:41:26 -04:00 |
|
Lex Berezhny
|
c6f2d8b6fc
|
fix pylint
|
2018-10-10 21:39:36 -04:00 |
|
Lex Berezhny
|
b23481bd21
|
add height to TXRef
|
2018-10-10 21:29:29 -04:00 |
|
Lex Berezhny
|
64a626cbb5
|
v0.1.0
|
2018-10-09 23:59:57 -04:00 |
|
Lex Berezhny
|
d4f964ef8e
|
short circuit adding annotations when get_transaction does not return anything
|
2018-10-09 23:57:41 -04:00 |
|
Lex Berezhny
|
7f09405335
|
txi (txoid) index added
|
2018-10-09 23:39:00 -04:00 |
|