Lex Berezhny
|
814eaca524
|
cli tests fixed
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
e06916f5ae
|
fixing unit tests
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
d61e1e9d8c
|
fix proto v1 integration test
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
25436893bc
|
pylint and a few other fixes
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
4b3a6ab875
|
big support tests passes
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
67dcede2d8
|
lots of stuff deleted
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
0872a6fea3
|
partial test_claim_list_by_channel
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
a3aed3219f
|
fix test_abandoned_channel_with_signed_claims
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
af73e1a2f5
|
chris45 passing again
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
55bbf5aa74
|
progress on chris45
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
d47575e8e0
|
progress
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
8fc4f4aa73
|
cleanup recent test changes
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
fe9aa666e9
|
fix name is not part of old sigs
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
a9e0eeba7e
|
add tests and fix verification of old signatures
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
0830917afb
|
delete unused test method
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
1ed086e90f
|
bring back test for picking oldest on dupe claims
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
56db631626
|
fix signed channel tests, WIP on tampering
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
aa029955ee
|
fix tx api tests
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
df649341cd
|
json output formatting fix for Claim
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
a3c3143868
|
fixed remaining references to lbrynet.extras.wallet -> lbrynet.wallet
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
d0201fe7c7
|
base integration test class should default to VERBOSITY=WARN, not DEBUG
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
664a2a324d
|
fix import error on stream unit test
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
8259d7c680
|
txo.claim_hash and other fixes related to proto3 refactor
|
2019-03-25 22:54:08 -04:00 |
|
Victor Shyba
|
6653da2973
|
all
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
1d68bef6f2
|
client side pretty much done
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
22bacc907b
|
moved test_channel_signing.py from tests/unit/schema to tests/unit/wallet
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
1e8ad900c7
|
renamed test_signing.py to test_channel_signing.py
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
cd2b535afb
|
moved claim signing to TXO
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
1ec8f0b0b4
|
wip
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
d5e37acd8f
|
minor Fee changes
|
2019-03-25 22:54:08 -04:00 |
|
Lex Berezhny
|
cd15230a92
|
getting close to a nice model
|
2019-03-25 22:54:08 -04:00 |
|
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 |
|
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
|
c9b2829227
|
fix/test fixed_peer_delay and added_fixed_peers
|
2019-03-14 15:08:26 -04:00 |
|
Jack Robison
|
2ab2b846b1
|
fix default download timeout not being set
|
2019-03-14 13:07:11 -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
|
98d8b7d463
|
sync uses new apply APIs in torba
|
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 |
|
Jack Robison
|
d0a1541d0a
|
fix test
|
2019-03-12 13:00:43 -04:00 |
|
Brannon King
|
8d9da61c7d
|
reverted temporary code for full local stack from
|
2019-03-05 09:32:43 -05:00 |
|