Commit graph

45 commits

Author SHA1 Message Date
Lex Berezhny
9281bdb61b lazy parse scripts 2019-03-18 23:25:00 -04:00
Lex Berezhny
80b65ae7e7 OP_0 can be an OP but also an empty string, figure this out contextually in parser 2019-03-18 18:13:49 -04:00
Lex Berezhny
4ba90a727b make apply not abstract 2019-03-12 15:05:07 -04:00
Lex Berezhny
27558ffd89 implement abstract method for pylint 2019-03-12 15:05:07 -04:00
Lex Berezhny
c44de48481 + account.apply and addressmanager.apply 2019-03-12 15:05:07 -04:00
Lex Berezhny
a021ddeffd + account.modified_on 2019-03-11 22:50:39 -04:00
Victor Shyba
cdd25e3b0f pylint 2019-03-11 22:50:39 -04:00
Victor Shyba
1286417aec apply scrypt as kdf, add tests 2019-03-11 22:50:39 -04:00
Lex Berezhny
fcac4f1488 fix encrypt 2019-03-11 22:50:39 -04:00
Lex Berezhny
f655fefe52 typing fix 2019-03-11 22:50:39 -04:00
Lex Berezhny
7979f0a683 typing fix 2019-03-11 22:50:39 -04:00
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
a79be0513b
pylint 2019-02-28 12:00:44 -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
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
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
d72a152195 run transaction interactions now return a result 2018-12-15 15:53:39 -05:00
Victor Shyba
e310601266 keep connection alive for idling peers 2018-12-11 16:07:48 -05:00
Lex Berezhny
a6de3a9642 completely dropped curio.py 2018-12-11 15:59:15 -05:00
Lex Berezhny
612066165a improved integration test for tx synchronization 2018-12-06 13:38:56 -05:00
Lex Berezhny
367ffdea1f may be the sync fix 2018-12-05 23:42:16 -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
2b8c06bda7 wip sync fixing 2018-12-05 11:48:19 -05:00
Lex Berezhny
b5f245d9b6 made pylint and mypy happy 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
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
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
37468cad59 fix pylint 2018-11-04 01:01:03 -05:00
Lex Berezhny
5f70ae9923 reorganization 2018-11-04 01:55:50 -04:00