Commit graph

6739 commits

Author SHA1 Message Date
Victor Shyba
11086b93f1 migrate other fields 2019-03-25 22:54:08 -04:00
Victor Shyba
df5662136d migrate cert + adapt to latest types repo 2019-03-25 22:54:08 -04:00
Victor Shyba
291d65070d move common schema values to constants.py 2019-03-25 22:54:08 -04:00
Victor Shyba
9b64ee33dc fix imports: schema.schema -> schema.legacy_schema_v1 2019-03-25 22:54:08 -04:00
Victor Shyba
5404d26f2f schema.schema -> schema.legacy_schema_v1 2019-03-25 22:54:08 -04:00
Victor Shyba
26ade1f228 bump merged proto3 2019-03-25 22:54:08 -04:00
Victor Shyba
b49f1f1b54 fix imports 2019-03-25 22:54:08 -04:00
Victor Shyba
3bafa2ad22 regenerate protos 2019-03-25 22:54:08 -04:00
Victor Shyba
378ec44f3c update make to generate proto2 and proto3 2019-03-25 22:54:08 -04:00
Victor Shyba
9d0d17b422 rename proto proto2 2019-03-25 22:54:08 -04:00
Lex Berezhny
aa93b94b61 fix unit tests 2019-03-25 22:27:52 -04:00
Lex Berezhny
d7dadc2f0e + __not_like db condition 2019-03-25 22:04:48 -04:00
Lex Berezhny
33ac9eea13 fix is_valid_address 2019-03-24 21:53:52 -04:00
Lex Berezhny
9ff41f748e upgrades 2019-03-24 17:09:55 -04:00
Lex Berezhny
9589ac6d02 include tx in db get_txos() 2019-03-22 03:03:48 -04:00
Lex Berezhny
cfa74985e0 Revert "add hash property to txoref"
This reverts commit 38ae660a68.
2019-03-20 14:17:14 -04:00
Victor Shyba
38ae660a68 add hash property to txoref 2019-03-20 14:02:14 -04:00
Lex Berezhny
ca4a07f766 ledger.is_valid_address added 2019-03-20 01:36:30 -04:00
Victor Shyba
f7c8145283 fix travis not to build wallet on PR 2019-03-19 12:22:00 -04:00
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
0de17730ca v0.34.0 2019-03-15 16:21:29 -04:00
Jack Robison
58743ba19b
Merge pull request #1987 from lbryio/more-dht-tests
improve dht unit tests
2019-03-15 15:38:51 -04:00
Jack Robison
f2fefbe287
add lbrynet.dht.blob_announcer unit tests 2019-03-15 14:29:02 -04:00
Jack Robison
60a24f0e6e
add lbrynet.dht.protocol.data_store unit tests 2019-03-15 12:44:55 -04:00
Jack Robison
664f91bfab
add lbrynet.dht.protocol.distance unit tests 2019-03-15 12:44:41 -04:00
Jack Robison
44f92a271f
move dht tests to reflect the real directory structure 2019-03-15 12:01:21 -04:00
Jack Robison
6565ca8558
improve lbrynet.dht.serialization unit tests 2019-03-14 18:45:56 -04:00
Jack Robison
3b0ba3e534 v0.34.0rc2 2019-03-14 16:03:39 -04:00
Jack Robison
8106eb1fa5
Merge pull request #1986 from lbryio/fix-timeout-no-peers
fix default download timeout not being set
2019-03-14 15:47:12 -04:00
Jack Robison
c9b2829227
fix/test fixed_peer_delay and added_fixed_peers 2019-03-14 15:08:26 -04:00
Jack Robison
4f2f8b16f3
fix pending downloads not being removed 2019-03-14 13:52:00 -04:00
Jack Robison
2ab2b846b1
fix default download timeout not being set 2019-03-14 13:07:11 -04:00
Jack Robison
2df7284c29
Merge pull request #1985 from lbryio/fix-ttfb-analytics
fix the time to the head blob including the time to the sd blob in analytics
2019-03-14 11:17:37 -04:00
Jack Robison
ab5d71ff61
fix the time to the head blob including the time to the sd blob in analytics 2019-03-13 16:24:23 -04:00
Lex Berezhny
99b289f135 v0.34.0rc1 2019-03-12 20:29:10 -04:00
Lex Berezhny
6db02e4362 show build type setting when building 2019-03-12 20:23:10 -04:00
Lex Berezhny
98d8b7d463 sync uses new apply APIs in torba 2019-03-12 20:22:41 -04:00
Lex Berezhny
96f1883fc4 check modified_on 2019-03-12 20:22:41 -04:00
Lex Berezhny
a914de155a working sync 2019-03-12 20:22:41 -04:00
Lex Berezhny
2dee0ff0bf wip account manifest command 2019-03-12 20:22:41 -04:00
Jack Robison
993cb43e5b fix tests
-fix cleanup of a failed download
2019-03-12 20:22:01 -04:00
Jack Robison
5d212a0f82 time to first bytes analytics 2019-03-12 20:22:01 -04:00
Lex Berezhny
61a254f580 0.4.0 2019-03-12 15:36:24 -04:00
Jack Robison
0cc602ca53
Merge pull request #1978 from lbryio/sigint
handle sigint
2019-03-12 15:06:08 -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
Victor Shyba
f390ff144d
handle sigint 2019-03-12 13:43:12 -04:00
Jack Robison
b266cde511
Merge pull request #1980 from lbryio/batched-channel-name-initialization
use _batched_select to populate channel names when initializing files
2019-03-12 13:41:58 -04:00