Victor Shyba
|
9d869820a3
|
test picking file from claim file name
|
2022-12-15 20:24:37 -03:00 |
|
Victor Shyba
|
9dc617f8e0
|
use a non-default port for streaming test so it can run with a live instance
|
2022-12-15 20:24:37 -03:00 |
|
Victor Shyba
|
2bea8f58e0
|
fix duplicated file entry on startup
|
2022-12-15 20:24:37 -03:00 |
|
Victor Shyba
|
8ce53069ad
|
fix filtering for fields missing on torrents
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
651348f6e0
|
fix status for completed torrents
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
31c6e0e835
|
fix stream_name for torrent on json encoder
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
732b7e79d7
|
fix suggested_file_name for torrent on json encoder
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
2bf0ca6441
|
fix mime_type for torrent on json encoder
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
77d2c81a30
|
fix missing added_on for torrent files
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
b39971bf05
|
fix tests for changed error msg
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
af0ad417df
|
generalize DownloadSDTimeout to DownloadMetadata timeout + fix usages
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
e862c99f6c
|
generate 3 files, check that streamed is the largest, add method to list files
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
f650e8f07e
|
test and bugfixes for streaming multifile in a subfolder case
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
37adc59b37
|
add tests for streaming, fix bugs
|
2022-12-15 20:24:36 -03:00 |
|
Victor Shyba
|
7746ded9b6
|
add test case for restart, fix torrent file update
|
2022-12-15 20:24:36 -03:00 |
|
Jonathan Moody
|
9e610cc54c
|
Update test for Hub rename of method stage_put() -> stash_put().
|
2022-11-20 20:34:30 -05:00 |
|
Jonathan Moody
|
419b5b45f2
|
Allow a few initial "transaction not found" responses from Hub.
|
2022-11-20 20:34:30 -05:00 |
|
Jonathan Moody
|
b99102f9c9
|
Bump max_misuse_attempts by 50% to 120000.
|
2022-11-20 20:34:30 -05:00 |
|
Lex Berezhny
|
48c6873fc4
|
channel_sign command has customizeable salt
|
2022-10-30 21:53:53 -04:00 |
|
Victor Shyba
|
cc976bd010
|
test for early fallback of suggested_file_name
|
2022-10-19 15:13:47 -03:00 |
|
Lex Berezhny
|
a1b87460c5
|
passing loop to asyncio functions is deprecated
|
2022-10-18 17:23:56 -04:00 |
|
zeppi
|
24e9c7b435
|
fix backwards compatibility in wallet import/export
|
2022-10-18 10:53:51 -04:00 |
|
Victor Shyba
|
12bac730bd
|
tests: check mime type as well
|
2022-10-18 00:31:10 -04:00 |
|
Victor Shyba
|
1027337833
|
fallback for stream name and tests
|
2022-10-18 00:31:10 -04:00 |
|
Victor Shyba
|
97fef21f75
|
fallback for suggested file name and tests
|
2022-10-18 00:31:10 -04:00 |
|
Lex Berezhny
|
9dafd5f69b
|
added claim_list filtering by reposted_claim_id and fix for claim_id of reposted claim in JSON output
|
2022-10-18 00:28:13 -04:00 |
|
Lex Berezhny
|
734f0651a4
|
minor refactor
|
2022-10-18 00:25:41 -04:00 |
|
zeppi
|
e4e1600f51
|
Enable unencrypted wallet import and export
|
2022-10-18 00:25:41 -04:00 |
|
Jonathan Moody
|
ab50cfa5c1
|
Add test steps to repeatedly sync_apply() using a bad password.
|
2022-09-29 22:18:54 -04:00 |
|
Jonathan Moody
|
cd6d3fec9c
|
Wait for initial sync in test_wallet_syncing_status().
|
2022-09-29 22:18:54 -04:00 |
|
Jonathan Moody
|
8c474a69de
|
Hub error message changed to include blocked/filtered.
|
2022-09-29 22:18:54 -04:00 |
|
Jonathan Moody
|
137ebd503d
|
Test insufficient funds behavior.
|
2022-09-20 10:04:23 -04:00 |
|
Jonathan Moody
|
fd69401791
|
Catch and log exceptions coming from the pay() task.
Change test to reproduce failure.
|
2022-09-20 10:04:23 -04:00 |
|
Victor Shyba
|
3021962e3d
|
tests: add peer directly instead of relying on torrent dht
|
2022-09-09 12:21:59 -03:00 |
|
Jonathan Moody
|
5c543cb374
|
Wait for hub to update with all 100 new blocks
before proceeding with initial_headers_sync().
|
2022-09-08 22:40:09 -04:00 |
|
Jonathan Moody
|
f78d7896a5
|
Revert "Add more failure message details for debugging."
This reverts commit 5e00a79751 .
|
2022-09-08 18:13:26 -04:00 |
|
Jonathan Moody
|
45a255e7a2
|
Reuse generate() logic to wait on hub
instead of half-baked reorg() logic.
|
2022-09-08 18:13:26 -04:00 |
|
Jonathan Moody
|
d2738c2e72
|
Add more failure message details for debugging.
|
2022-09-08 18:13:26 -04:00 |
|
Victor Shyba
|
e3ee3892b2
|
better test name
|
2022-08-22 18:45:18 -03:00 |
|
Victor Shyba
|
318728aebd
|
add bootstrap flag to routing table
|
2022-08-11 20:38:42 -03:00 |
|
Lex Berezhny
|
10df0c1fba
|
disable Hotbit and UPBit exchange rate feeds
|
2022-08-11 10:19:54 -04:00 |
|
Jonathan Moody
|
40f7d3ee4b
|
Stabilize test_streaming.py by scaning the data_dir, not the parent of data_dir
|
2022-08-01 17:37:06 -04:00 |
|
zeppi
|
fa5f3e7e55
|
change api for data first, password optional, return (str)
|
2022-08-01 10:04:24 -04:00 |
|
zeppi
|
30aa0724ec
|
newline end of test file
|
2022-08-01 10:04:24 -04:00 |
|
zeppi
|
059890e4e5
|
wallet import export feature
|
2022-08-01 10:04:24 -04:00 |
|
Lex Berezhny
|
656e299100
|
migrate key addresses on changed accounts after sync apply
|
2022-07-26 22:18:29 -04:00 |
|
Jack Robison
|
a9a1076362
|
improve test_es_sync_utility
|
2022-07-25 10:12:46 -04:00 |
|
Jack Robison
|
6d370b0a12
|
dont skip test_setting_stream_fields
|
2022-07-25 10:12:46 -04:00 |
|
Jack Robison
|
c9fac27b66
|
test resolving different streams for a channel using short urls
|
2022-07-25 10:12:46 -04:00 |
|
Jack Robison
|
59bc0b9682
|
update censored error
|
2022-07-25 10:12:46 -04:00 |
|