Jonathan Moody
eb5da9511e
Revert "TEMP: Try python 3.8."
...
This reverts commit 8def4d5177
.
2023-04-03 13:34:36 -04:00
Jonathan Moody
8722ef840e
Bump python_requires >= 3.8.
...
Code to handle CancelledError (as subclass of Exception) was removed.
2023-04-03 13:34:36 -04:00
Jonathan Moody
6e75a1a89b
TEMP: Try python 3.8.
2023-04-03 13:34:36 -04:00
Jonathan Moody
ef3189de1d
Work on some DeprecationWarnings: The explicit passing of coroutine objects to asyncio.wait() is deprecated since Python 3.8.
2023-04-03 13:34:36 -04:00
Jonathan Moody
c2d2080034
Try to suppress asyncio.CancelledError in a different way in test_streaming.py.
2023-04-03 13:34:36 -04:00
Jonathan Moody
d0b5a0a8fd
TEMP: Add workflow_dispatch.
2023-04-03 13:34:36 -04:00
Jonathan Moody
1d0e17be21
Another place generalized to Exception or asyncio.CancelledError.
2023-04-03 13:34:36 -04:00
Jonathan Moody
4ef03bb1f4
Try separate file_manager.stop() and start() calls to better
...
control order of events in test.
While file_manager is stopped, we get no response to file_list().
2023-04-03 13:34:36 -04:00
Jonathan Moody
4bd4bcdc27
Try ubuntu-20.04 to resolve missing libffi.so.7 issue.
2023-04-03 13:34:36 -04:00
Jonathan Moody
e5ca967fa2
Make FileManager.stop() async because SourceManager.stop() is now async.
2023-04-03 13:34:36 -04:00
Jonathan Moody
eed7d02e8b
Tweak aiohttp version to be compatible with hub repository.
2023-04-03 13:34:36 -04:00
Jonathan Moody
02aecad52b
CancelledError derives from BaseException in Python >= 3.8. The significant functional
...
change here is in upload_to_reflector(). Unit tests in TestReflector were failing.
Deal with lint related to CancelledError cleanup.
2023-04-03 13:34:36 -04:00
Jonathan Moody
585962d930
Make stop(), stop_tasks() consistently async routines, and have stop_tasks()
...
wait for file_output_task completion. This fixes a problem with
test_download_stop_resume_delete.
2023-04-03 13:34:36 -04:00
Jonathan Moody
ea4fba39a6
Fix Transport, DatagramTransport mockup issues.
2023-04-03 13:34:36 -04:00
Jonathan Moody
7a86406746
Fix and enable lint no-self-use & try-except-raise.
2023-04-03 13:34:36 -04:00
Jonathan Moody
c8a3eb97a4
Bump pylint version. Old pylint did not find standard library stuff on 3.9.12.
2023-04-03 13:34:36 -04:00
Lex Berezhny
20213628d7
upgrade cryptography
2023-04-03 13:34:36 -04:00
Lex Berezhny
2d1649f972
pylint disable shuffle() arg check
2023-04-03 13:34:36 -04:00
Lex Berezhny
5cb04b86a0
shuffle() needs custom random, removed loop from Event()/Queue()
2023-04-03 13:34:36 -04:00
Lex Berezhny
93ab6b3be3
passing loop to asyncio functions is deprecated
2023-04-03 13:34:36 -04:00
Lex Berezhny
b9762c3e64
update plyvel
2023-04-03 13:34:36 -04:00
Lex Berezhny
82592d00ef
try building 3.9
2023-04-03 13:34:36 -04:00
Jonathan Moody
c118174c1a
Try shell: bash to simplify.
2023-02-02 14:16:07 -05:00
Jonathan Moody
d284acd8b8
Remove "debug pip cache".
2023-02-02 14:16:07 -05:00
Jonathan Moody
235c98372d
Fix syntax.
2023-02-02 14:16:07 -05:00
Jonathan Moody
d2f5073ef4
Single "set pip cache dir" task with conditional inside.
2023-02-02 14:16:07 -05:00
Jonathan Moody
84e5e43117
Bump upload-artifact version too.
2023-02-02 14:16:07 -05:00
Jonathan Moody
7bd025ae54
Upgrade change-string-case. Use startsWith() to test runner.os.
...
Bump change-string-case-action version again.
2023-02-02 14:16:07 -05:00
Jonathan Moody
8f28ce65b0
Switch to environment vars in $GITHUB_ENV.
2023-02-02 14:16:07 -05:00
Jonathan Moody
d36e305129
Functions save-state, set-output deprecated. Use new mechanism.
2023-02-02 14:16:07 -05:00
Jonathan Moody
2609dee8fb
Bump checkout, setup-python, cache action verions.
2023-02-02 14:16:07 -05:00
Lex Berezhny
a2da86d4b5
v0.113.0
2023-01-23 10:43:02 -05:00
Alex Grin
aa16c7fee5
Update conf.py
2023-01-23 10:30:25 -05:00
Alex Grin
3266f72b82
add s1.lbry.network
2023-01-23 10:30:25 -05:00
Jack Robison
77cd2a3f8a
add more non lbry.com hubs/bootstrap dht nodes
2023-01-23 10:30:25 -05:00
Alex Grin
308e586e9a
add grin's domain to bootstrap hubs list
2023-01-23 10:30:25 -05:00
84beddfd77
Added tracker and dht from pigg.es
...
Added tracker and dht from pigg.es
2023-01-22 19:09:17 -05:00
Victor Shyba
6258651650
Merge pull request #3716 from lbryio/dht_exceptions
...
handle remote exceptions on routing table ping
2022-12-13 17:18:47 -03:00
Victor Shyba
cc5f0b6630
handle remote exception on routing table ping
2022-12-13 16:56:58 -03:00
Jonathan Moody
f64d507d39
TEMP: Pin workflows to ubuntu-20.04 to work around missing ripemd160 issue.
2022-12-12 21:47:41 -05:00
Jonathan Moody
001819d5c2
Bump Hub to include fix for supports with wrong names.
2022-11-20 20:34:30 -05:00
Jonathan Moody
8b4c046d28
Try pyinstaller==4.6 to fix MacOS build failure.
2022-11-20 20:34:30 -05:00
Jonathan Moody
2c20ad6c43
Add another zlib.error mapped to InvalidPasswordError.
2022-11-20 20:34:30 -05: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
b9d25c6d01
Bump hub to latest, getting fix for TX negative caching issue and others.
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
516c2dd5d0
Bump hub to fix subscribe race + EADDRINUSE issue.
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
8c6c7b655c
v0.112.0
2022-10-30 21:56:17 -04:00
Lex Berezhny
48c6873fc4
channel_sign command has customizeable salt
2022-10-30 21:53:53 -04:00
Victor Shyba
15dc52bd9a
Merge pull request #3695 from lbryio/3690
...
Fix claim fields fallback raising errors before download is saved on database
2022-10-28 11:16:52 -03:00
Victor Shyba
52d555078f
initialize stored claim field for fallback earlier
2022-10-19 15:13:47 -03:00
Victor Shyba
cc976bd010
test for early fallback of suggested_file_name
2022-10-19 15:13:47 -03:00
Lex Berezhny
9cc6992011
torrents needs loop
2022-10-18 17:23:56 -04:00
Lex Berezhny
a1b87460c5
passing loop to asyncio functions is deprecated
2022-10-18 17:23:56 -04:00
jessopb
007e1115c4
v0.111.0
2022-10-18 11:18:26 -04:00
jessopb
20ae51b949
Merge pull request #3692 from lbryio/fix-import/export-backwards-compat
...
fix backwards compatibility in wallet import/export
2022-10-18 11:16:34 -04:00
zeppi
24e9c7b435
fix backwards compatibility in wallet import/export
2022-10-18 10:53:51 -04:00
zeppi
b452e76e1d
reverting version to 0.110.0
2022-10-18 10:27:44 -04:00
Lex Berezhny
341834c30d
v0.111.0
2022-10-18 00:37:44 -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
Victor Shyba
fd4f0b2049
bump first-start checkpoint
2022-10-18 00:26:10 -04:00
Lex Berezhny
734f0651a4
minor refactor
2022-10-18 00:25:41 -04:00
zeppi
94deaf55df
lint
2022-10-18 00:25:41 -04:00
zeppi
d957d46f96
lint
2022-10-18 00:25:41 -04:00
zeppi
0217aede3d
update docs
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
d0aad8ccaf
Add zlib.error string just observed for the first time.
2022-09-29 22:18:54 -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
5a26aea398
Feedback: Reuse IntegrationTestcase.generate() in generate_and_wait().
2022-09-29 22:18:54 -04:00
Jonathan Moody
bd1cebdb4c
Bump hub to include TaskGroup fix.
2022-09-29 22:18:54 -04:00
Jonathan Moody
ec433f069f
Substitute InvalidPasswordError for zlib.error.
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
8903056648
Bump hub version to latest.
2022-09-29 22:18:54 -04:00
Jonathan Moody
749a92d0e5
Wait on block height too in generate_and_wait().
2022-09-29 22:18:54 -04:00
Jonathan Moody
a7d7efecc7
Logging level back to INFO.
2022-09-20 10:04:23 -04:00
Jonathan Moody
c88f0797a3
Log f.exception() if present instead of "Stopped".
2022-09-20 10:04:23 -04:00
Jonathan Moody
137ebd503d
Test insufficient funds behavior.
2022-09-20 10:04:23 -04:00
Jonathan Moody
c3f5dd780e
Revise exception handling.
2022-09-20 10:04:23 -04:00
Jonathan Moody
20b1865879
Don't use retriable_call(). Add handling for InsufficientFundsError.
2022-09-20 10:04:23 -04:00
Jonathan Moody
231b982422
Wait on usage payement TX to be processed.
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
Jonathan Moody
718d046833
Logging for test_single_server_payment debug.
2022-09-20 10:04:23 -04:00
Victor Shyba
e10f57d1ed
Merge pull request #3642 from lbryio/libtorrent
...
use official libtorrent, fix tests, make it a normal dependency
2022-09-09 19:58:38 -03:00
Victor Shyba
8a033d58df
fix torrent component
2022-09-09 12:21:59 -03:00
Victor Shyba
c07c369a28
add libtorrent pyinstaller hook
2022-09-09 12:21:59 -03:00
Victor Shyba
5be990fc55
do not ignore libtorrent import error
2022-09-09 12:21:59 -03:00
Victor Shyba
8f26010c04
make libtorrent a normal dependency
2022-09-09 12:21:59 -03:00
Victor Shyba
3021962e3d
tests: add peer directly instead of relying on torrent dht
2022-09-09 12:21:59 -03:00
Victor Shyba
84d89ce5af
torrent: disable upnp, natpmp.
2022-09-09 12:21:59 -03:00
Victor Shyba
0961cad716
remove dead code
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
78a28de2aa
Align style of generate() with generate_and_wait().
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
Jonathan Moody
a7c7ab7f7b
Correct the terminal height we wait for in generate().
2022-09-08 18:13:26 -04:00
Jonathan Moody
988f288715
Lint fix for _es_height checks.
2022-09-08 18:13:26 -04:00
Jonathan Moody
38e9b5b432
Wait for _es_height in addition to db_height.
2022-09-08 18:13:26 -04:00
Victor Shyba
f7455600cc
Merge pull request #3625 from lbryio/dht_crawler
...
Add script to collect DHT metrics
2022-09-07 12:56:41 -03:00
Victor Shyba
c7c2d6fe5a
collect connections reachability
2022-09-07 12:03:11 -03:00
Victor Shyba
c6c0228970
fix crawler startup query
2022-09-07 12:03:11 -03:00
Victor Shyba
8d9d2c76ae
routing table sizes as histogram
2022-09-07 12:03:11 -03:00
Victor Shyba
0b059a5445
use a histogram for latency, remove labels
2022-09-07 12:03:11 -03:00
Victor Shyba
ab67f417ee
dht_crawler: wait and retry during port switch
2022-09-07 12:03:11 -03:00
Victor Shyba
0e7a1aee0a
dht_crawler: clean in memory set for expired peers
2022-09-07 12:03:11 -03:00
Victor Shyba
d0497cf6b5
dht_crawler: skip saving connections for now
2022-09-07 12:03:11 -03:00
Victor Shyba
c38573d5de
dht_crawler: gather both loops, avoid task exceptions being hidden
2022-09-07 12:03:11 -03:00
Victor Shyba
f077e56cec
dht_crawler:only count latency during findNode
2022-09-07 12:03:11 -03:00
Victor Shyba
5e58c2f224
fix hosting metrics, improve logging
2022-09-07 12:03:11 -03:00
Victor Shyba
cc64789e96
dht_crawler: fix logging for missing ports
2022-09-07 12:03:11 -03:00
Victor Shyba
b5c390ca04
docker: add volume declaration
2022-09-07 12:03:11 -03:00
Victor Shyba
da2ffb000e
skip peers with bad ports without raising
2022-09-07 12:03:11 -03:00
Victor Shyba
df77392fe0
dht crawler:improve logging, metrics, make startup concurrent
2022-09-07 12:03:11 -03:00
Victor Shyba
9aa9ecdc0a
add arg for db path
2022-09-07 12:03:11 -03:00
Victor Shyba
43b45a939b
format logging
2022-09-07 12:03:11 -03:00
Victor Shyba
e2922a434f
add script to generate probe dataset
2022-09-07 12:03:11 -03:00
Victor Shyba
0d6125de0b
add sd_hash prober
2022-09-07 12:03:11 -03:00
Victor Shyba
13af7800c2
refactor script, remove dep
2022-09-07 12:03:11 -03:00
Victor Shyba
47a5d37d7c
change default metric port, add sqlalchemy to dockerfile
2022-09-07 12:03:11 -03:00
Victor Shyba
4a3a7e318d
update pip and setuptools on dht dockerfile
2022-09-07 12:03:11 -03:00
Victor Shyba
85ff487af5
dht_crawler: randomize port when idle
2022-09-07 12:03:11 -03:00
Victor Shyba
62eb9d5c75
dht_crawler: only count non zero connections
2022-09-07 12:03:11 -03:00
Victor Shyba
cfe5c8de8a
dht_crawler: serve prometheus metrics at 7070
2022-09-07 12:03:11 -03:00
Victor Shyba
0497698c5b
dht_crawler: skip ping if known node_id
2022-09-07 12:03:11 -03:00
Victor Shyba
508bdb8e94
dht_crawler: keep working set in memory, flush to db on intervals
2022-09-07 12:03:11 -03:00
Victor Shyba
cd42f0d726
dht_crawler: fix node id store
2022-09-07 12:03:11 -03:00
Victor Shyba
2706b66a92
dht_crawler: dont re-bootstrap. try known reachable even when they expire
2022-09-07 12:03:11 -03:00
Victor Shyba
29c2d5715d
dht_crawler: fix last_seen update
2022-09-07 12:03:11 -03:00
Victor Shyba
965389b759
dht_crawler: process older first, avoid discarding
2022-09-07 12:03:11 -03:00
Victor Shyba
174439f517
dht_crawler: cleanup, try not to reset key
2022-09-07 12:03:11 -03:00
Victor Shyba
baf422fc03
dht_crawler: extract refresh_limit, bump to 1h
2022-09-07 12:03:11 -03:00
Victor Shyba
61f7fbe230
dht_crawler: avoid reads
2022-09-07 12:03:11 -03:00
Victor Shyba
c6c27925b7
dht_crawler: flush/commit only when finished
2022-09-07 12:03:11 -03:00
Victor Shyba
be4c62cf32
check membership instead of one update per peer
2022-09-07 12:03:11 -03:00
Victor Shyba
443a1c32fa
dht_crawler: save a set of connections to avoid dupes, enable initial crawl
2022-09-07 12:03:11 -03:00
Victor Shyba
90c2a58470
dht_crawler: dont gather empty, fix crash
2022-09-07 12:03:11 -03:00
Victor Shyba
adc79ec404
dht_crawler: only warn for missing key if it replied
2022-09-07 12:03:11 -03:00
Victor Shyba
137d8ca4ac
dht_crawler: enable WAL
2022-09-07 12:03:11 -03:00
Victor Shyba
abf4d888af
dht_crawler: warn if we cannot get node id
2022-09-07 12:03:11 -03:00
Victor Shyba
6c350e57dd
dht_crawler: query recently checked as stats
2022-09-07 12:03:11 -03:00
Victor Shyba
fb7a93096e
only count checked unreachable
2022-09-07 12:03:11 -03:00
Victor Shyba
7ea88e7b31
dht_crawler: store data
2022-09-07 12:03:11 -03:00
Victor Shyba
2361e34541
dht crawler, initial version
2022-09-07 12:03:11 -03:00
Victor Shyba
be06378437
add method for getting the node_id from a known peer on peer manager
2022-09-07 12:03:11 -03:00
Victor Shyba
a334a93757
Merge pull request #3631 from lbryio/bootstrap_node
...
Add all peers when running as a bootstrap node
2022-08-29 11:07:29 -03:00
Victor Shyba
e3ee3892b2
better test name
2022-08-22 18:45:18 -03:00
Victor Shyba
d61accea1a
simplify bucket refresh loop
2022-08-11 21:14:56 -03:00
Victor Shyba
e887453aa5
remove unused last_accessed
2022-08-11 20:39:51 -03:00
Victor Shyba
c3e4f0b988
add 'is_bootstrap_node' conf
2022-08-11 20:38:42 -03:00
Victor Shyba
318728aebd
add bootstrap flag to routing table
2022-08-11 20:38:42 -03:00
Victor Shyba
d8c1aaebc2
routing table: mark private methods
2022-08-11 20:38:42 -03:00
Victor Shyba
d7b65c15d2
return none instead of raising
2022-08-11 20:38:42 -03:00
Victor Shyba
972db80246
move add peer logic to routing table
2022-08-11 20:38:42 -03:00
Victor Shyba
0d343ecb2f
simplify iterative find constructor
2022-08-11 20:38:42 -03:00
Lex Berezhny
01cd95fe46
v0.110.0
2022-08-11 10:58:16 -04:00
Lex Berezhny
6dc57fc02c
revert version
2022-08-11 10:20:58 -04:00
Lex Berezhny
10df0c1fba
disable Hotbit and UPBit exchange rate feeds
2022-08-11 10:19:54 -04:00
Lex Berezhny
ec751e5add
v0.110.0
2022-08-10 13:52:46 -04:00
Lex Berezhny
3e3974f813
lint
2022-08-08 14:55:44 -04:00
Lex Berezhny
ec82486e15
removed go hub dependency
2022-08-08 14:55:44 -04:00
Lex Berezhny
e16f6b07b8
revert release
2022-08-08 13:02:12 -04:00
Lex Berezhny
9a842c273b
v0.110.0
2022-08-08 08:46:32 -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
Lex Berezhny
1dc2f0458b
fix lint
2022-08-01 10:04:24 -04:00
Lex Berezhny
3924b28cc3
raise not implemented error when importing unencrypted wallet
2022-08-01 10:04:24 -04:00
Lex Berezhny
020487b6a0
account merge bug fix from upstream
2022-08-01 10:04:24 -04:00
zeppi
14037c9b2f
help string edits
2022-08-01 10:04:24 -04:00
zeppi
0cb37a5c4b
linting
2022-08-01 10:04:24 -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
Jonathan Moody
9654d4f003
Obtain "amount" from new_txo.amount when calling save_supports().
2022-08-01 09:10:49 -04:00
Jonathan Moody
956b52a2c1
Refactor _old_get_temp_claim_info(), eliminating "bid" arg. Obtain the value from txo.amount.
2022-08-01 09:10:49 -04:00
Lex Berezhny
2e975c8b61
lint
2022-07-26 22:18:29 -04:00
Lex Berezhny
656e299100
migrate key addresses on changed accounts after sync apply
2022-07-26 22:18:29 -04:00
Jack Robison
352e45b6b7
update pinned hub version
2022-07-25 10:12:46 -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
Lex Berezhny
ba60aeeebc
migrate certificates after importing new account
2022-07-18 10:36:21 -04:00
Jonathan Moody
dc427ecf6c
Correct collection_update, account_fund docstrings. Regenerate api.json using generate_json_api.py.
2022-07-07 21:33:43 -04:00
Victor Shyba
87b4404767
Merge pull request #3624 from moodyjon/test_fix_exch_rate1
...
Fixes for intermittent test failures: test_exchange_rate_manager(), test_basic_claim_search()
2022-07-01 17:29:44 -03:00
Jonathan Moody
ba9ac489c3
Relax range in test_exchange_rate_manager.py. (again)
2022-06-19 19:17:48 -04:00
Jonathan Moody
7049629ad7
Relax range in test_exchange_rate_manager.py.
2022-06-19 19:17:40 -04:00
Jonathan Moody
3ae4aeea47
Search for longer prefix of sd_hash to give better chance of unique results.
2022-06-19 19:14:54 -04:00
Lex Berezhny
8becf1f69f
v0.109.0
2022-06-08 12:40:35 -04:00
Victor Shyba
582f79ba1c
do not consider pending blobs on disk space query
2022-06-08 12:25:38 -04:00
Lex Berezhny
3c28d869f4
Merge pull request #3620 from lbryio/repost_title_tags
...
reposts can have title, description and tags
2022-06-08 12:24:28 -04:00
Lex Berezhny
fe61b90610
reposts can have title, description and tags
2022-06-08 10:35:22 -04:00
Lex Berezhny
c04fbb2908
Merge pull request #3614 from lbryio/grins-tracker
...
add tracker.lbry.grin.io
2022-06-06 13:13:01 -04:00
Alex Grintsvayg
571e71b28e
add tracker.lbry.grin.io
2022-06-06 11:29:09 -04:00
Lex Berezhny
39fcfcccfb
Merge pull request #3608 from lbryio/fix_ci
...
upgraded SDK to use the new LBRY hub project
2022-06-06 09:01:57 -04:00
Jack Robison
2313d30996
fix reconnect test
2022-05-27 11:59:18 -04:00
Jack Robison
ac7e94c6ed
pylint
2022-05-27 09:59:11 -04:00
Jack Robison
a391fe9fc7
scribe -> hub
2022-05-27 09:58:13 -04:00
Jack Robison
ea8adc5367
update scribe env and fix tests
2022-05-27 09:58:13 -04:00
Victor Shyba
0ea8ba72dd
Env->ServerEnv from scribe changes
2022-05-26 14:28:33 -04:00
Victor Shyba
7a8d5da0e8
Merge pull request #3613 from lbryio/fix_ci_lbcd_urls
...
tests: fix ci lbcd/lbcwallet urls
2022-05-26 10:21:02 -03:00
Victor Shyba
da30f003e8
update lbcwallet url
2022-05-25 12:17:57 -03:00
Victor Shyba
6257948ad7
update lbcd url
2022-05-25 12:17:28 -03:00
Victor Shyba
a7f606d62c
change pip upgrade due windows error
2022-05-23 16:28:36 -03:00
Victor Shyba
1d95eb1549
Merge pull request #3599 from moodyjon/async-for-pr3504
...
Tighten up IterativeFinder async close behavior (DHT iterator continues after consumer breaks out of it)
2022-05-23 11:12:40 -03:00
Jonathan Moody
e5e9873f79
Simplify by eliminating AsyncGenerator base and generator function. Remove any new places enforcing max_results.
2022-05-20 17:23:39 -04:00
Jonathan Moody
530f9c72ea
Fix lint error lbry/utils.py
2022-05-20 17:23:39 -04:00
Jonathan Moody
fad84c771c
Support official contextlib.aclosing() when it's available.
2022-05-20 17:23:39 -04:00
Jonathan Moody
fe07aac79c
Define and use lbry.utils.aclosing() in lieu of official contextlib.aclosing().
2022-05-20 17:23:39 -04:00
Jonathan Moody
91a6eae831
Fix lint issue in iterative_find.py.
2022-05-20 17:23:39 -04:00
Jonathan Moody
5852fcd287
Don't wait on running_tasks after cancel(). Sometimes a CancelledError exception is received, which is unhelpful, and complicates shutting down the generator.
2022-05-20 17:23:39 -04:00
Jonathan Moody
4767bb9dee
Wrap "async for" over IterativeXXXFinder in try/finally ensuring aclose().
2022-05-20 17:23:39 -04:00
Jonathan Moody
82d7f81f41
Correct call to _aclose() in response to TransportNotConnected.
2022-05-20 17:23:39 -04:00
Jonathan Moody
b036961954
Tighten up IterativeFinder logic to respect max_records better, and wait after task cancel().
...
Also make IterativeFinder a proper AsyncGenerator. This gives it an offically recognized aclose() method and could help with clean finalization.
2022-05-20 17:23:39 -04:00
Victor Shyba
5c708e1c6f
Merge pull request #3611 from lbryio/fix_hub_url
...
tests: fix hub url
2022-05-20 18:19:39 -03:00
Victor Shyba
9436600267
tests: bump exchange rate manager test
2022-05-20 17:25:02 -03:00
Victor Shyba
4ab29c4d5f
tests: fix hub url
2022-05-20 16:50:09 -03:00
Alex Grin
6944c4a7c4
Update LICENSE
2022-05-17 12:16:00 -04:00
Victor Shyba
2735484fae
Merge pull request #3576 from lbryio/trackers
...
Add support for announcing and querying LBRY streams over BEP15 (BitTorrent Trackers)
2022-05-13 17:56:20 -03:00
Victor Shyba
03b0d5e250
tracker client: extract default timeout and concurreny. Bump concurrency to 100
2022-05-11 21:13:30 -03:00
Victor Shyba
629812337b
changes from review
2022-05-11 21:13:30 -03:00
Victor Shyba
e54cc8850c
return KademliaPeers directly into the queue instead of exposing Announcement abstraction
2022-05-11 21:13:30 -03:00
Victor Shyba
7cba51ca7d
update tests, query with port 0, filter bad ports earlier, make unit tests more reliable
2022-05-11 21:13:30 -03:00
Victor Shyba
3dc145fe68
make peer list query trackers
2022-05-11 21:13:30 -03:00
Victor Shyba
7d560df9fd
use same arg name as overriden datagram_received (linting)
2022-05-11 21:13:30 -03:00
Victor Shyba
b3f894e480
add integration test for tracker discovery
2022-05-11 21:13:30 -03:00
Victor Shyba
235cc5dc05
results are indexed by ip, setdefault after resolve
2022-05-11 21:13:30 -03:00
Victor Shyba
c276053301
move server implementation to tracker module
2022-05-11 21:13:30 -03:00
Victor Shyba
2e85e29ef1
peer id PREFIX is a constant
2022-05-11 21:13:30 -03:00
Victor Shyba
1169a02c8b
make client server updatable from conf
2022-05-11 21:13:30 -03:00
Victor Shyba
a7cea4082e
tracker:log DNS errors as warning instead of trace
2022-05-11 21:13:30 -03:00
Victor Shyba
7e6ea97499
make peer id according to BEP20
2022-05-11 21:13:30 -03:00
Victor Shyba
3c46cc4fdd
expire connection id quicker as some trackers have it set low
2022-05-11 21:13:30 -03:00
Victor Shyba
6e5c7a1927
use cache_concurrent to avoid requesting the same connection_id multiple times
2022-05-11 21:13:30 -03:00
Victor Shyba
4e09b35012
remove unused import and dead code
2022-05-11 21:13:30 -03:00
Victor Shyba
16a2023bbd
stop tasks before removing transport
2022-05-11 21:13:30 -03:00
Victor Shyba
99fc7178c1
better way to batch announce + handle different intervals for different trackers
2022-05-11 21:13:30 -03:00
Victor Shyba
d4aca89a48
handle multiple results from multiple trackers
2022-05-11 21:13:30 -03:00
Victor Shyba
2918d8c7b4
tracker component is running only if the task is alive
2022-05-11 21:13:30 -03:00
Victor Shyba
407c570f8b
tests: lower timeout, add test with bad and good mixed
2022-05-11 21:13:30 -03:00
Victor Shyba
e299a9c159
tests: multiple trackers, simple case
2022-05-11 21:13:30 -03:00
Victor Shyba
cc4a578578
tests: add support for multiple trackers
2022-05-11 21:13:30 -03:00
Victor Shyba
0e4f1eae5b
reduce timeout to 10, fix lints
2022-05-11 21:13:30 -03:00
Victor Shyba
eccf0e6234
fix reusing result interval from failed expired attempt
2022-05-11 21:13:30 -03:00
Victor Shyba
a3da041412
fix exceptions on shutdown, stop using cancel_tasks
2022-05-11 21:13:30 -03:00
Victor Shyba
2f1617eee4
less verbose on timeouts, dont count timeouts, fix stop
2022-05-11 21:13:30 -03:00
Victor Shyba
05124d41ae
only log when really announcing, stop counting cached ones
2022-05-11 21:13:30 -03:00
Victor Shyba
42fd1c962e
stop tracker tasks on shutdown
2022-05-11 21:13:30 -03:00
Victor Shyba
47e432b4bb
make it less verbose, only log after all events are fired
2022-05-11 21:13:30 -03:00
Victor Shyba
61c99abcf1
avoid readding the same hash when tracker is busy with too many files
2022-05-11 21:13:30 -03:00
Victor Shyba
28fdd62945
move concurreny control to lower layer
2022-05-11 21:13:30 -03:00
Victor Shyba
3855db6c66
pause announcer for 1 minute each round
2022-05-11 21:13:30 -03:00
Victor Shyba
30acde0afc
at most 10 announces concurrently
2022-05-11 21:13:30 -03:00
Victor Shyba
2d9c5742c7
cache results, save interval on tracker
2022-05-11 21:13:30 -03:00
Victor Shyba
43e50f7f04
fix subscribe_hash
2022-05-11 21:13:30 -03:00
Victor Shyba
888e9918a6
improve timeout handling
2022-05-11 21:13:30 -03:00
Victor Shyba
9e9a64d989
evented system for tracker announcements
2022-05-11 21:13:30 -03:00
Victor Shyba
7acaecaed2
managed_stream: remove unused imports
2022-05-11 21:13:30 -03:00
Victor Shyba
24eb189b7f
skip component on test cli
2022-05-11 21:13:30 -03:00
Victor Shyba
2344aca146
fix component property
2022-05-11 21:13:30 -03:00
Victor Shyba
758f9deafe
fix unit tests
2022-05-11 21:13:30 -03:00
Victor Shyba
7b425eb2ac
add tracker announcer component
2022-05-11 21:13:30 -03:00
Victor Shyba
30e8728f7f
use tracker on download
2022-05-11 21:13:30 -03:00
Victor Shyba
3989eef84b
return whole announcement so the caller knows the interval
2022-05-11 21:13:30 -03:00
Victor Shyba
dc6f8c4fc4
add arg to announce stopped, removing the announcement
2022-05-11 21:13:30 -03:00
Victor Shyba
2df8a1d99d
make a helper function to announce
2022-05-11 21:13:30 -03:00
Victor Shyba
4ea858fdd3
add new conf: tracker_servers
2022-05-11 21:13:30 -03:00
Victor Shyba
006391dd26
move udp server to test file, add link to BEP15
2022-05-11 21:13:29 -03:00
Victor Shyba
4a0bf8a702
add torrent udp tracker client, server and tests
2022-05-11 21:13:29 -03:00
Victor Shyba
d0e715feb9
Merge pull request #3609 from lbryio/pin_scribe
...
CI: pin scribe, fix exchange rate manager test
2022-05-11 21:13:00 -03:00
Victor Shyba
fd73412f12
test_exchange_rate_manager: bump value
2022-05-11 20:28:06 -03:00
Victor Shyba
3819552861
try usedevelop=true
2022-05-11 20:14:55 -03:00
Victor Shyba
ca6fd5b7b9
fix scribe pinning
2022-05-11 20:14:44 -03:00
Lex Berezhny
b8867cd18c
release.py script changed to use gh auth login
for authentication
2022-04-10 23:28:16 -04:00
Lex Berezhny
8209eafc6b
v0.108.0
2022-04-10 23:25:15 -04:00
Lex Berezhny
858e72a555
Merge pull request #3595 from lbryio/default_feer_per_name_char
...
pin scribe to specific version
2022-04-08 13:49:11 -04:00
Lex Berezhny
d3880fffa0
pin scribe to specific version
2022-04-08 13:48:30 -04:00
Lex Berezhny
0a51898722
Merge pull request #3593 from lbryio/default_feer_per_name_char
...
set the default per character fee for claims to zero
2022-04-08 13:46:54 -04:00
Lex Berezhny
63cef81015
fix scribe server version test
2022-04-08 13:22:51 -04:00
Lex Berezhny
9279865078
add sleep to transaction show test per jack suggestion
2022-04-08 12:59:25 -04:00
Lex Berezhny
fba7fc7aba
fix scribe server version test
2022-04-08 12:53:19 -04:00
Lex Berezhny
a3d9d5bce7
fix transaction unit test
2022-04-08 11:05:45 -04:00
Lex Berezhny
23ecbc8ebe
set the default per character fee for claims to zero
2022-04-08 10:58:02 -04:00
Lex Berezhny
42b2dbd92e
Merge pull request #3572 from orblivion/json-schema
...
Add wallet json-schema, validate in one test.
2022-04-08 10:56:58 -04:00
Lex Berezhny
37eb55375a
only install jsonschema during testing
2022-04-08 10:56:18 -04:00
Lex Berezhny
94bf357817
cleanup paths
2022-04-08 10:56:18 -04:00
Daniel Krol
eca69391ef
Add wallet json-schema, validate in one test.
2022-04-08 10:56:18 -04:00
Lex Berezhny
d0c5b32a90
Merge pull request #3575 from lbryio/spend_time_locked
...
added `account_deposit` command which is able to deposit time locked transaction into wallet
2022-04-08 10:52:08 -04:00
Lex Berezhny
84ef52cf4d
fix redeem scripthash test
2022-04-08 10:11:11 -04:00
Lex Berezhny
8fb14bf713
remove command not available in lbcd
2022-04-08 09:59:22 -04:00
Lex Berezhny
16eb50a291
working jsonrpc_account_deposit
2022-04-08 09:57:15 -04:00
Lex Berezhny
dd503fbb82
set locktime from script
2022-04-08 09:57:15 -04:00
Lex Berezhny
ae79314869
wip
2022-04-08 09:57:15 -04:00
Lex Berezhny
0cbc514a8e
account_deposit command added which accepts time locked TXs
2022-04-08 09:57:15 -04:00
Lex Berezhny
5777f3e15c
wip
2022-04-08 09:57:15 -04:00
Lex Berezhny
8cdcd770c0
Merge pull request #3590 from lbryio/fix-address_list-pagination
...
fix pagination with `address_list` command
2022-04-06 09:52:41 -04:00
Lex Berezhny
2d20458bc2
re-use existing constraints cleanup function
2022-04-06 09:09:39 -04:00
zeppi
2bd2088248
bugfix
2022-04-06 09:09:39 -04:00
zeppi
5818270803
fix address_list pagination
2022-04-06 09:09:39 -04:00
Victor Shyba
79a5f0e375
lint
2022-04-05 00:35:48 -03:00
Victor Shyba
c830784f65
Merge pull request #3586 from AlessandroSpallina/master
...
fix #3530 added error log when tcp port is already in use
2022-04-05 00:04:59 -03:00
Victor Shyba
3fc538104d
v0.107.2
2022-03-31 17:19:58 -03:00
AlessandroSpallina
96490fdb15
Merge branch 'master' into master
2022-03-29 13:50:57 +02:00
Victor Shyba
5a0c225c6f
v0.107.0
2022-03-28 15:56:06 -03:00
Lex Berezhny
c3e524cb8b
Merge pull request #3588 from lbryio/scribe
...
move `lbry.wallet.server` to new project called `scribe`, switch from using `lbrycrd` to `lbcd` in integration tests
2022-03-28 00:14:54 -04:00
Jack Robison
9faf6e46ca
move lbry.wallet.server to new project called scribe
...
switch from using lbrycrd to lbcd
2022-03-27 23:33:26 -04:00
Victor Shyba
e89acac235
Merge pull request #3585 from lbryio/fix_blob_db_queries
...
Fixes bugs on disk space management and stream recovery
2022-03-24 21:01:14 -03:00
Victor Shyba
200761ff13
make added_on a required parameter on BlobInfo, fix callers
2022-03-24 19:51:48 -03:00
Victor Shyba
cb78e95e3d
add missing space on query, typo
2022-03-23 13:40:01 -03:00
AlessandroSpallina
f01cf98d62
fix #3530 added error log when tcp port is already in use
2022-03-22 17:17:41 +01:00
Victor Shyba
c9c2495611
if a blob file exists but is pending on db, fix on startup
2022-03-21 21:58:36 -03:00
Victor Shyba
aac72fa512
fix bug where recovery doesnt update blob status
2022-03-21 21:33:33 -03:00
Victor Shyba
c5e2f19dde
fix bug where added_on is always 0 for downloads
2022-03-21 04:38:51 -03:00
Victor Shyba
34bd9e5cb4
exclude sd blobs from calculation and make them be picked last on removal
2022-03-21 04:26:27 -03:00
Lex Berezhny
ad489ed606
Merge pull request #3581 from lbryio/deterministic_channel_keys_post_unlock
...
eagerly load deterministic channel keys immediately after wallet is unlocked
2022-03-14 12:36:04 -04:00
Lex Berezhny
bb541901d9
fix tests
2022-03-13 21:30:38 -04:00
Lex Berezhny
ca4ba19a5e
fixes #3577
2022-03-13 20:42:34 -04:00
Victor Shyba
f05943ff79
implement announcer as a consumer task on gather
2022-03-02 13:00:34 -03:00
Victor Shyba
7ded8a1333
make active an explicit ordered dict
2022-03-02 13:00:34 -03:00
Victor Shyba
c2478d4add
remove unused search rounds
2022-03-02 13:00:34 -03:00
Victor Shyba
f69747bc89
timeout is now supported on dht tests
2022-03-02 13:00:34 -03:00
Victor Shyba
441cc950aa
fix and enable test_blob_announcer
2022-03-02 13:00:34 -03:00
Victor Shyba
a76a0ac8c4
simplify dht mock and restore clock after accelerating
2022-03-02 13:00:34 -03:00
Victor Shyba
8b1009161a
better representation of kademliapeer on debug logs
2022-03-02 13:00:34 -03:00
Victor Shyba
868a620e91
add a way to wait announcements to finish so tests are reliable
2022-03-02 13:00:34 -03:00
Victor Shyba
a0e34b0bc8
make timeout handler immune to asyncio time tricks
2022-03-02 13:00:34 -03:00
Victor Shyba
612dbcb2f3
allow running some extra probes for k replacements
2022-03-02 13:00:34 -03:00
Victor Shyba
b3614d965d
remove all references to bottoming out
2022-03-02 13:00:34 -03:00
Victor Shyba
5d7137255e
no stop condition, let it exhaust
2022-03-02 13:00:34 -03:00
Victor Shyba
6ff867ef55
bottoming out is now warning and no results for peer search
2022-03-02 13:00:34 -03:00
Victor Shyba
c14915df29
don't probe peers too far from the top closest
2022-03-02 13:00:34 -03:00
Victor Shyba
7d4966e2ae
use a dict for the active queue
2022-03-02 13:00:34 -03:00
Victor Shyba
3876e0317d
log bottom out of peer search in debug, show short key id for find value
2022-03-02 13:00:34 -03:00
Victor Shyba
0b2b10f759
bump bottom out limit of peer search so people can use 100 concurrent announcers
2022-03-02 13:00:34 -03:00
Victor Shyba
9a79b33664
wait until k peers are ready. do not double add peers
2022-03-02 13:00:34 -03:00
Victor Shyba
af1a6edd15
only return good (contacted) peers
2022-03-02 13:00:34 -03:00
Victor Shyba
b78929f4d5
reset closest peer on failure
2022-03-02 13:00:34 -03:00
Victor Shyba
fb6e342043
add peers from shortlist regardless, but check from other nodes
2022-03-02 13:00:34 -03:00
Victor Shyba
0faa2d35da
bump split index to 2
2022-03-02 13:00:34 -03:00
Victor Shyba
511e57c231
fix distance sorting and improve logging
2022-03-02 13:00:34 -03:00
Victor Shyba
d762d675c4
closest peer is only ready when it was contacted and isn't known to be bad
2022-03-02 13:00:34 -03:00
Victor Shyba
3fdadee87c
dont probe and ignore bad peers
2022-03-02 13:00:34 -03:00
Victor Shyba
1aa4d9d585
simplify, genaralize to any size and fix tests
2022-02-28 13:06:51 -03:00
Victor Shyba
8019f4bdb3
stop after finding what to download
2022-02-28 13:06:51 -03:00
Victor Shyba
ca65c1ebc5
replace duplicated code
2022-02-28 13:06:51 -03:00
Victor Shyba
f0e47aae86
add get_colliding_prefix_bits, docs and tests
2022-02-28 13:06:51 -03:00
Victor Shyba
dc7cd545ba
extract method and avoid using hash builtin name
2022-02-28 13:06:51 -03:00
Victor Shyba
76bd59d82e
extract min_prefix_colliding_bits to a contanst
2022-02-28 13:06:51 -03:00
Victor Shyba
461687ffb4
check that the stored blob is at least 1 prefix byte close to peer id
2022-02-28 13:06:51 -03:00
Victor Shyba
dd5b9ca81b
add migrator to set head blobs should_announce=0
2022-02-20 22:33:57 -03:00
Victor Shyba
89ed04f8a7
fix test_announces
2022-02-20 22:33:57 -03:00
Victor Shyba
ec0d9f06c5
do not search for the head blob
2022-02-20 22:33:57 -03:00
Victor Shyba
03b59ac6fc
dont set head blob to announce on save
2022-02-20 22:33:57 -03:00
Victor Shyba
43ac3336d7
break tie by length
2022-02-20 22:24:04 -03:00
Victor Shyba
d12c78db74
fix and test case for blob_clean after disabling network storage
2022-02-20 22:24:04 -03:00
Jack Robison
bfaf1b0957
Merge pull request #3564 from lbryio/fix_downloader_losing_peers
...
fix handling re-adding lost peers during download
2022-02-16 11:55:22 -05:00
Victor Shyba
bb60c385d5
put back all the peers, get rid of re_add
2022-02-08 21:41:52 -03:00
Alex Grin
c96d1d9c32
Merge pull request #3537 from lbryio/repost_update
2022-02-08 12:20:20 -05:00
Alex Grintsvayg
7c7a0d4bdf
let stream_update work on non-stream claims
2022-02-08 09:28:17 -05:00
Lex Berezhny
cc829a7bf4
Merge pull request #3558 from lbryio/jeffreypicard-patch-1
...
Update __init__.py
2022-02-04 12:36:01 -05:00
Jeffrey Picard
e0ea6383e2
Update __init__.py
...
Update go hub binary to fix es sync test.
2022-02-04 12:17:19 -05:00
Lex Berezhny
bcec5dc2ae
Merge pull request #3556 from lbryio/txo_dust_prevention
...
prevent creation of change which is below the dust threshold of 1000 dewies
2022-02-04 12:08:16 -05:00
Lex Berezhny
cba9c16a06
fix
2022-02-04 12:07:41 -05:00
Lex Berezhny
dd68fb077b
prevent creation of change which is below the dust threshold of 1000 dewies
2022-02-04 12:07:41 -05:00
Jack Robison
c2294e97db
Merge pull request #3552 from lbryio/bump_dht_cache
...
Increase DHT peer manager cache size to 16384
2022-02-04 11:59:19 -05:00
Victor Shyba
c0f512ace7
bump DHT peer manager cache to 16384
2022-02-02 16:54:42 -03:00
Lex Berezhny
3305eb67c6
Merge pull request #3548 from lbryio/announce_metrics
...
Add optional Prometheus metrics for DHT announcements
2022-02-02 11:06:48 -05:00
Victor Shyba
c9d637b4da
add gauge for queue size
2022-02-02 11:56:42 -03:00
Victor Shyba
ae3e8fadf5
count announcements and how many peers we were able to announce to
2022-02-02 11:56:42 -03:00
Lex Berezhny
a1abd94387
Merge pull request #3542 from eug3nix/gh_3481_file_type_detection
...
file type detection now looks inside the file to determine the type, in addition to using the file extension
2022-01-31 10:29:47 -05:00
Eugene Dubinin
9b463a8cab
adds tests for guess_media_type
...
removes unnecessary comments
2022-01-29 20:49:42 +02:00
Eugene Dubinin
babc54a240
adjusts code style
2022-01-29 15:25:17 +02:00
Eugene Dubinin
5836a93b21
fixes KeyError on missing synonyms
2022-01-29 15:25:17 +02:00
Eugene Dubinin
557348e345
detect media_type from the file contents
2022-01-29 15:25:17 +02:00
Lex Berezhny
9adfec6b00
Merge pull request #3549 from lbryio/wallet_lock_w_deterministic_channels
...
wallet locking/unlocking no longer breaks deterministic channel keys
2022-01-26 11:17:55 -05:00
Lex Berezhny
3a496902f8
wallet locking/unlocking no longer breaks deterministic channel keys
2022-01-24 09:45:08 -05:00
Lex Berezhny
b5ead91746
Merge pull request #3534 from lbryio/normalize_signatures
...
drop dependency on cryptography library in wallet module
2022-01-17 13:38:20 -05:00
Lex Berezhny
302461b446
updated based on code review
2022-01-17 11:08:28 -05:00
Lex Berezhny
ac201c718e
drop dependency on cryptography library in wallet module
2022-01-17 10:43:59 -05:00
Jack Robison
f78e3825ca
Merge pull request #3500 from lbryio/fix_script
...
Add Prometheus metrics for DHT internals
2022-01-14 12:46:28 -05:00
Victor Shyba
0618053bd4
remove request_flight metric
2022-01-12 12:41:04 -03:00
Victor Shyba
8e6fa3490c
disable CSV endpoints by default
2022-01-12 12:39:23 -03:00
Victor Shyba
8a1a1a4000
remove estimation endpoints as that is done over prometheus metrics now
2022-01-12 12:39:23 -03:00
Victor Shyba
fd9dcbf9a8
add granular metric for stored blob prefix, for network announcements calculation
2022-01-12 12:39:23 -03:00
Victor Shyba
beb8583436
change colliding bits metric to gauge
2022-01-12 12:39:23 -03:00
Victor Shyba
b44e2c0b38
count bit collisions between 8 and 16
2022-01-12 12:39:23 -03:00
Victor Shyba
06e94640b5
add counter for peers with colliding bytes
2022-01-12 12:39:23 -03:00
Victor Shyba
ff36bdc802
add requests in flight and error
2022-01-12 12:39:23 -03:00
Victor Shyba
46f576de46
add request received
2022-01-12 12:39:23 -03:00
Victor Shyba
7b09c34fce
add request_sent and request_time metric on dht
2022-01-12 12:39:23 -03:00
Victor Shyba
a22f50aa84
add storing_peers and peer_manager_keys
2022-01-12 12:39:23 -03:00
Victor Shyba
2d9130b4e0
prometheus: move blobs_stored and peers to SDK. add buckets_in_routing_table
2022-01-12 12:39:23 -03:00
Victor Shyba
470ee72462
add passive estimation to prometheus
2022-01-12 12:39:23 -03:00
Victor Shyba
add147b409
fix missing async
2022-01-12 12:39:23 -03:00
Victor Shyba
371df6e6c2
keep same node id between runs
2022-01-12 12:39:23 -03:00
Victor Shyba
7ed5fe8f66
add semaphore on active estimation to avoid abuse
2022-01-12 12:39:23 -03:00
Victor Shyba
a6ca7a6f38
same api across different estimation methods
2022-01-12 12:39:23 -03:00
Victor Shyba
1c857b8dd8
be explicit about ignoring params
2022-01-12 12:39:23 -03:00
Victor Shyba
87ff3f95ff
better endpoint names, small docs
2022-01-12 12:39:23 -03:00
Victor Shyba
5cb4c06d0c
add prefix_neighbors_count to routing table debug api
2022-01-12 12:39:23 -03:00
Jack Robison
e7d9079389
improve script
2022-01-12 12:39:23 -03:00
Victor Shyba
9cdcff0e1e
first attempt at crawling
2022-01-12 12:39:23 -03:00
Lex Berezhny
a4dce8cf9f
Merge pull request #3535 from vertbyqb/hexdata-string
...
convert hexdata argument to a string before signing in `channel_sign` command
2022-01-10 09:48:41 -05:00
Lex Berezhny
aaa11c02bf
added integration test
2022-01-10 08:46:10 -05:00
vertbyqb
d2ebbf5db6
jsonrpc_channel_sign - Convert hexdata to a string before signing
...
Fixes #3533
2022-01-10 08:46:10 -05:00
Jack Robison
e6efc1ad4a
Merge pull request #3538 from lbryio/dht_memory
...
Unify and fix DHT memory caches for peer manager
2022-01-07 11:29:44 -05:00
Victor Shyba
a8523996a9
extract cache values, increase peer cache to 2048
2022-01-07 12:58:52 -03:00
Victor Shyba
f586de2bbe
DHT bugfix: failures tracking should be bound to 2048 LRU cache size
2022-01-07 12:46:00 -03:00
Victor Shyba
7df02303b2
fix missing docopt argument
2022-01-05 17:10:31 -03:00
Victor Shyba
f89c75e642
bump hub version to latest supporting sd_hash search
2022-01-05 17:10:31 -03:00
Victor Shyba
d2c1961101
update hub protobuf including sd_hash field
2022-01-05 17:10:31 -03:00
Victor Shyba
2a4c5a48bf
increase indexed sd_hash prefix to 4 chars
2022-01-05 17:10:31 -03:00
Victor Shyba
5f5f39a4aa
enable and test prefix search for sd hash
2022-01-05 17:10:31 -03:00
Victor Shyba
df54cc04af
sync and search sd_hash
2022-01-05 17:10:31 -03:00
Victor Shyba
0439616480
add test
2022-01-05 17:10:31 -03:00
Victor Shyba
19fa274227
add sd hash to API
2022-01-05 17:10:31 -03:00
Lex Berezhny
8076000c27
Merge pull request #3450 from lbryio/deterministic_channel_keys
...
deterministic channel keys (requires wallet server re-sync)
2021-12-23 15:38:15 -05:00
Lex Berezhny
c80b30f070
test another signed claim by ytsync
2021-12-22 18:29:46 -05:00
Lex Berezhny
486d5c48b0
takeover tests fix
2021-12-22 18:29:46 -05:00
Lex Berezhny
4822792ee2
create nondetermnistic channel in test to replicate old test behavior
2021-12-22 18:29:46 -05:00
Lex Berezhny
569f1d42b1
fix tests
2021-12-22 18:29:46 -05:00
Lex Berezhny
23c10faff5
lint
2021-12-22 18:29:46 -05:00
Lex Berezhny
1eaa195363
reduced crypto dependency in wallet to coincurve
2021-12-22 18:29:46 -05:00
Lex Berezhny
fb57cfa5d8
moved imports for lint
2021-12-22 18:29:46 -05:00
Lex Berezhny
d33086c8f7
deleted extraneous test
2021-12-22 18:29:46 -05:00
Lex Berezhny
d815a6f02c
use ecdsa for signing/veryfing instead of coincurve due to compatibility issues
2021-12-22 18:29:46 -05:00
Lex Berezhny
8216f4a873
work in progress
2021-12-22 18:29:46 -05:00
Lex Berezhny
e4cc4521d9
channel key generation no longer arbitrarily bounded
2021-12-22 18:29:46 -05:00
Lex Berezhny
6bd9b3744d
progress, channel keys generate deterministically now
2021-12-22 18:29:46 -05:00
Lex Berezhny
f741b00768
progress on deterministic channel keys
2021-12-22 18:29:46 -05:00
Lex Berezhny
5eb95d7dd4
Merge pull request #3529 from lbryio/change_default_coin_selection_strategy
...
changes default coin selection strategy from standard to prefer_confirmed
2021-12-22 11:28:22 -05:00
Lex Berezhny
e5268f43e7
changes default coin selection strategy from standard to prefer_confirmed
2021-12-21 10:22:09 -05:00
Victor Shyba
54d6fb9da4
do not limit DHT results by K, respect max_results
2021-12-09 14:34:55 -03:00
Victor Shyba
3d5c9cc1c2
clarify DHT debug logging on key and operation
2021-12-09 14:32:30 -03:00
Alex Grin
442326f1d8
Merge pull request #3499 from lbryio/multiple-release-time-constraints
...
@jeffreypicard assures me these timeouts are safe to ignore
2021-12-06 11:43:46 -05:00
Jeffrey Picard
d66f46e07b
Switch RangeField back to ints
2021-12-03 18:12:38 -05:00
Jeffrey Picard
757b53443d
Try forcing tox reset
2021-12-03 17:42:56 -05:00
Jeffrey Picard
3436965b33
Debugging
2021-12-03 17:22:52 -05:00
Jeffrey Picard
df71132957
Update es version in workflow
2021-12-03 13:03:00 -05:00
Jeffrey Picard
1b322dc404
Update protobufs, go hub shim, and claim test.
2021-12-03 13:03:00 -05:00
Jack Robison
58341f4ff1
remove unused ES fields
2021-12-03 13:03:00 -05:00
Jack Robison
0d3ca80008
support lists of constraints for all range fields
2021-12-03 13:03:00 -05:00
Lex Berezhny
63437712cd
Merge pull request #3490 from ghost/integration_test_setup_cleanup_timeouts
...
added timeout of async operations to integration test setup/teardown
2021-12-02 19:52:44 -05:00
Jack Robison
26d0e87f46
v0.106.0
2021-12-02 17:17:00 -05:00
Jack Robison
2cad4fa1ce
update json docs
2021-12-02 14:51:52 -05:00
Jack Robison
7bb293e5d6
update claim_search
doc
...
backward compatibility for `trending_mixed`, `trending_local`, `trending_global`, and `trending_group` args to `claim_search`
2021-12-02 14:51:52 -05:00
Lex Berezhny
e4777f9314
Merge branch 'master' into integration_test_setup_cleanup_timeouts
2021-12-01 22:08:18 -05:00
Jack Robison
3508f562a7
update json docs
2021-12-01 18:47:03 -05:00
Jack Robison
1aa66c6038
update header checkpoints
2021-12-01 18:46:24 -05:00
Victor Shyba
e7458edb72
test case for stream_type search on claims missing source + fix
2021-12-01 18:42:47 -05:00
Lex Berezhny
7f97013703
Merge pull request #3497 from lbryio/fee_per_name_env_var
...
fee per name env var
2021-12-01 11:26:00 -05:00
Lex Berezhny
9e43060d41
fee per name env var
2021-12-01 10:22:34 -05:00
FemtosecondLaser
d69486fb6e
returned conditional check in add_timeout() as it was making test_node.py tests unhappy
2021-11-30 01:01:35 +00:00
FemtosecondLaser
d4ebfdbc3c
removed conditional check in add_timeout()
2021-11-29 22:56:50 +00:00
FemtosecondLaser
e00c3db71a
Merge branch 'master' into integration_test_setup_cleanup_timeouts
2021-11-29 21:50:05 +00:00
Victor Shyba
11c3ea0b87
fix typo from arg name
2021-11-24 13:05:43 -03:00
Jack Robison
7531401623
keep touched_or_deleted records
2021-11-21 13:52:03 -05:00
FemtosecondLaser
e6c1dc251e
changed addTimeout to add_timeout for lint compliance
2021-11-20 00:47:46 +00:00
FemtosecondLaser
dca7977051
added timeout of async operations to integration test setup/teardown
2021-11-20 00:22:25 +00:00
Victor Shyba
d19e07d661
add blob endpoint for listing announced blobs
2021-11-17 13:27:19 -03:00
Victor Shyba
751ff6e21f
add /peers.csv to monitoring endpoint
2021-11-17 13:27:19 -03:00
Brendon J. Brewer
3f6fe995b8
Rename trending
2021-11-16 10:59:10 -05:00
Jack Robison
1e00fb369d
fix missing es notification for support amount changing
2021-11-15 00:58:18 -05:00
Jack Robison
54b522383a
improve tests
2021-11-15 00:58:18 -05:00
Jack Robison
90a7de3b5c
improve resolve tests
2021-11-15 00:58:18 -05:00
Jack Robison
3fe1582432
fix duplicate trending notification to ES
2021-11-15 00:58:18 -05:00
Jack Robison
85eddd2100
fix effective amount for resolve/ES being off while claims/supports are unactivated
2021-11-15 00:58:18 -05:00
Jack Robison
f5f8775c59
fix test_colliding_short_id
2021-11-10 13:02:28 -03:00
Jack Robison
0ca98678f7
update default tcp/blob port to be the same as the default udp/dht port (4444)
2021-11-10 13:02:28 -03:00
Victor Shyba
a19060c08d
log unexpected errors, rename task/loop
2021-11-09 14:27:06 -05:00
Victor Shyba
fa2ad88cc4
clear cache on test assertions
2021-11-09 14:27:06 -05:00
Victor Shyba
63cbcd0956
make sure the downloader always stops gracefully
2021-11-09 14:27:06 -05:00
Victor Shyba
d6d0ebf8f4
cache space stats from running components so status is instant
2021-11-09 14:27:06 -05:00
Victor Shyba
0d810d92ca
add index for blob table so size summaries are faster
2021-11-09 14:27:06 -05:00
Victor Shyba
1ff914a6f4
download from stored announcements and dont reannounce
2021-11-09 14:27:06 -05:00
Victor Shyba
5959b1be72
improve disk space manager status, include more info and unify space queries
2021-11-09 14:27:06 -05:00
Victor Shyba
d12a214c05
normal_blobs->stream_blobs, proactive->background
2021-11-09 14:27:06 -05:00
Victor Shyba
3a83052f2e
fix free space calculation, test it and give a margin of 10mb before starting so it doesnt insist when full
2021-11-09 14:27:06 -05:00
Victor Shyba
510b44ca92
move more logic out of the downloader component
2021-11-09 14:27:06 -05:00
Victor Shyba
15edb6756d
extract background downloader to its own class
2021-11-09 14:27:06 -05:00
Victor Shyba
fbfd02b08b
add analytics event for network disk space
2021-11-09 14:27:06 -05:00
Victor Shyba
b39c26fc86
announce orphan blobs manually, as that was done when save stream
2021-11-09 14:27:06 -05:00
Victor Shyba
95b2c8d175
cleanup background downloader blobs from conf
2021-11-09 14:27:06 -05:00
Victor Shyba
d52748b09f
separated network seeding space metrics
2021-11-09 14:27:06 -05:00
Victor Shyba
34d18a3a9a
don't save streams for network blobs and bypass disk space manager
2021-11-09 14:27:06 -05:00
Victor Shyba
3b27d6a9b5
add conf for network seeding space limit
2021-11-09 14:27:06 -05:00
Victor Shyba
703c391f99
schedule the download task instead
2021-11-09 14:27:06 -05:00
Victor Shyba
4f1dc29df1
fix unit tests from component dependency chain changes
2021-11-09 14:27:06 -05:00
Victor Shyba
13667df374
download from DHT
2021-11-09 14:27:06 -05:00
Victor Shyba
8800d6985f
drop channel support, prepare to hook into DHT
2021-11-09 14:27:06 -05:00
Victor Shyba
364b8f2605
handle case where something that isn't a sd blob gets hit
2021-11-09 14:27:06 -05:00
Victor Shyba
67b9ea9deb
no api yet
2021-11-09 14:27:06 -05:00
Victor Shyba
b78f2336a7
download only blobs
2021-11-09 14:27:06 -05:00
Victor Shyba
c7ba637c7d
fix tests
2021-11-09 14:27:06 -05:00
Victor Shyba
23a5ce3df7
fix exception arguments
2021-11-09 14:27:06 -05:00
Victor Shyba
8f88e28e50
test add/remove/list subscriptions
2021-11-09 14:27:06 -05:00
Victor Shyba
9cf6139557
fix and test main api
2021-11-09 14:27:06 -05:00
Victor Shyba
d556065a8b
download all blobs and check that on tests
2021-11-09 14:27:06 -05:00
Victor Shyba
951716f7dc
create downloader component and initial tests
2021-11-09 14:27:06 -05:00
Victor Shyba
1ddc7ddda3
with the fix we no longer need to restart the stream
2021-11-08 10:50:47 -05:00
Victor Shyba
903ed9f3dc
fix tests by checking there are actual blobs being deleted
2021-11-08 10:50:47 -05:00
Victor Shyba
c42b76dcb8
dont lose results on duplicates, just warn
2021-11-08 10:50:47 -05:00
Victor Shyba
a73582d9ae
remove tried_for_this_blob so banned peers are retried for same blob
2021-11-08 10:50:47 -05:00
Cristian Vicas
42c4fc7557
Bug [ #2070 ] where blob_get RPC timed out.
...
Both stream.downloader and blob_exchange.downloader paths are adding the fixed_peers list to the DHT node.
Tested jsonrpc_blob_get daemon call.
Bug [#2070 ] where blob_get RPC timed out.
Both stream.downloader and blob_exchange.downloader paths are adding the fixed_peers list to the DHT node.
Tested jsonrpc_blob_get daemon call.
2021-11-08 10:49:48 -05:00
Jack Robison
ddbbb6f1dd
use mempool cache in transaction_get_batch
2021-10-27 20:19:08 -04:00
Lex Berezhny
ff21a92330
Merge pull request #3457 from FemtosecondLaser/feature/3270-check-default-download-dir-writable
...
Modified ensure_directory_exists() to check if the directory is writable by the process.
2021-10-27 11:00:13 -04:00
FemtosecondLaser
07f76f7ad1
Added an integration test covering the following scenario:
...
On start, if download dir is non-writable - daemon terminates with a helpful message.
2021-10-26 11:17:52 +01:00
Jack Robison
c90ccffd7b
Update docker-compose-wallet-server.yml
2021-10-25 14:20:39 -04:00
Jack Robison
a00d5f18af
add script to setup docker volumes from snapshots
2021-10-24 16:25:34 -04:00
Jack Robison
1e391d211b
fix attempting to update trending on abandoned claims
2021-10-23 18:39:04 -04:00
FemtosecondLaser
d87f9672fa
Improved the readability of the tests.
2021-10-23 13:12:49 +01:00
FemtosecondLaser
2b5838aa01
Changed the tests to execute against a real file system instead of a fake one.
2021-10-23 02:52:58 +01:00
Jack Robison
e10486d6ec
update docs
2021-10-22 16:51:59 -04:00
Jack Robison
1a74d6604d
skip loading tx/claim caches in the elastic sync script when not needed
2021-10-22 15:10:35 -04:00
Alex Grin
6d118536b6
Merge pull request #3460 from lbryio/dht_seed_script_metrics
2021-10-22 12:44:16 -04:00
Alex Grin
ca4d758db9
Merge branch 'master' into dht_seed_script_metrics
2021-10-22 11:54:19 -04:00
Victor Shyba
dc18c26aa4
add optional prometheus to dht_node script
2021-10-22 03:39:46 -03:00
Jack Robison
48505c2968
update trending with help from @eggplantbren
2021-10-21 00:17:12 -04:00
Jack Robison
a98ea1e66a
update sync script to handle ES falling behind leveldb on shutdown
2021-10-20 23:41:11 -04:00
Jack Robison
3dec697816
logging
2021-10-20 23:41:11 -04:00
Jack Robison
88fd41e597
update docker
2021-10-20 23:41:11 -04:00
Jack Robison
b05d071a1c
update Env to accept parameters from cli args
2021-10-20 23:41:11 -04:00
Jack Robison
a27d3b9689
set default CACHE_MB
to 1024mb and the default QUERY_TIMEOUT_MS
to 10s
2021-10-20 23:41:11 -04:00
Jack Robison
1facc0cd01
remove unused hub env settings
2021-10-20 23:41:11 -04:00
FemtosecondLaser
837f91d830
renamed the test class to be more specific about the sut
2021-10-21 00:31:02 +01:00
FemtosecondLaser
9c5f5aefb0
removed redundant tests
...
renamed a test to be more specific about the kind of the precondition
2021-10-21 00:27:31 +01:00
FemtosecondLaser
6b8d4a444b
Modified ensure_directory_exists() to check if the directory is writable by the process.
2021-10-20 15:26:16 +01:00
Jack Robison
6bef09a3b1
update lbry-hub-elastic-sync to support resyncing recent blocks
2021-10-19 15:53:20 -04:00
Jack Robison
e35319e5a2
add CACHE_ALL_CLAIM_TXOS
hub setting
2021-10-19 15:53:20 -04:00
Jack Robison
0e548b3812
remove dead code
2021-10-19 15:53:20 -04:00
Jack Robison
bfac02ccab
add CACHE_ALL_TX_HASHES
setting to optionally use more memory to save i/o
2021-10-19 15:53:20 -04:00
Jack Robison
7ea1a2b361
sleeps
2021-10-19 15:53:20 -04:00
Jack Robison
99df418f1d
improve resolve caching
2021-10-19 15:53:20 -04:00
Jack Robison
6416d8ce9c
threadpools for block processor and es sync reader
2021-10-19 15:53:20 -04:00
Jack Robison
22b43a2b01
doc strings
2021-10-19 15:53:20 -04:00
Jack Robison
05e5d24c5e
improve claims_producer performance
2021-10-19 15:53:20 -04:00
Jack Robison
eabcc30367
resolve lru cache
2021-10-19 15:53:20 -04:00
Jack Robison
f5e0ef5223
add block_txs index
2021-10-19 15:53:20 -04:00
Jack Robison
f46d9330b0
smaller caches
2021-10-19 15:53:20 -04:00
Jack Robison
b62a0b4607
Update daemon.py
...
docstring
2021-10-15 09:40:15 -04:00
Cristian Vicas
1f044321fb
Updated documentation for RPC calls: status, blob_list.
2021-10-15 09:40:15 -04:00
Jack Robison
a841d49483
Merge branch 'belikor-fix-wrong-url'
2021-10-15 09:00:59 -04:00
belikor
9509acc490
file_manager: raise new InvalidStreamURLError
if the URL is invalid
...
When using `lbrynet get URL`, if the URL is not a valid URL
the function `url.URL.parse` will raise a `ValueError` exception
which will produce a whole backtrace.
For example, this is the case if we provide a channel name
with a forward slash but without a stream name.
```
lbrynet get @Non-existing/
```
```
Traceback (most recent call last):
File "/opt/git/lbry-sdk/lbry/file/file_manager.py", line 84, in download_from_uri
if not URL.parse(uri).has_stream:
File "/opt/git/lbry-sdk/lbry/schema/url.py", line 114, in parse
raise ValueError('Invalid LBRY URL')
ValueError: Invalid LBRY URL
WARNING lbry.extras.daemon.daemon:1110: Error downloading Non-existing/: Invalid LBRY URL
```
Now we raise a new `InvalidStreamURLError` which can be trapped in the upper functions
that use `url.URL.parse` such as `FileManager.download_from_uri`.
If we do this the traceback won't be shown.
```
WARNING lbry.file.file_manager:252:
Failed to download Non-existing/: Invalid LBRY stream URL: '@Non-existing/'
WARNING lbry.extras.daemon.daemon:1110:
Error downloading Non-existing/: Invalid LBRY stream URL: '@Non-existing/'
```
This handles the case when trying to download only "channel" parts
without the claim part.
```
lbrynet get @Non-existing
lbrynet get @Non-existing/
lbrynet get Non-existing/
```
2021-10-15 08:59:37 -04:00
Jack Robison
02d356ef12
Merge pull request #3443 from lbryio/fix-resolve-reposted-channel
...
Fix including channels for reposted claims when resolving a repost
2021-10-08 16:51:40 -04:00
Jack Robison
d3516f299e
clear es attributes during initial sync
2021-10-08 16:34:48 -04:00
Jack Robison
79630767c2
fix setting references on txos in extra_txos
2021-10-08 16:34:15 -04:00
Jack Robison
084a76d075
fix reposted channel being missing from resolve result
...
-improve names of the resolve related methods in `LevelDB`
2021-10-07 15:09:13 -04:00
Jack Robison
bc6822e397
Merge pull request #3205 from lbryio/leveldb-resolve
...
drop sqlite in the hub and make resolve handle reorgs
2021-10-07 02:07:48 -04:00
Jack Robison
43432a9e48
fix compactify script
2021-10-07 00:37:55 -04:00
Jack Robison
d64a5bc12f
fix test
2021-10-06 23:53:17 -04:00
Jack Robison
b2922d18e2
move test_transaction_commands, test_internal_transaction_api , and test_transactions into their own runner
...
-move test_resolve_command to its own runner
2021-10-06 23:53:17 -04:00
Jack Robison
ccf03fc07b
only save undo info for blocks within reorg limit
2021-10-06 12:07:42 -04:00
Jack Robison
a7c45da10c
fix channel count
2021-10-06 00:02:16 -04:00
Jack Robison
e03f01e24a
try to fix test_sqlite_coin_chooser
2021-10-05 19:36:49 -04:00
Jack Robison
0939589557
move test_claim_commands and test_resolve_command into new directory
2021-10-05 17:51:43 -04:00
Jack Robison
8167af9b4a
sort touched or deleted claim hashes
2021-10-05 16:44:49 -04:00
Jack Robison
4cf76123e5
block processor db refactoring
...
-access db through HubDB class, don't use plyvel.DB directly
-add channel count and support amount prefixes
2021-10-05 16:44:49 -04:00
Jack Robison
01ee4b23e6
fix and add test for abandoning a controlling in the same block a new claim is made
2021-10-05 16:44:49 -04:00
Jack Robison
b198f79214
fix test_sqlite_coin_chooser
2021-10-05 16:44:49 -04:00
Jack Robison
09db868a28
fix ES index name so it stays the same within a test case
2021-10-05 16:44:49 -04:00
Jack Robison
33e8ef75ff
fix bug with early takeover by an update
2021-10-05 16:44:49 -04:00
Jack Robison
11dcb16b14
fix test
2021-10-05 16:44:49 -04:00
Jack Robison
86f21da28b
fix activating non existent claim
2021-10-05 16:44:49 -04:00
Jack Robison
89cd6a9aa4
add tests for takeovers from amount changes in updates before/on/after activation
2021-10-05 16:44:49 -04:00
Jack Robison
18e1256037
batch address history notifications
2021-10-05 16:44:49 -04:00
Jack Robison
02cf478d91
improve leveldb caching
2021-10-05 16:44:49 -04:00
Jack Robison
6ec70192fe
refactor reload_blocking_filtering_streams
2021-10-05 16:44:49 -04:00
Jack Robison
8c75098a9a
fix filtering error upon abandon
2021-10-05 16:44:49 -04:00
Jack Robison
72500f6948
faster read_claim_txos
2021-10-05 16:44:49 -04:00
Jack Robison
37ec9ab464
remove unused executor
2021-10-05 16:44:49 -04:00
Victor Shyba
82fe2a4c8d
fix blocking and filtering
2021-10-05 16:44:49 -04:00
Jack Robison
aa50e6ee66
fix test
2021-10-05 16:44:49 -04:00
Jack Robison
91a07cfaee
fix logging number of notified sessions
2021-10-05 16:44:49 -04:00
Jack Robison
709f5e9a65
fix update that initiates takeover not being delayed
2021-10-05 16:44:49 -04:00
Jack Robison
b2f9ef21cc
use hub binary from https://github.com/lbryio/hub/pull/13
2021-10-05 16:44:49 -04:00
Jack Robison
be6b72edcd
handle invalid release time
2021-10-05 16:44:49 -04:00
Jack Robison
ece2d1e78a
name
and normalized
-> claim_name
and normalized_name
...
-update generated pb files
2021-10-05 16:44:49 -04:00
Jack Robison
1ee1a5f2a1
fix es sync.py
2021-10-05 16:44:49 -04:00
Jack Robison
a567326853
fix all_claims_producer
2021-10-05 16:44:49 -04:00
Jack Robison
6231861dd6
merge conflicts
2021-10-05 16:44:49 -04:00
Jack Robison
1ff7b77ee0
claim search fixes
2021-10-05 16:44:49 -04:00
Jack Robison
9365708bb2
fix release_time and creation_timestamp
2021-10-05 16:44:49 -04:00
Jack Robison
d23a0a8589
delete unused code
2021-10-05 16:44:49 -04:00
Jack Robison
701b39b043
test_spec_example
2021-10-05 16:44:49 -04:00
Jack Robison
58ad1f3876
non blocking claim producer
2021-10-05 16:44:49 -04:00
Jack Robison
2138e7ea33
fix tests
2021-10-05 16:44:49 -04:00
Jack Robison
32f8c9e59f
renormalization
2021-10-05 16:44:49 -04:00
Jack Robison
57028eab39
add trending integration test
2021-10-05 16:44:49 -04:00
Jack Robison
3a16edd8a6
fix trending overflow
2021-10-05 16:44:49 -04:00
Jack Robison
165f3bb270
refactor trending
2021-10-05 16:44:49 -04:00
Jack Robison
0ba75153f3
trending fixes
2021-10-05 16:44:49 -04:00
Jack Robison
db2789990f
make app backward compatible with trending_score
...
-update trending decay function to zero out low trending score values faster
2021-10-05 16:44:49 -04:00
Jack Robison
acaf299bcb
log time to update and decay trending in elasticsearch
2021-10-05 16:44:49 -04:00
Jack Robison
1940301824
skip integrity errors for trending spikes
2021-10-05 16:44:49 -04:00
Jack Robison
34576e880d
update trending in elasticsearch
...
-add TrendingPrefixSpike to leveldb
-expose `TRENDING_HALF_LIFE`, `TRENDING_WHALE_HALF_LIFE` and `TRENDING_WHALE_THRESHOLD` hub settings
2021-10-05 16:44:49 -04:00
Brendon J. Brewer
65c0668d40
constants
2021-10-05 16:44:49 -04:00
Brendon J. Brewer
53bd2bcbfe
Put trending score into ES
2021-10-05 16:44:49 -04:00
Brendon J. Brewer
388724fccb
Mark claims as touched
2021-10-05 16:44:49 -04:00
Jack Robison
231eabb013
fix non normalized canonical urls
2021-10-05 16:44:49 -04:00
Jack Robison
54903fc2ea
handle unicode error for unnormalized names
2021-10-05 16:44:49 -04:00
Jack Robison
3a1baf0700
prefix db
2021-10-05 16:44:49 -04:00
Brendon J. Brewer
0c0e36b6f8
trending
2021-10-05 16:44:49 -04:00
Jack Robison
234c03db09
fix claims not having non-normalized names
2021-10-05 16:44:49 -04:00
Jack Robison
59db5e7889
update test
2021-10-05 16:44:49 -04:00
Jack Robison
28aa7da349
merge conflicts
2021-10-05 16:44:49 -04:00
Jack Robison
c51e344b87
fix missing fields in reposts
2021-10-05 16:44:49 -04:00
Jack Robison
54461dfa75
fix merge conflicts and simplify extract_doc
2021-10-05 16:44:49 -04:00
Jack Robison
2d48e93f74
fix bulk es sync
2021-10-05 16:44:49 -04:00
Jack Robison
af22646322
fix tests
2021-10-05 16:44:49 -04:00
Jack Robison
722b42a93e
fix tests
2021-10-05 16:44:49 -04:00
Jack Robison
8f9e7f77a7
handle invalid claim update
2021-10-05 16:44:49 -04:00
Jack Robison
09bb1ba494
fix keeping claim_hash_to_txo and txo_to_claim in sync
2021-10-05 16:44:49 -04:00
Victor Shyba
d4137428ff
implement blocking and filtering
2021-10-05 16:44:49 -04:00
Jack Robison
b4d6c4f5b7
fix _get_pending_claim_name
2021-10-05 16:44:49 -04:00
Jack Robison
ffbe59ece5
fix applying expiration fork
2021-10-05 16:44:49 -04:00
Jack Robison
fab9c90ccb
update iterators to use pack_partial_key
2021-10-05 16:44:49 -04:00
Jack Robison
fb1a774bc4
delete lbry/wallet/server/storage.py
...
-expose leveldb lru cache size as `CACHE_MB` hub param
2021-10-05 16:44:49 -04:00
Jack Robison
98bc7d1e0e
remove dead code
2021-10-05 16:44:49 -04:00
Jack Robison
f7622f24b2
non blocking mempool loop
2021-10-05 16:44:49 -04:00
Jack Robison
f0a195a6d4
faster es sync
2021-10-05 16:44:49 -04:00
Jack Robison
180ba27d84
run advance_block in threadpool
2021-10-05 16:44:49 -04:00
Jack Robison
f944671f86
use claim_to_txo cache
2021-10-05 16:44:49 -04:00
Jack Robison
def2903f7d
faster _cached_get_active_amount for claims
...
-remove dead code
2021-10-05 16:44:49 -04:00
Jack Robison
0273a4e839
fix claim search by fee for claims without fees
2021-10-05 16:44:49 -04:00
Jack Robison
f8d2f02c5d
clear claim_to_txo cache before reading
2021-10-05 16:44:49 -04:00
Jack Robison
25147d8897
handle claims that dont exist in ES sync
2021-10-05 16:44:49 -04:00
Jack Robison
0fb6f05fba
in memory claim_to_txo and txo_to_claim dictionaries
2021-10-05 16:44:49 -04:00
Jack Robison
4e4e899356
fix spend_utxo
2021-10-05 16:44:49 -04:00
Jack Robison
5a01dbf269
split flush from advance_block
2021-10-05 16:44:49 -04:00
Jack Robison
30b923b283
rename extend_ops
2021-10-05 16:44:49 -04:00
Jack Robison
73ba381d20
faster spend_utxo
2021-10-05 16:44:49 -04:00
Jack Robison
1a5912877e
faster get_future_activated
2021-10-05 16:44:49 -04:00
Jack Robison
813e506b68
threadpool
2021-10-05 16:44:49 -04:00
Jack Robison
077ca987f7
cleanup
2021-10-05 16:44:49 -04:00
Jack Robison
c632a7a6a5
fix getting block hash during reorg
2021-10-05 16:44:49 -04:00
Jack Robison
e33e767510
fix test
2021-10-05 16:44:49 -04:00
Jack Robison
ac82617aa9
fix spends in address histories
2021-10-05 16:44:49 -04:00
Jack Robison
a35dfd1fd1
faster es sync
2021-10-05 16:44:49 -04:00
Jack Robison
c28aae9913
fix expiring channels
2021-10-05 16:44:49 -04:00
Jack Robison
c26a99e65c
fix abandoning signed claims in the same tx as their channel
...
-fix canonical/short url in es
2021-10-05 16:44:49 -04:00
Jack Robison
ca57dcfc2f
handle failure to generate a short id
2021-10-05 16:44:49 -04:00
Jack Robison
df5662dd69
fix resolve by short id
2021-10-05 16:44:49 -04:00
Jack Robison
8927a4889e
tests
2021-10-05 16:44:49 -04:00
Jack Robison
1ac7831f3c
move MemPool into BlockProcessor
2021-10-05 16:44:49 -04:00
Jack Robison
292d272a94
combine MemPool and Notifications classes
2021-10-05 16:44:49 -04:00
Jack Robison
a6ee8dc66e
fix touched hashXs notifications
2021-10-05 16:44:49 -04:00
Jack Robison
496f89f184
reorg claims in the search index
2021-10-05 16:44:49 -04:00
Jack Robison
7a56eff1ac
small fixes
2021-10-05 16:44:49 -04:00
Jack Robison
07e182aa16
rename
2021-10-05 16:44:49 -04:00
Jack Robison
7de06aa1e0
delete stale code
2021-10-05 16:44:49 -04:00
Jack Robison
3955b64405
simplify advance and reorg
2021-10-05 16:44:49 -04:00
Jack Robison
2bb55d681d
update limited_history
2021-10-05 16:44:49 -04:00
Jack Robison
f94e6ac527
update lookup_utxos
2021-10-05 16:44:49 -04:00
Jack Robison
b344f17b86
update RevertableOpStack
2021-10-05 16:44:49 -04:00
Jack Robison
677b8cb633
add remaining db prefixes
2021-10-05 16:44:49 -04:00
Jack Robison
6f3342e09e
update plyvel to 1.3.0
...
https://github.com/lbryio/lbry-sdk/pull/3205#issuecomment-877564489
2021-10-05 16:44:49 -04:00
Jack Robison
a1ddd762e0
cleanup
2021-10-05 16:44:49 -04:00
Jack Robison
68474e4057
skip es sync during initial hub sync, halt the hub upon finishing initial sync
2021-10-05 16:44:49 -04:00
Jack Robison
a84b9ee396
fix es sync
2021-10-05 16:44:49 -04:00
Jack Robison
b9c2ee745a
fix non localhost elasticsearch
2021-10-05 16:44:49 -04:00
Jack Robison
c91a47fcaa
improve channel invalidation test
2021-10-05 16:44:49 -04:00
Jack Robison
615e489d8d
fix stream_update
--clear_channel flag
2021-10-05 16:44:49 -04:00
Jack Robison
c68f9f6f16
fix signed claim invalidation corner cases
2021-10-05 16:44:49 -04:00
Jack Robison
229cb85a6a
extra deletes
...
-the channel_to_claim/claim_to_channel entries already get deleted when the claim txo is spent
2021-10-05 16:44:49 -04:00
Jack Robison
e5c22fa665
fix has_no_source for reposts
2021-10-05 16:44:49 -04:00
Jack Robison
8bcfff05d7
update channel_to_claim and claim_to_channel at the same time
2021-10-05 16:44:49 -04:00
Jack Robison
6416ee8151
typing and fix error string
2021-10-05 16:44:49 -04:00
Jack Robison
f8eceb48e6
update staged txo_to_claim after invalidating channel sig
...
-fixes abandon of claim with invalidated signature and an update in same block
2021-10-05 16:44:49 -04:00
Jack Robison
310c483bfa
missing channel_to_claim delete
2021-10-05 16:44:49 -04:00
Jack Robison
a8f20361aa
fix RepostKey
2021-10-05 16:44:49 -04:00
Jack Robison
290be69d99
typing
2021-10-05 16:44:49 -04:00
Jack Robison
3b96bd7ea0
fix
2021-10-05 16:44:49 -04:00
Jack Robison
dc2f22f5fa
cleanup
2021-10-05 16:44:49 -04:00
Jack Robison
821be29f41
rename effective_amount prefix
2021-10-05 16:44:49 -04:00
Jack Robison
52ff1a12ff
fix undeleted claim_to_channel record
2021-10-05 16:44:49 -04:00
Jack Robison
814699ef11
cleanup
2021-10-05 16:44:49 -04:00
Jack Robison
0c30838b25
fix mismatch in claim_to_txo<->txo_to_claim
2021-10-05 16:44:49 -04:00
Jack Robison
cf66c2a1ee
rename things
...
-fix effective amount integrity error
2021-10-05 16:44:49 -04:00
Jack Robison
2ee419ffca
fix
2021-10-05 16:44:49 -04:00
Jack Robison
bfb9d696d7
pretty print
2021-10-05 16:44:49 -04:00
Jack Robison
bb2a34dd6b
fix duplicate activate
2021-10-05 16:44:49 -04:00
Jack Robison
ed652c0c56
fix updating resolve by effective amount after abandoning support
2021-10-05 16:44:49 -04:00
Jack Robison
1dc961d6eb
use RevertableOpStack in _get_takeover_ops
2021-10-05 16:44:49 -04:00
Jack Robison
d119fcfc98
remove debug prints
2021-10-05 16:44:49 -04:00
Jack Robison
4d3573724a
add RevertableOpStack to verify consistency of ops as they're staged
2021-10-05 16:44:49 -04:00
Jack Robison
8b37a66075
fix fee amount overflow in es
2021-10-05 16:44:49 -04:00
Jack Robison
ba4f32075a
faster claim producer
...
-make batches of claim txos from the iterator, and sort by tx hash before fetching to maximize cache and read ahead hits
2021-10-05 16:44:49 -04:00
Jack Robison
218be22576
imports
2021-10-05 16:44:49 -04:00
Jack Robison
7688293716
close db in sync script
2021-10-05 16:44:49 -04:00
Jack Robison
458f8533c4
try default block size
2021-10-05 16:44:49 -04:00
Jack Robison
34502752fc
update elastic sync
2021-10-05 16:44:49 -04:00
Jack Robison
d6758fd823
invalidate channel signatures upon channel abandon
2021-10-05 16:44:49 -04:00
Jack Robison
65700e790e
_prepare_claim_for_sync generators
2021-10-05 16:44:49 -04:00
Jack Robison
7c34e4bb96
logging
2021-10-05 16:44:49 -04:00
Jack Robison
d0d6e3563b
use default sync=False during write_batch
2021-10-05 16:44:49 -04:00
Jack Robison
a2619f8c78
genesis_bytes attribute
2021-10-05 16:44:49 -04:00
Jack Robison
42d07fd2f0
fix
2021-10-05 16:44:49 -04:00
Jack Robison
8bea10960f
disable es (revert)
2021-10-05 16:44:49 -04:00
Jack Robison
9cbb19c304
_cached_get_active_amount
2021-10-05 16:44:49 -04:00
Jack Robison
1b94dfd712
fix removing unactivated support
2021-10-05 16:44:49 -04:00
Jack Robison
9f3604d739
debug
2021-10-05 16:44:49 -04:00
Jack Robison
4a1b2be269
leveldb tuning
2021-10-05 16:44:49 -04:00
Jack Robison
962dc1b55b
debug
2021-10-05 16:44:49 -04:00
Jack Robison
07c86502f6
refactor ClaimToTXO prefix
2021-10-05 16:44:49 -04:00
Jack Robison
adb188e5d0
filter abandoned claims from those considered for early activation
2021-10-05 16:44:49 -04:00
Jack Robison
ce031dc6b8
only do early takeover on a larger amount (fix case where they're equal)
2021-10-05 16:44:49 -04:00
Jack Robison
18b5f03247
filter supported claim hashes for claims that dont exist from early takeover/activations
2021-10-05 16:44:49 -04:00
Jack Robison
8a555ecf1c
remove extra open functions
2021-10-05 16:44:49 -04:00
Jack Robison
1b325b9acd
fix flush id
2021-10-05 16:44:49 -04:00
Jack Robison
1bdaddb319
fix clearing pending_support caches upon abandon
2021-10-05 16:44:49 -04:00
Jack Robison
7896e177ef
fix putting spent unactivated supports in removed_active_support
2021-10-05 16:44:49 -04:00
Jack Robison
ce8e659008
fix syncing claim to es where channel is in the same block
2021-10-05 16:44:49 -04:00
Jack Robison
27be5deeb2
ignore activation for headless supports
2021-10-05 16:44:49 -04:00
Jack Robison
515f270c3a
faster get_future_activated
2021-10-05 16:44:49 -04:00
Jack Robison
ffff3bd334
debugging
2021-10-05 16:44:49 -04:00
Jack Robison
f493f13b25
prints
2021-10-05 16:44:49 -04:00
Jack Robison
e605c14b13
flush count
2021-10-05 16:44:49 -04:00
Jack Robison
338488f16d
tests
2021-10-05 16:44:49 -04:00
Jack Robison
2abc67c3e8
reposts
2021-10-05 16:44:49 -04:00
Jack Robison
eb1ba143ec
fix updating the ES search index
...
-update search index to use ResolveResult tuples
2021-10-05 16:44:49 -04:00
Jack Robison
6f5bca0f67
bid ordered resolve, feed ES claim data from block processor
2021-10-05 16:44:49 -04:00
Jack Robison
407cd8dd4b
fix duplicate update op for early activating claim
2021-10-05 16:44:49 -04:00
Jack Robison
62a4f0fc04
fix early takeovers by not-yet activated claims
2021-10-05 16:44:49 -04:00
Jack Robison
77cde411f1
test_early_takeover_abandoned_controlling_support
2021-10-05 16:44:49 -04:00
Jack Robison
3eb9d23108
require previous_winning arg for get_takeover_name_ops
2021-10-05 16:44:49 -04:00
Jack Robison
410d4aeb21
fix takeover edge case
...
if a claim with a higher value than that of a claim taking over a name exists but isn't yet activated, activate it early and have it take over the name
2021-10-05 16:44:49 -04:00
Jack Robison
0a28d216fd
comments
2021-10-05 16:44:49 -04:00
Jack Robison
b69faf6920
bid ordered resolve (WIP)
2021-10-05 16:44:49 -04:00
Jack Robison
efb92ea37a
fix udp ping test
2021-10-05 16:44:49 -04:00
Jack Robison
e77f9981df
DBError
2021-10-05 16:44:49 -04:00
Jack Robison
d27c2cc1e9
remove unused COIN file
2021-10-05 16:44:49 -04:00
Jack Robison
586b19675e
claim takeovers
2021-10-05 16:44:49 -04:00
Jack Robison
f2907536b4
move get_expiration_height and claimtrie constants to Coin class
2021-10-05 16:44:49 -04:00
Jack Robison
4aa4e35d1c
tests
2021-10-05 16:44:49 -04:00
Jack Robison
9a11ac06bf
claim activations and takeovers (WIP)
2021-10-05 16:44:49 -04:00
Jack Robison
aa3b18f848
advance_blocks -> advance_block
2021-10-05 16:44:49 -04:00
Jack Robison
103bdc151f
dead code
2021-10-05 16:44:49 -04:00
Jack Robison
6d4c1cd879
LBRYBlockProcessor -> BlockProcessor
...
- temporarily disable claim_search
2021-10-05 16:44:49 -04:00
Jack Robison
cacbe30871
rebase
2021-10-05 16:44:49 -04:00
Jack Robison
bfeeacb230
tests
2021-10-05 16:44:49 -04:00
Jack Robison
04bb7b4919
add wrapper for getnamesintrie
...
-used for verifying db state against lbrycrd
2021-10-05 16:44:49 -04:00
Jack Robison
b7df277a5c
db state struct
...
-remove dead code
2021-10-05 16:44:49 -04:00
Jack Robison
c681041b48
claim expiration
2021-10-05 16:44:49 -04:00
Jack Robison
923834c784
get_claim_by_claim_id
2021-10-05 16:44:49 -04:00
Jack Robison
588edf98be
claims db
...
-move all leveldb prefixes to DB_PREFIXES enum
-add serializable RevertableOp interface for key/value puts and deletes
-resolve urls from leveldb
2021-10-05 16:44:49 -04:00
Jack Robison
28c603ad5f
transaction_num_mapping
2021-10-05 16:44:49 -04:00
Jack Robison
6988a47e02
disable sqlite in block processor
2021-10-05 16:44:49 -04:00
Jack Robison
2c8ceb1217
named tuples
2021-10-05 16:44:49 -04:00
Jack Robison
ccac4ffa24
consolidate flush_backup
2021-10-05 16:44:49 -04:00
Jack Robison
4258cef9bd
remove lbry.wallet.server.history
2021-10-05 16:44:49 -04:00
Jack Robison
62cc6dfe76
consolidate leveldb block advance/reorg
...
-move methods from History to LevelDB
2021-10-05 16:44:49 -04:00
Jack Robison
9f224a971b
atomic flush_dbs
2021-10-05 16:44:49 -04:00
Jack Robison
cf5dba9157
combine leveldb databases
2021-10-05 16:44:49 -04:00
Jack Robison
23035b9aa0
Merkle staticmethods
2021-10-05 16:44:49 -04:00
Lex Berezhny
84908ec8ec
v0.105.0
2021-10-05 11:29:39 -04:00
Victor Shyba
dade49743b
fix file reflect and add test
2021-10-04 19:26:05 -03:00
Lex Berezhny
f29bf35c2a
Merge pull request #3438 from lbryio/disk_space_metrics
...
metrics reported now include disk space consumed by blobs and what the disk usage limit, if any, is set to
2021-10-03 20:01:50 -04:00
Lex Berezhny
dfa6701c43
disk space metrics
2021-10-03 19:33:18 -04:00
Victor Shyba
763ca69a73
dht: use bytes hex/fromhex instead of binascii
2021-09-30 13:26:33 -03:00
Victor Shyba
6bf3b152bf
add grin to dht known list
2021-09-30 13:26:33 -03:00
Victor Shyba
aa19f85996
add madiator to known dht nodes
2021-09-30 13:26:33 -03:00
Victor Shyba
156d89567e
add option to set bootstrap_node
2021-09-30 13:26:33 -03:00
Victor Shyba
ecc71baf61
add dockerfile for dht node
2021-09-30 13:26:33 -03:00
Victor Shyba
90c743d963
configure where to save peers
2021-09-30 13:26:33 -03:00
Victor Shyba
b926293fa7
define arg types
2021-09-30 13:26:33 -03:00
Victor Shyba
71a19191f8
add dht seed node script
2021-09-30 13:26:33 -03:00
Victor Shyba
38a0f20a33
fix conflict with imported function
2021-09-30 13:24:17 -03:00
Victor Shyba
c35192108c
errors for empyt and misssing file on publish
2021-09-30 13:24:17 -03:00
Victor Shyba
245b564f13
generalize stream empty to argument empty
2021-09-30 13:24:17 -03:00
Victor Shyba
0d8d1ea4f3
empty stream name error for user input
2021-09-30 13:24:17 -03:00
Victor Shyba
27a427a363
error for missing channel private key
2021-09-30 13:24:17 -03:00
Victor Shyba
2ff028a694
error for already purchased claims
2021-09-30 13:24:17 -03:00
Lex Berezhny
c211338218
Merge pull request #3434 from belikor/fix-documentation
...
fix typo in `file list` arguments list
2021-09-27 11:08:10 -04:00
belikor
8ac89af8bd
api.json: correct the error in the generated documentation
...
From `"name": "blobs_in_stream<blobs_in_stream>"`
to `"name": "blobs_in_stream"`.
2021-09-23 21:01:17 -05:00
belikor
bbbaf59591
daemon: fix documentation in the file_list
docstring
...
This is necessary to produce the `docs/api.json`
(through `scripts/generate_json_api.py`)
with correct information, and to be able to parse this file later on
by other tools.
2021-09-23 21:00:31 -05:00
Lex Berezhny
169419896f
v0.104.0
2021-09-22 18:39:01 -04:00
Lex Berezhny
0543dca502
re-enable coveralls
2021-09-22 18:15:13 -04:00
Lex Berezhny
cc6011d57a
ubuntu 16.04 is deprecated on github actions, upgrading to 18.04
2021-09-22 18:14:15 -04:00
Lex Berezhny
fc4407ef7e
revert release
2021-09-22 18:11:41 -04:00
Lex Berezhny
03735a125f
v0.104.0
2021-09-22 14:02:52 -04:00
Lex Berezhny
5baeda9ff1
Merge pull request #3417 from lbryio/preserve_own_blobs
...
use database to track blob disk space use and preserve own blobs
2021-09-20 11:32:59 -04:00
Lex Berezhny
9b9794b5e0
default is_mine to true during migration
2021-09-20 09:23:42 -04:00
Lex Berezhny
0697d60a48
coveralls still down, will have to merged with coveralls off
2021-09-20 09:01:35 -04:00
Lex Berezhny
cfe6c82a31
tests
2021-09-19 21:38:09 -04:00
Lex Berezhny
3e30228d95
lint
2021-09-15 10:49:03 -04:00
Lex Berezhny
7264b53e5f
during disk clean your own sd blob is now kept and file status of deleted files is set to stopped
2021-09-15 10:37:08 -04:00
Lex Berezhny
60836d8523
db migration and other fixes
2021-09-15 09:10:06 -04:00
Lex Berezhny
ef89c2e47a
use databse to track blob disk space use and preserve own blobs
2021-09-15 09:10:06 -04:00
Lex Berezhny
2d9e3e1847
v0.103.0
2021-09-14 23:25:32 -04:00
Lex Berezhny
30136a9697
omit just node.py
2021-09-14 23:06:00 -04:00
Lex Berezhny
db7ccd66d3
coverage omit fix
2021-09-14 22:38:39 -04:00
Lex Berezhny
cfe6483102
omit coverage inside tox
2021-09-14 22:20:09 -04:00
Alex Grin
561566e723
Merge pull request #3421 from lbryio/vault_temp
...
avoid [''] on peers list
2021-09-13 16:14:43 -04:00
Victor Shyba
c2dcc4c898
avoid [''] on peers list
2021-09-13 15:57:21 -03:00
Lex Berezhny
d09bfdc4ff
omit orchstr8 stuff since it doesnt always run the same way on every test run
2021-09-12 11:45:52 -04:00
Victor Shyba
358ef4536f
add ConflictingInputValueError for claim_id+claim_ids
2021-09-10 18:57:20 -03:00
Victor Shyba
5061a35e66
remove ignored output from hub node
2021-09-10 18:57:20 -03:00
Victor Shyba
cd9a1e8c9e
default to legacy search for this release
2021-09-10 18:57:20 -03:00
Victor Shyba
646902e75e
only duplicate blockchain CI step
2021-09-10 18:57:20 -03:00
Victor Shyba
40d26cb868
fix error msg to match Go msg
2021-09-10 18:57:20 -03:00
Victor Shyba
b64aa51c0c
fix stream_types being an integer
2021-09-10 18:57:20 -03:00
Victor Shyba
8206441834
run CI for old and new setups
2021-09-10 18:57:20 -03:00
Victor Shyba
d713783736
ignore default values
2021-09-10 18:57:20 -03:00
Victor Shyba
57dffaa2ce
update hub to beta release
2021-09-10 18:57:20 -03:00
Victor Shyba
9e81dd2360
refactor arguments fixup
2021-09-10 18:57:20 -03:00
Victor Shyba
e2798969d7
claim_id is an invertible field, not a repeated
2021-09-10 18:57:20 -03:00
Victor Shyba
1c31ec66f2
simplify operator handling
2021-09-10 18:57:20 -03:00
Victor Shyba
241f9fc7b0
not_claim_id/not_claim_ids is not a search parameter
2021-09-10 18:57:20 -03:00
Victor Shyba
270192486a
translate grpc errors to RPCError
2021-09-10 18:57:20 -03:00
Victor Shyba
a799503c97
update fields from hub
2021-09-10 18:57:20 -03:00
Victor Shyba
9685928087
there is no first_search
2021-09-10 18:57:20 -03:00
Victor Shyba
0e4b2fad99
specify index name
2021-09-10 18:57:20 -03:00
Victor Shyba
3c4571a4e0
remove fallback
2021-09-10 18:57:20 -03:00
Jeffrey Picard
046147eb1d
updates for fields
2021-09-10 18:57:20 -03:00
Jeffrey Picard
7834520e54
update code to be consistent with field renames
2021-09-10 18:57:20 -03:00
Jeffrey Picard
8e5b4d4b6f
hardcode port
2021-09-10 18:57:20 -03:00
Jeffrey Picard
4544a074d9
Move the go hub settings from network to ledger config and hook reset
...
correctly.
2021-09-10 18:57:20 -03:00
Jeffrey Picard
9b78501392
Set default server to the networks default and use go hub by default
2021-09-10 18:57:20 -03:00
Jeffrey Picard
f59ddcc88d
Forgot to remove duplicate tests
2021-09-10 18:57:20 -03:00
Jeffrey Picard
a4955a2b79
remove uneeded prints
2021-09-10 18:57:20 -03:00
Jeffrey Picard
92ae1a565b
updates protobuf
2021-09-10 18:57:20 -03:00
Jeffrey Picard
15a56ca25e
tons of small changes squashed together
2021-09-10 18:57:20 -03:00
Jeffrey Picard
9dcaa829ea
update protobufs
2021-09-10 18:57:20 -03:00
Jeffrey Picard
9f65799a3d
uncomment tests, add remove_duplicates param
...
Cleanup prints and commented out code
remove print
don't do list claims
cleanup
2021-09-10 18:57:20 -03:00
Jeffrey Picard
886587848b
protobuf changes
...
more protobuf changes (fix imports)
2021-09-10 18:57:20 -03:00
Jeffrey Picard
a97fc6dba8
cleanup and reorgnazing some stuff
...
Fixing tests
relabel failing tests properly
run all the tests for the hub
cleanup HubNode
2021-09-10 18:57:20 -03:00
Jeffrey Picard
c124e88d12
grpc client for python
2021-09-10 18:57:20 -03:00
Jeffrey Picard
17f3870296
Add tests for hub
...
Have the basic starting /stopping / querying. Still don't have the hub
jsonrpc stuff working right and from the looks of it I need to clearify
some of the logic in the claim search function itself because it's not
returning the correct number of claims anyways.
get the integration working with grpcurl
Got tests working, still need to port the rest of them
ported all of the claim search tests
still a few failing due to not having inflation working, and there's something weird
with limit_claims_per_channel that needs to be fixed.
2021-09-10 18:57:20 -03:00
Lex Berezhny
4626d42d08
Merge pull request #3414 from cristi-zz/remove_comment_api
...
removed `comment` API endoints
2021-09-09 13:07:12 -04:00
Cristian Vicas
e1e760055c
Drop comment_* apis.
...
Refresh documentation.
2021-09-02 11:38:29 +03:00
Cristian Vicas
45bf6c3bf3
Drop comment_* apis.
...
Refactored dangling functions.
Added unit test.
2021-09-02 11:38:29 +03:00
Cristian Vicas
fef0cc764d
Drop comment_* apis
...
Removed the comment API
Removed tests for the comment API
Removed the documentation section
Removed the comment server configuration
2021-09-02 08:51:00 +03:00
Lex Berezhny
72049afcf6
Merge pull request #3410 from belikor/fix-docstring
...
jsonrpc_support_sum: remove the + signs from the docstring
2021-09-01 10:05:17 -04:00
belikor
d26c06dbf3
jsonrpc_support_sum: remove the + signs from the docstring
...
These symbols came from 0a0ac3b7c9
and were probably added
accidentally to the beginning of the line by copying and pasting
some diffs.
2021-08-25 13:28:02 -05:00
Lex Berezhny
268decd655
update readme
2021-08-21 20:01:49 -04:00
Lex Berezhny
7ae246c839
always run on push, otherwise master branch does not get coverage
2021-08-21 17:10:53 -04:00
Lex Berezhny
c7c454e4fb
Merge pull request #3406 from lbryio/coveralls
...
submit code coverage reports to coveralls
2021-08-21 17:07:22 -04:00
Lex Berezhny
8e27297a81
coveralls flag name fix
2021-08-21 16:47:17 -04:00
Lex Berezhny
2cdec72985
coveralls fix
2021-08-21 16:22:01 -04:00
Lex Berezhny
0085ac534d
coverage fix
2021-08-21 15:41:06 -04:00
Lex Berezhny
7828a79a96
coverage combine corrected
2021-08-21 15:31:50 -04:00
Lex Berezhny
5576c21e67
coverage for integration tests
2021-08-21 15:26:14 -04:00
Lex Berezhny
e49cfb1d2b
another attempt
2021-08-21 14:44:59 -04:00
Lex Berezhny
1e541d0225
explicit coverralls service
2021-08-21 13:52:33 -04:00
Lex Berezhny
0974afd26d
guess coverralls service
2021-08-21 12:06:45 -04:00
Lex Berezhny
8d93594771
coverage on win and mac
2021-08-21 10:51:37 -04:00
Lex Berezhny
1136ac70e8
fix makefile
2021-08-21 10:26:55 -04:00
Lex Berezhny
dc8d5a39ea
fix spaces
2021-08-21 09:42:18 -04:00
Lex Berezhny
8329e649b0
try python coveralls package insead of github action
2021-08-21 09:41:16 -04:00
Lex Berezhny
66da8b164f
try AndreMiras/coveralls-python-action action
2021-08-21 09:28:20 -04:00
Lex Berezhny
ea48577864
github workflow syntax fix
2021-08-21 09:15:20 -04:00
Lex Berezhny
597146b136
submit coverage to coveralls
2021-08-21 09:04:44 -04:00
Lex Berezhny
30dd0c1e11
Merge pull request #3405 from lbryio/upgrade_pylint
...
upgrade pylint and fix lint errors
2021-08-20 23:06:44 -04:00
Lex Berezhny
88772c4266
update setup.py
2021-08-20 22:42:12 -04:00
Lex Berezhny
dc1d9e1c84
upgrade pylint and fix lint errors
2021-08-20 22:36:35 -04:00
Lex Berezhny
69ea65835d
Merge pull request #3402 from lbryio/save_files_default_false
...
changed default setting `save_files` to be false
2021-08-19 10:57:51 -04:00
Lex Berezhny
d5bae3a8c6
manually set save_files=True in unit tests
2021-08-19 09:31:17 -04:00
Lex Berezhny
f14010bd5b
explicitly set save_files = True in tests
2021-08-17 16:36:48 -04:00
Lex Berezhny
87094fc83f
changed default setting save_files to be false
2021-08-17 15:47:18 -04:00
Lex Berezhny
7c179cfeab
missing closing squiggly bracket
2021-08-17 14:48:13 -04:00
Lex Berezhny
7582c221d1
v0.102.0
2021-08-17 14:16:17 -04:00
Lex Berezhny
c109895848
Merge pull request #3399 from lbryio/better-error-logging
...
Less verbose error logs, only log tracebacks for errors not defined in `lbry.error`
2021-08-17 14:14:27 -04:00
Jack Robison
eccedada40
add TODOs for errors raised that aren't defined in lbry.error
2021-08-17 12:31:03 -04:00
Jack Robison
25d54accf8
return api errors from wallet_add
and wallet_create
2021-08-17 12:30:17 -04:00
Jack Robison
d07685f0e9
only log tracebacks for api errors not defined in lbry.error
2021-08-17 11:30:58 -04:00
Jack Robison
2445c00c7e
raise WalletNotLoadedError in get_wallet_or_error instead of ValueError
2021-08-17 11:30:58 -04:00
Lex Berezhny
4c1d3ef514
Merge pull request #3398 from lbryio/clean_blobs_after_delay
...
clean blobs after waiting interval instead of immediately on startup
2021-08-17 10:44:34 -04:00
Lex Berezhny
4614c7d4c2
clean blobs after waiting interval instead of immediately on startup
2021-08-17 09:52:44 -04:00
Lex Berezhny
bbf1ef0dc3
Merge pull request #3378 from lbryio/disk_management
...
ability to limit disk spaced used for blobs via `blob_storage_limit` setting (oldest blobs are deleted when disk space limit is reached)
2021-08-16 17:41:05 -04:00
Lex Berezhny
3433c9e708
return number of files deleted
2021-08-16 17:03:40 -04:00
Lex Berezhny
2cd5d75a2e
return true/false if clean was performed
2021-08-16 17:02:13 -04:00
Lex Berezhny
2535b8adef
fix disk space unit test
2021-08-16 14:54:17 -04:00
Lex Berezhny
4edab7bb7f
fix sorting by DirEntry error
2021-08-16 14:41:16 -04:00
Lex Berezhny
fd8658e317
test component unit test
2021-08-16 14:35:32 -04:00
Lex Berezhny
51d21d8c86
working disk cleanup
2021-08-16 14:15:12 -04:00
Lex Berezhny
b4c3307cdf
fixed tests
2021-08-13 10:32:46 -04:00
Lex Berezhny
4e8d10cb44
disk space manager and status API
2021-08-13 10:32:46 -04:00
Lex Berezhny
e96875a425
workflow syntax
2021-08-13 10:32:46 -04:00
Lex Berezhny
5ab0035348
run tests on windows and mac
2021-08-13 10:32:46 -04:00
Lex Berezhny
4ddff96b1e
Merge pull request #3395 from lbryio/libtorrent_optional
...
make libtorrent optional and skip test which depends on it
2021-08-13 10:31:06 -04:00
Lex Berezhny
a08d84c1df
make libtorrent optional and skip test which depends on it
2021-08-13 10:07:06 -04:00
Victor Shyba
21c71bfac1
update sync utility
2021-08-09 18:33:47 -03:00
Victor Shyba
6baaed3581
refactor query with new fields
2021-08-09 18:33:47 -03:00
Victor Shyba
152dbfd5d1
reflect fee_currency, fee_amount and duration on repost searches
2021-08-09 18:33:47 -03:00
Victor Shyba
a56d14086b
reflect media_type on repost searches
2021-08-09 18:33:47 -03:00
Victor Shyba
aee87693f8
reflect stream_type on repost searches
2021-08-09 18:33:47 -03:00
Alex Grin
976b4affd9
Merge pull request #3383 from lbryio/dht_log
2021-08-09 17:10:01 -04:00
Victor Shyba
e222b6ad9c
log that a invalid query happened
2021-08-09 15:07:44 -03:00
Victor Shyba
19b17374e8
throttle instead of disconnecting
2021-08-09 15:07:44 -03:00
Victor Shyba
43989122bb
add error type and message to error readme and update code
2021-08-09 15:07:44 -03:00
Victor Shyba
72712d6047
raise and disconnect if too many parameters are used on search
2021-08-09 15:07:44 -03:00
Victor Shyba
0b52d2cc15
log invalid port as a warning instead of an exception
2021-08-03 15:29:52 -03:00
Lex Berezhny
8304102136
move <!channel> out of markdown converter
2021-07-27 11:54:08 -04:00
Lex Berezhny
3381aefcfa
notify channel of slack message
2021-07-27 11:39:35 -04:00
Lex Berezhny
279a365cb1
v0.101.1
2021-07-27 11:12:06 -04:00
Lex Berezhny
2c9e00da56
revert version
2021-07-27 11:10:16 -04:00
Lex Berezhny
f7cae69704
switch to using a custom GITHUB_TOKEN for doing releases
2021-07-27 11:07:25 -04:00
Lex Berezhny
b7d58bcdbc
v0.101.1
2021-07-26 17:01:25 -04:00
Lex Berezhny
13a856b843
revert version
2021-07-26 17:00:32 -04:00
Lex Berezhny
8da38985c3
debugging for release
2021-07-26 16:58:11 -04:00
Lex Berezhny
60cf6c6b97
v0.101.1
2021-07-26 16:02:28 -04:00
Lex Berezhny
35c2b34564
Merge pull request #3372 from lbryio/release_process_fixup
...
github release process fixes
2021-07-26 15:58:10 -04:00
Lex Berezhny
ef2e048efc
fixes for release process
2021-07-26 15:57:45 -04:00
Lex Berezhny
6b3261aa33
Merge pull request #3373 from lbryio/fix_typo
...
fix typo in kwargs key
2021-07-26 15:29:29 -04:00
Victor Shyba
1849c02cb6
fix typo in kwargs key
2021-07-26 16:02:48 -03:00
Lex Berezhny
1ec74a89e2
Merge pull request #3367 from belikor/fix-search-claim-id
...
fix error when using `--claim_id` with `lbrynet claim search`
2021-07-23 10:08:57 -04:00
Victor Shyba
c591792de9
has_source is a special case
2021-07-22 16:25:55 -03:00
Victor Shyba
3108543ae5
3 missing fields
2021-07-22 16:25:55 -03:00
Victor Shyba
1eb221c743
translate reposted, signature_valid and normalized
2021-07-22 16:25:55 -03:00
Alex Grin
bebf6bc2e7
Update constants.py
2021-07-22 16:25:55 -03:00
Alex Grin
9e91cc2138
Update constants.py
2021-07-22 16:25:55 -03:00
Victor Shyba
c5b939cfb7
fix tests
2021-07-22 16:25:55 -03:00
Victor Shyba
5bd411ca27
filtering hash->id
2021-07-22 16:25:55 -03:00
Victor Shyba
a533cda6f0
ES: all _hash to _id
2021-07-22 16:25:55 -03:00
Lex Berezhny
fe4b07b8ae
v0.101.0
2021-07-21 12:35:16 -04:00
Lex Berezhny
f9f2ccd904
revert version
2021-07-21 12:28:41 -04:00
Lex Berezhny
d9e87d7c32
publish after uploading release artifacts
2021-07-21 12:27:04 -04:00
Lex Berezhny
a0092c0770
remove docker steps from github action build
2021-07-21 12:14:49 -04:00
Lex Berezhny
3100131125
checkout code in release job
2021-07-21 11:33:41 -04:00
Lex Berezhny
988880cf83
update set_build script to work on github
2021-07-21 11:32:37 -04:00
Lex Berezhny
c3fb9672c4
re-enable skipping failing DHT unit test
2021-07-21 11:25:44 -04:00
Lex Berezhny
0a2d94e425
updated set_build to use GITHUB_ env vars
2021-07-21 09:19:58 -04:00
Lex Berezhny
8d9073cd31
v0.101.0
2021-07-20 22:52:44 -04:00
Lex Berezhny
d075961ffa
removed .gitlab-ci.yml
2021-07-20 22:52:05 -04:00
Lex Berezhny
7a72409b61
fix dht node test
2021-07-20 22:43:57 -04:00
Lex Berezhny
34fc530fba
cleanup github actions to be able to drop gitlab
2021-07-20 22:43:57 -04:00
Jack Robison
f257ff2f97
Merge pull request #3369 from lbryio/fix-hanging-tx-notification
...
fix stuck transaction notification due to race in mempool when advancing a block
2021-07-20 18:54:22 -04:00
Jack Robison
7ad5822c5b
fix test
2021-07-20 16:03:34 -04:00
Jack Robison
9a8f9f0a94
fix stuck notification due to mempool/notification race
2021-07-20 15:14:10 -04:00
belikor
6421cecafb
daemon: fix --claim_id
with lbrynet claim search
...
For some reason, when using `claim_search`
with `--claim_id`, the arguments dictionary will also
contain `claim_ids` with an empty list, even if we didn't specify it.
```
lbrynet claim search --claim_id=8945573bcfcb7f8276187dfbb93545eac4ebf71a
```
Using both `claim_id` and `claim_ids` will raise a `ValueError`
exception so the daemon won't return a valid result
even if the claim ID is in fact valid.
So if `claim_id` exists, we need to discard `claim_ids`
if it is empty, before proceeding with the rest of the code.
On the other hand, if `claim_ids` is used, and `claim_id` is absent,
there will be no problem as `claim_id` won't be added to the dictionary.
```
lbrynet claim search --claim_ids=8945573bcfcb7f8276187dfbb93545eac4ebf71a
```
2021-07-19 22:24:43 -05:00
Alex Grin
be544d6d89
Merge pull request #3358 from belikor/improve-install-md
2021-07-19 14:20:44 -04:00
Alex Grin
3c89ecafdd
Merge branch 'master' into improve-install-md
2021-07-19 14:20:39 -04:00
Alex Grin
35ec4eec52
Update INSTALL.md
2021-07-19 14:20:15 -04:00
Alex Grin
e47f737a2f
Update INSTALL.md
2021-07-19 14:15:21 -04:00
Alex Grin
ac671a065b
Merge pull request #3356 from lbryio/propagate_external_ip_change
2021-07-19 14:12:26 -04:00
Alex Grin
74116cc550
Merge branch 'master' into propagate_external_ip_change
2021-07-19 14:12:19 -04:00
Alex Grin
406070a5c3
Merge pull request #3354 from belikor/note-download-blob-peer
2021-07-19 14:10:13 -04:00
Victor Shyba
0ccafd5b53
make get_or_create_usable_address respect the generator lock
2021-07-19 14:09:52 -04:00
Alex Grin
940f517aa3
Merge branch 'master' into note-download-blob-peer
2021-07-19 14:09:51 -04:00
Alex Grin
216e5f65ad
Merge pull request #3363 from lbryio/troubleshoot_p2p_script
...
add script with web endpoints that can troubleshoot p2p/dht
2021-07-19 14:04:28 -04:00
Victor Shyba
a74685d66d
add script to troubleshoot p2p/dht
2021-07-19 15:01:37 -03:00
belikor
b7791d2845
exchange_rate_manager: raise exception if 'error'
is in json_response
...
If the error is not handled, the running daemon will continuously
print the following error message:
```
Traceback (most recent call last):
File "lbry/extras/daemon/exchange_rate_manager.py", line 77, in get_rate
File "lbry/extras/daemon/exchange_rate_manager.py", line 189, in get_rate_from_response
KeyError: 0
```
This started happening when the UPBit exchange decided to delist
the LBC coin.
Normally `json_response` should be a dictionary, not a list,
so `json_response[0]` causes an error.
By checking for the `'error'` key, we can raise the proper exception.
Once this is done, the message will be a warning, not a traceback.
```
WARNING lbry.extras.daemon.exchange_rate_manager:92:
Failed to get exchange rate from UPbit: result not found
```
2021-07-19 13:41:49 -04:00
Victor Shyba
d151a82d78
add libtool and automake to the dockerfiles so they can build coincurve
2021-07-15 17:11:19 -03:00
belikor
8ce61fbd52
INSTALL.md: break the big blocks of code, and remove the space
...
Remove the first space in the block of code as it is not necessary.
This
```
$ python --version
```
Becomes this
```
$ python --version
```
Also break the big block of code into individual blocks.
2021-07-11 19:44:54 -05:00
belikor
90c24aade3
INSTALL.md: using Python 3.8 does not work, issue #2769
...
Because of issue #2769 at the moment the `lbrynet` daemon
will only work correctly with Python 3.7.
The `deadsnakes` personal package archive (PPA) provides
Python 3.7 for Ubuntu distributions that no longer have it
in their official repositories like 18.04 and 20.04.
If Python 3.8+ is used, the daemon will start but the RPC server
may not accept messages, returning the following:
```
Could not connect to daemon. Are you sure it's running?
```
2021-07-11 19:44:54 -05:00
belikor
6b3f787fee
INSTALL.md: add more information on the virtual environments
...
Leave with `deactivate`.
Enter the environment again with
```
source lbry-venv/bin/activate
```
When developing, we can start the server interactively.
```
python lbry/extras/cli.py start
```
Parameters can be passed in the same way.
```
python lbry/extras/cli.py wallet balance
```
If a Python debugger (`pdb` or `ipdb`) is installed we can also start
it in this way, set up break points, and step through the code.
```
ipdb lbry/extras/cli.py
```
2021-07-11 19:44:25 -05:00
belikor
4ebe4ce1b7
scripts: note to further investigate in download_blob_from_peer
...
Currently `lbrynet blob get <hash>` does not work to download
single blobs which are not already present in the system.
The function locks up and never returns.
It only works for blobs that are in the `blobfiles` directory
already.
This bug is reported in lbryio/lbry-sdk, issue #2070 .
Maybe this script can be investigated, and certain parts
can be added to `lbry.extras.daemon.daemon.jsonrpc_blob_get`
in order to solve the previous issue, and finally download
single blobs from the network (peers or reflector servers).
2021-07-09 11:53:35 -05:00
belikor
8c79740ee8
script/test_claim_search: fix the import of ClientSession
...
This is nothing special, it just allows the module
to run without throwing an error on the import.
From
```
from lbry.wallet.client.basenetwork import ClientSession
```
To
```
from lbry.wallet.network import ClientSession
```
2021-07-09 10:52:41 -04:00
belikor
59d027ca02
script/find_max_server: fix the import of ClientSession
...
This is nothing special, it just allows the module
to run without throwing an error on the import.
From
```
from lbry.wallet.client.basenetwork import ClientSession
```
To
```
from lbry.wallet.network import ClientSession
```
2021-07-09 10:52:41 -04:00
Ofek Lev
37a7345a90
Upgrade coincurve
dependency
2021-07-09 10:51:03 -04:00
Victor Shyba
c519d4651b
loop.time is not usable on advance time, use wall time
2021-07-08 03:55:21 -03:00
Victor Shyba
9b3b609e40
re-enable test_losing_connection
2021-07-08 03:46:48 -03:00
Victor Shyba
6254f53716
propagate external ip changes from upnp component to dht node protocol
2021-07-08 03:46:05 -03:00
Jack Robison
f05dc46432
Merge pull request #3342 from lbryio/bug_flush_counter
...
[resync required] Avoid flush counter overflows on long running hubs by increasing it to 32 bits
2021-07-07 23:45:47 -04:00
Victor Shyba
3de0982a4a
limit request error logging to 16k
2021-07-07 18:39:38 -03:00
Victor Shyba
c2184fb3bf
run migration on history db open
2021-07-07 18:39:38 -03:00
Victor Shyba
919c09fcb0
add migration
2021-07-07 18:39:38 -03:00
Victor Shyba
1d9dbd40ec
increase flush counter to 32 bits
2021-07-07 18:39:38 -03:00
belikor
0cd953a6f3
script/checktrie: fix the import to SQLDB
...
This is nothing special, it just allows the module
to run without throwing an error.
From
```
from lbry.wallet.server.db import SQLDB
```
To
```
from lbry.wallet.server.db.writer import SQLDB
```
2021-07-07 11:02:28 -03:00
Alex Grin
4db2b72351
Merge pull request #3347 from kodxana/master
2021-07-02 11:16:40 -04:00
kodxana
dd54fcbdbd
Create README.md
2021-07-01 18:21:20 +02:00
kodxana
3123cf7ac6
Added docker-compose
2021-07-01 18:17:36 +02:00
Victor Shyba
6b579dd4ce
add dockerfiles for web sdk
2021-06-30 18:03:00 -03:00
Alex Grin
16dfaa3e27
Merge pull request #3343 from lbryio/example_es
...
add small example script showing how to read and update values to ES as we currently use it
2021-06-30 11:30:06 -04:00
Victor Shyba
d7842b9f84
small script showing how to read/update values to ES as we currently use it
2021-06-25 12:41:05 -03:00
Alex Grin
115034fccb
Merge pull request #3232 from lbryio/timeout
2021-06-25 11:05:25 -04:00
Victor Shyba
309e957a85
add concurrent_hub_requests conf
2021-06-24 21:21:19 -03:00
Victor Shyba
d7007e402e
move request semaphore to session and apply to all requests
2021-06-24 21:02:41 -03:00
Victor Shyba
91323a21cf
add hub_timeout and propagate it to network code
2021-06-24 21:02:41 -03:00
Lex Berezhny
fea893d76c
v0.100.0
2021-06-22 13:33:03 -04:00
Lex Berezhny
761bc6ba4c
revert release and fix test
2021-06-22 13:32:41 -04:00
Lex Berezhny
75172feb4e
v0.100.0
2021-06-22 12:53:23 -04:00
Lex Berezhny
3285fb1608
revert release
2021-06-22 12:52:48 -04:00
Lex Berezhny
03a4c6910d
v0.100.0
2021-06-22 12:51:36 -04:00
Lex Berezhny
485b958599
revert release
2021-06-22 12:50:11 -04:00
Lex Berezhny
da47ba2f67
v0.100.0
2021-06-22 11:11:02 -04:00
Lex Berezhny
c39195488a
bug fix
2021-06-22 11:07:58 -04:00
Lex Berezhny
227fb0ae9b
network integration test fix
2021-06-22 11:07:58 -04:00
Lex Berezhny
b12ff5b503
test fixes
2021-06-22 11:07:58 -04:00
Lex Berezhny
0946c72b88
lint
2021-06-22 11:07:58 -04:00
Lex Berezhny
7d49b046d4
added support to config for determining if value is set and implemented hub selection logic
2021-06-22 11:07:58 -04:00
Lex Berezhny
5f0426c840
country jurisdiction added to hub UDP protocol
2021-06-22 11:07:58 -04:00
Lex Berezhny
73e239cc5f
client side hub discovery pub/sub and hub metadata stored, removed old peers implementation
2021-06-22 11:07:58 -04:00
Lex Berezhny
ad670f721a
working client peer hub
2021-06-22 11:07:58 -04:00
Lex Berezhny
028a4a70cf
wallet server federation, client portion
2021-06-22 11:07:58 -04:00
Lex Berezhny
77d7960347
increase lbc exchange rate threshold
2021-06-18 11:26:30 -04:00
Lex Berezhny
39821146bd
increase lbc threshold in exchange rate integration tests even more
2021-06-17 10:23:33 -04:00
Lex Berezhny
7d505a41ac
drop sqlite indexes from test
2021-06-15 18:22:42 -04:00
Lex Berezhny
e457b2f0d6
fix trending to use built-in sqlite instead of apsw
2021-06-15 18:22:42 -04:00
Lex Berezhny
c9cf7fd4d4
drop apsw in wallet.server.db.elasticsearch.sync
2021-06-15 18:22:42 -04:00
Lex Berezhny
b0371dd33d
update test reader to use plain sqlite
2021-06-15 18:22:42 -04:00
Lex Berezhny
25e16c3565
dropping apsw
2021-06-15 18:22:42 -04:00
Lex Berezhny
7b39527863
update exchange rate threshold in integration tests due to significant drop in LBC price
2021-06-15 15:58:59 -04:00
Alex Grin
d861b08866
Merge pull request #3323 from lbryio/dht_leak
2021-06-07 16:15:59 -04:00
Victor Shyba
fb438dc108
remove the unregister call
2021-06-04 12:47:16 -03:00
Victor Shyba
4e6b4f179b
add items() to LRUCache
2021-06-04 12:20:44 -03:00
Victor Shyba
00d038c8f3
add default parameter to pop on LRUCache
2021-06-04 12:15:47 -03:00
Victor Shyba
a9f6a68952
use LRU caches for DHT metrics
2021-06-04 11:54:37 -03:00
Alex Grin
b9142bbc5a
Merge pull request #3319 from lbryio/support_value_type
...
drop `value_type` for supports
2021-06-04 08:39:40 -04:00
Victor Shyba
6c812f663e
drop value_type for support
2021-06-02 18:01:54 -03:00
Alex Grin
a93ec9783a
Update README.md
2021-06-02 14:10:19 -04:00
Lex Berezhny
2d184d77b6
v0.99.0
2021-06-02 12:07:37 -04:00
Victor Shyba
bce299ccc7
fix docopt typo
2021-06-02 12:05:36 -04:00
Victor Shyba
235cebd14a
fix test value
2021-06-02 12:05:36 -04:00
Victor Shyba
a638aa9d53
add and test support for support_create anonymous --comment
2021-06-02 12:05:36 -04:00
Victor Shyba
67cce0ef7e
test+implement --comment for support_create
2021-06-02 12:05:36 -04:00
Victor Shyba
82f4267bf6
add comment property/setter to the signable support class
2021-06-02 12:05:36 -04:00
Victor Shyba
45a9ca29c4
update generated support protobuf with field
2021-06-02 12:05:36 -04:00
Victor Shyba
7f4e813277
document schema update process
2021-06-02 12:05:36 -04:00
Lex Berezhny
3805ff4a0c
fix purchase test
2021-06-02 11:34:21 -04:00
Lex Berezhny
464cfd475e
properly format scripthash address on output
2021-06-02 11:34:21 -04:00
Lex Berezhny
fe469ae57f
create appropriate script for scripthash address
2021-06-02 11:34:21 -04:00
Lex Berezhny
550ef9a1c4
allows script addresses (beginning with r) to be used
2021-06-02 11:34:21 -04:00
Alex Grin
935adfb51a
Merge pull request #3301 from lbryio/no_repeat_claim_id
...
add `--remove_duplicates` to the search api
2021-05-28 11:01:15 -04:00
Victor Shyba
3974df4a62
fix interaction between two modes
2021-05-27 20:14:12 -03:00
Victor Shyba
4870974161
update json api
2021-05-27 20:14:12 -03:00
Victor Shyba
8c4b0037f5
API: add --remove_duplicates to claim_search
2021-05-27 20:14:12 -03:00
Victor Shyba
2c6f763ef2
test picking oldest when originals doesnt match
2021-05-27 20:14:12 -03:00
Victor Shyba
ca28de02d8
test and implementation for remove_duplicates on post-search filtering
2021-05-27 20:14:12 -03:00
Victor Shyba
bfc15ea029
handle limit being 0 and skip reordering if 0/none
2021-05-27 20:14:12 -03:00
Victor Shyba
6e8b8a5920
always call search_ahead
2021-05-27 20:14:12 -03:00
Jack Robison
099f3b6a62
Merge pull request #3308 from lbryio/reflect_more
...
Don't set stream as reflected until reflector says it doesn't need any blob
2021-05-27 19:13:23 -04:00
Victor Shyba
142d182bc1
if progress was made, retry without a delay
2021-05-27 18:24:58 -03:00
Victor Shyba
1437871d88
fix reflector client: only set completed when server says so
2021-05-27 18:24:58 -03:00
Victor Shyba
352bf69409
improve test
2021-05-27 18:24:58 -03:00
Victor Shyba
9bdf3d23e1
test bug 3296, failing
2021-05-27 18:24:58 -03:00
Victor Shyba
be8ecfa707
sort keys so helper scripts can send blobs using send_request
2021-05-27 18:24:58 -03:00
Lex Berezhny
51da0d0259
v0.98.0
2021-05-26 09:23:19 -04:00
Alex Grin
f55b78a994
Merge pull request #3306 from lbryio/fix-collectionUpdateWithReplace
2021-05-18 15:25:53 -04:00
Alex Grin
e1a44c93f8
Merge branch 'master' into fix-collectionUpdateWithReplace
2021-05-18 15:25:40 -04:00
Alex Grin
07e7087a09
Merge pull request #3303 from keikari/patch-1
...
Minor fix suggestion for issue #3240
2021-05-18 15:23:56 -04:00
Alex Grin
2c79c7e2f6
Merge branch 'master' into patch-1
2021-05-18 15:23:08 -04:00
Victor Shyba
09f6637fe0
remove unused multiprocessin.Manager
2021-05-17 15:07:32 -03:00
Victor Shyba
3784db3308
test collections update with --replace
2021-05-15 03:27:33 -03:00
zeppi
2b950ff5dd
fix bug in collection_update --replace
2021-05-15 03:27:33 -03:00
Alex Grin
09339c9cfb
Merge pull request #3305 from lbryio/fix_migrator_tool
...
fix hub Elasticsearch sync/migrations tool for when the db exists already
2021-05-14 11:06:07 -04:00
Victor Shyba
ccadd88af5
fix cache call
2021-05-13 22:40:21 -03:00
Victor Shyba
cc02a0efc2
fix es migration bug, expand test case
2021-05-13 19:00:53 -03:00
Victor Shyba
43a1385b79
test sync helper
2021-05-13 19:00:53 -03:00
Victor Shyba
5101464e3b
add integration tests command on install.md
2021-05-13 19:00:36 -03:00
Victor Shyba
3d71478d38
update install.md with ES instructions
2021-05-13 19:00:36 -03:00
Victor Shyba
4989ed445e
add ES to makefile
2021-05-13 19:00:36 -03:00
keikari
d9413039ec
Fix suggestion for issue #3240
...
L135: If `getattr()` returns `None`, use `""` instead to avoid error in issue #3240
2021-05-12 18:30:38 +03:00
Jack Robison
eba0c9be34
fix typo
2021-05-07 16:51:19 -04:00
Jack Robison
48c9e9f3cc
Merge pull request #3294 from lbryio/versioned-es-search-index
...
add versioning to ES search index and automate resync on version bumps
2021-05-07 15:38:21 -04:00
Jack Robison
81ebde88db
resync ES search index on version bumps
...
-bump ES search index to version 1
2021-05-07 14:36:53 -04:00
Jack Robison
79ced9d0f8
Merge pull request #3262 from lbryio/channel_repost_has_source
...
Fix bug for `has_source=True` hiding channel reposts
2021-05-07 14:36:04 -04:00
Victor Shyba
a4058b84ce
clean out unused sharding
2021-05-07 15:03:37 -03:00
Victor Shyba
7bf211a52b
apply reposted_claim_type on es sync
2021-05-07 15:03:37 -03:00
Victor Shyba
d5f722792f
fix and test has_source for channel reposts
2021-05-07 15:03:37 -03:00
Victor Shyba
0f02906c9b
fix has_source for reposted channels
2021-05-07 15:03:37 -03:00
Victor Shyba
9582e228b1
assert instead of sleep
2021-05-07 15:02:31 -03:00
Victor Shyba
45f20431f9
update tests from the removed feed
2021-05-07 15:02:31 -03:00
Victor Shyba
7554e6d7f9
remove dead code
2021-05-07 15:02:31 -03:00
Victor Shyba
cb8f26f177
remove broken feed
2021-05-07 15:02:31 -03:00
Jack Robison
b5dfce7861
Revert "finished switch from using hash # in URLs to colon :"
...
This reverts commit 888aa558
2021-05-07 11:31:28 -04:00
Jack Robison
2ca5a65544
Revert "FindShortestID updated"
...
This reverts commit 8f04a50c
2021-05-07 11:30:31 -04:00
Jack Robison
17deb136db
Revert "StreamCommands"
...
This reverts commit 2a8ccb06
2021-05-07 11:29:45 -04:00
Jack Robison
8c9710c76c
Merge pull request #3293 from lbryio/fix-block-processor-crash-invalid-fee
...
fix invalid claim fees breaking the block processor
2021-05-07 10:03:40 -04:00
Jack Robison
32f7ecb261
fix invalid claim fees breaking the block processor
2021-05-06 11:18:58 -04:00
Victor Shyba
fb77fde710
for debug, it is always whole page
2021-05-04 22:22:07 -03:00
Victor Shyba
3c67bb90d7
don't fail when a single one go on maintenance and set completion event regardless of failures
2021-05-04 22:22:07 -03:00
Victor Shyba
dabb168853
dont log full exceptions on simple connection errors
2021-05-04 22:22:07 -03:00
Victor Shyba
45e5b3b219
dont log full pages
2021-05-04 22:22:07 -03:00
Alex Grin
a6b7469923
Update README.md
2021-05-03 18:04:29 -04:00
Jack Robison
cb5dab3033
Merge pull request #3285 from lbryio/restrict-udp-source
...
Restrict udp sources, add `ALLOW_LAN_UDP` hub setting
2021-04-29 10:19:32 -04:00
Jack Robison
21d0038ff2
add timestamps to hub log
2021-04-28 16:47:00 -04:00
Jack Robison
c094d8f2e8
add ALLOW_LAN_UDP hub setting
2021-04-28 16:47:00 -04:00
Jack Robison
c465d6a6c2
ignore udp packets with low source ports
2021-04-28 16:47:00 -04:00
Lex Berezhny
73d35bc985
v0.97.0
2021-04-28 16:23:46 -04:00
Lex Berezhny
2a8ccb065b
StreamCommands
2021-04-28 16:21:01 -04:00
Lex Berezhny
8f04a50ce1
FindShortestID updated
2021-04-28 16:21:01 -04:00
Lex Berezhny
888aa5586b
finished switch from using hash # in URLs to colon :
2021-04-28 16:21:01 -04:00
Lex Berezhny
99f56f5d22
v0.96.0
2021-04-28 15:26:58 -04:00
Jack Robison
ad6281090d
Merge pull request #3275 from lbryio/search_caching_issues
...
add caching to "search ahead" code and invalidate short_url cache on every block
2021-04-28 14:14:29 -04:00
Victor Shyba
f0d334d3e2
refactor from review
2021-04-28 13:28:38 -03:00
Victor Shyba
5f829b048f
use separator to avoid cache key conflicts
2021-04-27 22:57:04 -03:00
Victor Shyba
1a961e66ff
invalidate short_id cache on new block
2021-04-27 22:57:04 -03:00
Victor Shyba
fdb0e22656
cache search_ahead
2021-04-27 22:57:04 -03:00
Jack Robison
132ee1915f
Merge pull request #3283 from lbryio/fix_multiprocessing_db
...
fix multiprocessing support on client db
2021-04-27 16:46:28 -04:00
Victor Shyba
44bf4f3c8f
fix if statement from always evaluating a string
2021-04-27 17:10:04 -03:00
Alex Grintsvayg
6237767d5a
Merge branch 'make-test'
...
* make-test:
run tests using make
2021-04-23 15:26:26 -04:00
Alex Grintsvayg
dec9d96417
run tests using make
2021-04-23 15:25:40 -04:00
Lex Berezhny
b167c87267
v0.95.0
2021-04-23 14:55:38 -04:00
Lex Berezhny
2280fe8e8e
default has_source to 1
2021-04-23 14:54:51 -04:00
Lex Berezhny
575d6dcd2d
migration specifically for upgrading from client db v1.5 to v1.6
2021-04-23 14:54:51 -04:00
Lex Berezhny
f729490c6b
pending claims ordered towards top in claim_list
2021-04-23 11:00:58 -04:00
Lex Berezhny
b32124cdd6
regenerate docs
2021-04-23 10:24:48 -04:00
Lex Berezhny
3d4321ee38
added --has_source/--has_no_source filters to claim_list
2021-04-23 10:24:48 -04:00
Alex Grintsvayg
85034b382e
Revert "run tests using make"
...
This reverts commit 77a51d1ad4
.
2021-04-21 11:41:16 -04:00
Alex Grintsvayg
77a51d1ad4
run tests using make
2021-04-20 15:41:09 -04:00
Alex Grin
33e0cdc2d7
Update docker-compose-wallet-server.yml
2021-04-16 11:58:02 -04:00
Alex Grin
6519faa2fe
Update docker-compose-wallet-server.yml
2021-04-16 11:53:16 -04:00
Lex Berezhny
5e3a234cbe
v0.94.1
2021-04-16 11:18:24 -04:00
Lex Berezhny
e54c31d2d5
fix bug in how reserved balance is calculated
2021-04-16 11:17:51 -04:00
Alex Grin
66c0537251
Create ossar-analysis.yml
2021-04-15 15:24:26 -04:00
Alex Grin
ac58516593
Create codeql-analysis.yml
2021-04-15 15:22:57 -04:00
Alex Grin
c3da6322b5
Create SECURITY.md
2021-04-15 15:21:17 -04:00
Lex Berezhny
3d241500cf
v0.94.0
2021-04-14 19:55:35 -04:00
Lex Berezhny
ded8224f66
update docs
2021-04-14 19:52:50 -04:00
Lex Berezhny
f8814881a1
ability to set sd_hash, file_name and file_hash when updating a stream claim
2021-04-14 19:52:50 -04:00
Victor Shyba
cc2852cd48
new implementation for limit_claims_per_channel
2021-04-14 18:32:16 -04:00
Lex Berezhny
467637a9eb
fix test
2021-04-14 11:24:58 -04:00
Lex Berezhny
3cfc292d84
lint
2021-04-14 11:24:58 -04:00
Lex Berezhny
6acf94a810
moved balance calculation to SQL
2021-04-14 11:24:58 -04:00
Jack Robison
31367fb4c4
show hostnames of spvs
2021-04-13 11:51:27 -04:00
Jack Robison
12d6074e3b
fix typing
2021-04-13 11:51:27 -04:00
Lex Berezhny
ff30386051
lint
2021-04-06 21:22:27 -04:00
shubhendra
601f99ac16
Remove unnecessary generator
...
Signed-off-by: shubhendra <withshubh@gmail.com>
2021-04-06 21:22:27 -04:00
shubhendra
87fe5c6101
Refactor the comparison involving not
...
Signed-off-by: shubhendra <withshubh@gmail.com>
2021-04-06 21:22:27 -04:00
shubhendra
68399ca31c
Iterate dictionary directly
...
Signed-off-by: shubhendra <withshubh@gmail.com>
2021-04-06 21:22:27 -04:00
shubhendra
2a6d7fd80f
Remove methods with unnecessary super delegation.
...
Signed-off-by: shubhendra <withshubh@gmail.com>
2021-04-06 21:22:27 -04:00
shubhendra
4725f510d8
Remove unnecessary use of comprehension
...
Signed-off-by: shubhendra <withshubh@gmail.com>
2021-04-06 21:22:27 -04:00
shubhendra
be0ba22222
Remove unnecessary comprehension
...
Signed-off-by: shubhendra <withshubh@gmail.com>
2021-04-06 21:22:27 -04:00
Lex Berezhny
c8781392be
added unit test for Access-Control HTTP headers
2021-04-06 17:12:05 -04:00
John Leith
b97164fcfb
adding access control headers
2021-04-06 17:12:05 -04:00
Lex Berezhny
0dfb92281b
v0.93.0
2021-03-30 20:59:47 -04:00
Victor Shyba
4fe80c40da
also apply to test:json-api
2021-03-30 17:00:15 -04:00
Victor Shyba
f0fac5115a
update tox to pass ELASTIC_HOST
2021-03-30 17:00:15 -04:00
Victor Shyba
46dd389d0d
add elasticsearch service to gitlab
2021-03-30 17:00:15 -04:00
Jack Robison
1e28e21ab5
Merge pull request #3248 from lbryio/add-es-host-setting
...
add ELASTIC_HOST and ELASTIC_PORT settings to hub
2021-03-30 13:09:18 -04:00
Jack Robison
7832c62c5d
add ELASTIC_HOST and ELASTIC_PORT settings to hub
2021-03-30 12:48:13 -04:00
Lex Berezhny
d025ee9dbe
revert release
2021-03-30 11:29:17 -04:00
Lex Berezhny
a9a9cb4319
v0.93.0
2021-03-30 10:15:31 -04:00
Victor Shyba
aa727cb9b1
show channels regardless of no_source
2021-03-30 09:47:08 -04:00
Victor Shyba
b8c9a99f20
fix no_source for reposts
2021-03-30 09:47:08 -04:00
Lex Berezhny
aff995b0d0
temporary fix for mempool sync failing during reorg
2021-03-29 16:11:03 -04:00
Jack Robison
2cc7e5dfdc
Merge pull request #3153 from lbryio/elasticsearch
...
hub: use Elasticsearch for `claim_search` and `resolve` calls
2021-03-24 16:44:14 -04:00
Victor Shyba
5235a150b1
add prog name to sync arg parser
2021-03-24 17:07:17 -03:00
Victor Shyba
c6372ea9de
hub->lbry-hub
2021-03-24 17:03:57 -03:00
Victor Shyba
7df4cc44c4
fixes from review
2021-03-24 16:30:33 -03:00
Victor Shyba
d47cf40544
add reader.py for test_sqldb tests
2021-03-19 19:58:13 -03:00
Victor Shyba
7f5d88e95c
remove dead/broken/unused API
2021-03-19 19:58:13 -03:00
Victor Shyba
d09663c066
remove flush call
2021-03-19 19:58:13 -03:00
Victor Shyba
ef97c9b69f
torba-server -> hub
2021-03-19 19:58:13 -03:00
Victor Shyba
d855e6c8b1
move elasticsearch things into its own module
2021-03-19 19:58:13 -03:00
Victor Shyba
cd66f7eb43
if not no_totals, use default page size
2021-03-19 19:58:13 -03:00
Victor Shyba
6a35a7ba4c
expand content filtering tests for no_totals
2021-03-19 19:58:13 -03:00
Victor Shyba
a3e146dc68
sort on index time
2021-03-19 19:58:13 -03:00
Victor Shyba
b81305a4a9
index and allow has_source
2021-03-19 19:58:13 -03:00
Victor Shyba
73884b34bc
apply no_totals
2021-03-19 19:58:13 -03:00
Victor Shyba
6166a34db2
check cache item before locking
2021-03-19 19:58:13 -03:00
Victor Shyba
6fa7da4b1c
less slices
2021-03-19 19:58:13 -03:00
Victor Shyba
c3e426c491
fix search by channel for invalid channel
2021-03-19 19:58:13 -03:00
Victor Shyba
21e023f0db
fix search by channel
2021-03-19 19:58:13 -03:00
Victor Shyba
063be001b3
cache inner parsing
2021-03-19 19:58:13 -03:00
Victor Shyba
5dff02e8bc
on resolve, get all claims at once
2021-03-19 19:58:13 -03:00
Victor Shyba
60a59407d8
cache the encoded output instead
2021-03-19 19:58:13 -03:00
Victor Shyba
20a5aecfca
fix lib exception to asyncio TimeoutError
2021-03-19 19:58:13 -03:00
Victor Shyba
c2e7b5a67d
restore some of the interrupt metrics
2021-03-19 19:58:13 -03:00
Victor Shyba
8f32303d07
apply search timeout
2021-03-19 19:58:13 -03:00
Victor Shyba
891b1e7782
track results up to 200
2021-03-19 19:58:13 -03:00
Victor Shyba
f26394fd3b
report deletions on docs that doesnt exist, but dont raise
2021-03-19 19:58:13 -03:00
Victor Shyba
4d83d42b4c
fix equality instead of mod
2021-03-19 19:58:13 -03:00
Victor Shyba
57f1108df2
fix query being json serializable
2021-03-19 19:58:13 -03:00
Victor Shyba
2641a9abe5
make better resolve cache
2021-03-19 19:58:13 -03:00
Victor Shyba
6b193ab350
make indexing cooperative
2021-03-19 19:58:13 -03:00
Victor Shyba
b1bb37511c
use right key on cache
2021-03-19 19:58:13 -03:00
Victor Shyba
319187d6d6
log mempool task exceptions
2021-03-19 19:58:13 -03:00
Victor Shyba
02eb789f84
caching for resolve
2021-03-19 19:58:13 -03:00
Victor Shyba
5a9338a27f
use a dict on set_reference
2021-03-19 19:58:13 -03:00
Victor Shyba
eb6924277f
round time to 10 minutes and fetch referenced by id
2021-03-19 19:58:13 -03:00
Victor Shyba
325419404d
update dockerfile
2021-03-19 19:58:13 -03:00
Victor Shyba
bd8f371fd5
bump referenced rows query limit up
2021-03-19 19:58:13 -03:00
Victor Shyba
1783ff2845
dont delete claims on reorg
2021-03-19 19:58:13 -03:00
Victor Shyba
d388527ffa
log indexing errors
2021-03-19 19:58:13 -03:00
Victor Shyba
19494088bd
generate from queue
2021-03-19 19:58:13 -03:00
Victor Shyba
920dad524a
simplify sync and use asyncio Queue instead
2021-03-19 19:58:13 -03:00
Victor Shyba
ec89bcac8e
improve sync script for no-downtime maintenance
2021-03-19 19:58:13 -03:00
Victor Shyba
a916c1f4ad
check if db file exists before sync
2021-03-19 19:58:13 -03:00
Victor Shyba
a9a0ac92d7
ignore unset flag
2021-03-19 19:58:13 -03:00
Victor Shyba
da8a8bd1ef
filter+fts and tests for edge cases
2021-03-19 19:58:13 -03:00
Victor Shyba
d9c746891d
pin python3.7
2021-03-19 19:58:13 -03:00
Victor Shyba
67817005b5
check ES synced without a process and wait for ES
2021-03-19 19:58:13 -03:00
Jack Robison
24d11de5a7
torba-elastic-sync
2021-03-19 19:58:13 -03:00
Victor Shyba
9251c87323
refresh after sync
2021-03-19 19:58:13 -03:00
Victor Shyba
e12fab90d1
docker compose update
2021-03-19 19:58:13 -03:00
Victor Shyba
0a194b5b01
claim_ids query
2021-03-19 19:58:13 -03:00
Victor Shyba
8d028adc53
be a writer by default
2021-03-19 19:58:13 -03:00
Victor Shyba
dfca15395e
claim id is also a keyword
2021-03-19 19:58:13 -03:00
Victor Shyba
e21f2362fe
apply reorg deletion as well
2021-03-19 19:58:13 -03:00
Victor Shyba
1ce328e8a9
cache signature inspection
2021-03-19 19:58:13 -03:00
Victor Shyba
038a5f999f
cache encoded headers
2021-03-19 19:58:13 -03:00
Victor Shyba
5d3704c7ea
reader mode
2021-03-19 19:58:13 -03:00
Victor Shyba
87037c06c9
remove reader code
2021-03-19 19:58:13 -03:00
Victor Shyba
dd412c0f50
delete sqlite fts
2021-03-19 19:58:13 -03:00
Victor Shyba
bf44befff6
backport fixes from server
2021-03-19 19:58:13 -03:00
Victor Shyba
e61874bb6f
only repeat search if it has blocked items
2021-03-19 19:58:13 -03:00
Victor Shyba
1e5331768f
fix some of the tests
2021-03-19 19:58:13 -03:00
Victor Shyba
ec9a3a4f7c
do not page filtered
2021-03-19 19:58:13 -03:00
Victor Shyba
e439a3a8dc
advanced resolve
2021-03-19 19:58:13 -03:00
Victor Shyba
19f70d7a11
create changelog trigger
2021-03-19 19:58:13 -03:00
Victor Shyba
afe7ed5b05
adjust size
2021-03-19 19:58:13 -03:00
Victor Shyba
d4bf004d74
use a thread pool to sync changes
2021-03-19 19:58:13 -03:00
Victor Shyba
e4d06a088b
include the channel being filtered/blocked
2021-03-19 19:58:13 -03:00
Victor Shyba
0929088b12
missing refresh step
2021-03-19 19:58:13 -03:00
Victor Shyba
7b4838fc9b
dont update more than 400 items a time
2021-03-19 19:58:13 -03:00
Victor Shyba
0cf9533248
narrow update by query
2021-03-19 19:58:13 -03:00
Victor Shyba
84ff0b8a9f
general timeout
2021-03-19 19:58:13 -03:00
Victor Shyba
d467dcfeaf
increase sync queue
2021-03-19 19:58:13 -03:00
Victor Shyba
8e68ba4751
fix join, refresh before update
2021-03-19 19:58:13 -03:00
Victor Shyba
0f2a85ba9f
simplify sync
2021-03-19 19:58:13 -03:00
Victor Shyba
7674a0a91e
backport fixes from testing server
2021-03-19 19:58:13 -03:00
Victor Shyba
5bc1a66572
32 slices and add censor type to fields
2021-03-19 19:58:13 -03:00
Victor Shyba
9b56067213
raise request timeout for content filtering
2021-03-19 19:58:13 -03:00
Victor Shyba
9a9df2fc3c
apply filtering only to whats unfiltered
2021-03-19 19:58:13 -03:00
Victor Shyba
9989d8d1d4
refresh after delete
2021-03-19 19:58:13 -03:00
Victor Shyba
f9471f297e
apply filter and block from ES script lang
2021-03-19 19:58:13 -03:00
Victor Shyba
146b693e4a
exclude title and description
2021-03-19 19:58:13 -03:00
Victor Shyba
7295b7e329
make sync parallel
2021-03-19 19:58:13 -03:00
Victor Shyba
e2441ea3e7
use prefix from ES docs
2021-03-19 19:58:13 -03:00
Victor Shyba
119e51912e
fix partial id
2021-03-19 19:58:13 -03:00
Victor Shyba
dd950f5b0d
tag can have empty space
2021-03-19 19:58:13 -03:00
Victor Shyba
78a9bad1e1
no indexer_task
2021-03-19 19:58:13 -03:00
Victor Shyba
0c6eaf5484
fix resolve partial id
2021-03-19 19:58:13 -03:00
Victor Shyba
1010068ddb
disable refresh interval. start with 3 shards
2021-03-19 19:58:13 -03:00
Victor Shyba
82eec3d8d7
use multiple clients on sync script indexing
2021-03-19 19:58:13 -03:00
Victor Shyba
ee7b37d3f3
also normalize the name supplied by user
2021-03-19 19:58:13 -03:00
Victor Shyba
143d82d242
normalized, not normalized_name
2021-03-19 19:58:13 -03:00
Victor Shyba
8b91b38855
update winners in one go
2021-03-19 19:58:13 -03:00
Victor Shyba
1098f0d2a3
use normalized name instead
2021-03-19 19:58:13 -03:00
Victor Shyba
ab53cec022
fix is_controlling sync
2021-03-19 19:58:13 -03:00
Victor Shyba
6f5f8e5648
add elasticsearch dep
2021-03-19 19:58:13 -03:00
Victor Shyba
edfd707c22
run ES on github actions
2021-03-19 19:58:13 -03:00
Victor Shyba
1870f30af8
add sync script
2021-03-19 19:58:13 -03:00
Victor Shyba
90106f5f08
all test_claim_commands tests green
2021-03-19 19:58:13 -03:00
Victor Shyba
9924b7b438
reposts and tag inheritance
2021-03-19 19:58:13 -03:00
Victor Shyba
aa37faab0a
use porter analyzer with weights on full text search
2021-03-19 19:58:13 -03:00
Victor Shyba
dc10f8ce72
ignore errors when deleting
2021-03-19 19:58:13 -03:00
Victor Shyba
996686c1da
claim search and resolve translated to ES queries
2021-03-19 19:58:13 -03:00
Victor Shyba
488785d013
add indexer task
2021-03-19 19:58:13 -03:00
Victor Shyba
3abdc01230
index ES during sync
2021-03-19 19:58:13 -03:00
Victor Shyba
8da04a584f
start waiting before generate
2021-03-19 18:01:29 -03:00
Victor Shyba
27cc61d45e
limit test time to 2 minutes, then consider it a failure and log what was running
2021-03-19 18:01:29 -03:00
Lex Berezhny
7371c30064
v0.92.0
2021-03-15 13:07:30 -04:00
Lex Berezhny
140d163895
removed redundant comment
2021-03-14 10:11:42 -04:00
Victor Shyba
dc33bdc1dc
update api json
2021-03-14 10:11:42 -04:00
Victor Shyba
74df4fab83
change column to has_source and document both flags
2021-03-14 10:11:42 -04:00
Victor Shyba
1e5cd3d7a1
typo, fix tests
2021-03-14 10:11:42 -04:00
Victor Shyba
a54e9b64aa
add no_source claim_search filter
2021-03-14 10:11:42 -04:00
Victor Shyba
74660704e3
fix update
2021-03-14 10:11:42 -04:00
Victor Shyba
7439893a2a
fix get for sourceless claims
2021-03-14 10:11:42 -04:00
Victor Shyba
e27e49e9dc
call update only once
2021-03-14 10:11:42 -04:00
Victor Shyba
34ed729c59
there is no 'sd_hash' parameter for this API
2021-03-14 10:11:42 -04:00
Victor Shyba
adaeeca3fd
let file_path be optional
2021-03-14 10:11:42 -04:00
Jack Robison
dac75563d3
add --no_file_path param to publish
, stream_create
, and stream_update
2021-03-14 10:11:42 -04:00
Alex Grintsvayg
cbc76adcaa
only return unspent txos if is_spent flag is not used. fixes #2923
2021-03-13 06:44:20 -05:00
Lex Berezhny
69a9cb383d
oops
2021-03-12 13:29:55 -05:00
Lex Berezhny
4343073c00
clients can connect to wallet server even when they are not reachable by UDP
2021-03-12 13:29:55 -05:00
Jack Robison
fe60d4be88
Merge pull request #3221 from lbryio/subscribe_hash_on_call
...
Improve performance of address subscriptions and transaction proofs
2021-03-10 15:58:50 -05:00
Victor Shyba
ae337807f5
get merkles outside thread cooperatively
2021-03-10 13:05:17 -03:00
Victor Shyba
9ae30ac08e
during subscribe, hash address only when its time
2021-03-10 12:51:58 -03:00
Lex Berezhny
62fa85c0a4
fix test
2021-03-09 13:27:36 -05:00
Lex Berezhny
7bb873dad9
removed connection_status field from the status command, use wallet.connected instead to determine if SDK is connected
2021-03-09 13:27:36 -05:00
Lex Berezhny
5f6c1c14cb
v0.91.0
2021-03-04 00:04:25 -05:00
Lex Berezhny
d43189ad33
regenerate docs
2021-03-04 00:03:16 -05:00
Lex Berezhny
fcad76fc51
lint
2021-03-04 00:03:16 -05:00
Lex Berezhny
97e6e1684e
simplifying
2021-03-04 00:03:16 -05:00
zeppi
67a0d3e926
update docs
2021-03-04 00:03:16 -05:00
zeppi
183fb9f9ff
provide --resolve tag for collection claim, separate from resolving its contents
...
bugfix and docs generation
review changes
2021-03-04 00:03:16 -05:00
Lex Berezhny
9815ddef1f
fixes stalling client reconnect issue
2021-03-03 23:31:59 -05:00
Lex Berezhny
f6d0847453
v0.90.1
2021-03-01 11:57:40 -05:00
Lex Berezhny
b0b9f0d65f
regenerate docs
2021-03-01 11:52:17 -05:00
Lex Berezhny
0cec80f676
fixes transaction signing bug when tx had no change outputs
2021-03-01 11:20:08 -05:00
Patrick Keane
48c64143e3
Add no_totals argument to claim search
2021-02-26 10:41:15 -05:00
Patrick Keane
a8712422bc
Update daemon.py
2021-02-21 23:45:18 -05:00
Patrick Keane
97f65bd283
Minor spelling correction(s).
2021-02-21 23:45:18 -05:00
Lex Berezhny
fd3c1c50f1
v0.90.0
2021-02-16 11:13:14 -05:00
Lex Berezhny
b153e4bb9f
added support to claim_search for filtering collections via --claim_type
2021-02-16 11:08:54 -05:00
Lex Berezhny
db9856a8db
use median exchange rate when several exchange rates are available
2021-02-15 14:09:32 -05:00
Lex Berezhny
75ecea265d
ensures content purchase fails appropriately when exchange rate is not available
2021-02-11 13:57:33 -05:00
Lex Berezhny
be8751cb73
integration test fixes
2021-02-10 22:14:13 -05:00
Lex Berezhny
fb25ecb4a1
unittest
2021-02-10 22:14:13 -05:00
Lex Berezhny
f1cb7d27ac
lint
2021-02-10 22:14:13 -05:00
Lex Berezhny
dee494e12f
converting from USD, BTC to LBC is now done via several exchange rate providers: Bittrex, Cryptonator, CoinEx, hotbit and UPbit
2021-02-10 22:14:13 -05:00
Lex Berezhny
b13a121915
v0.89.0
2021-02-09 10:12:05 -05:00
Lex Berezhny
7486ee9537
do not tx._reset() in generate_channel_private_key
2021-02-08 09:56:03 -05:00
Lex Berezhny
4a20ccc28e
tx._reset() the transaction after more internal changes
2021-02-08 09:56:03 -05:00
Lex Berezhny
f80dd2b307
tx._reset() the transaction after internal changes
2021-02-08 09:56:03 -05:00
Lex Berezhny
b208cf6d32
significant performance improvement when creating transactions and with txo spend specifically
2021-02-08 09:56:03 -05:00
Lex Berezhny
39e78ff17e
updated exchange rate manager to use v3 bittrex API (old one is deprecated)
2021-02-03 14:15:19 -05:00
Alex Grin
a8177ea7fe
Merge pull request #3171 from lbryio/fix-collectionChannel
2021-02-02 14:16:42 -05:00
Alex Grin
bedcfc154b
Merge branch 'master' into fix-collectionChannel
2021-02-02 11:25:52 -05:00
zeppi
4c38b4aa3c
docs and reenable gitlab json generation
2021-02-01 19:19:46 -05:00
Victor Shyba
f6cfe266e0
specify Returns correctly for docs gen
2021-02-01 19:19:46 -05:00
zeppi
4905e65f14
fix comment tests and json generat
2021-02-01 19:19:46 -05:00
Lex Berezhny
ccb250b410
txo_list --resolve now works for signed supports by resolving the signing channel
2021-01-26 20:53:36 -05:00
zeppi
aca57ffc62
allows cli to accept channel_id for collections
2021-01-26 10:02:01 -05:00
Dispatch
7f375f42d8
Fix / Add correct mimetypes for HLS / DASH
2021-01-25 15:55:56 -05:00
Lex Berezhny
eedcc2034d
fixes #3166
2021-01-25 10:56:48 -05:00
Jack Robison
24c9a167d7
dockerfile
2021-01-22 12:28:04 -05:00
Jack Robison
909df8ef1f
dockerfile
2021-01-22 11:54:56 -05:00
Jack Robison
3b27cb3671
v0.88.0
2021-01-22 10:41:06 -05:00
Lex Berezhny
3fe0db4a7d
fix integration tests
2021-01-22 07:51:13 -05:00
Lex Berezhny
8b55814ab2
fixes #2943 bug where get forced user to purchase their own priced stream
2021-01-22 07:51:13 -05:00
Jack Robison
575e471553
Merge pull request #3161 from lbryio/ledger-compatibility
...
handle connections from ledger clients in spv server
2021-01-22 00:09:50 -05:00
Jack Robison
0f5f1aebed
accept connections from ledger clients in spv server
2021-01-21 21:37:39 -05:00
Jack Robison
50e17eb1ab
Merge pull request #3148 from lbryio/udp-wallet-server-status
...
UDP based spv server status, improved server selection
2021-01-21 20:55:16 -05:00
Jack Robison
158cc2f660
skip test_single_server_payment
2021-01-21 19:29:59 -05:00
Jack Robison
1066a31acd
fix test
2021-01-21 18:46:28 -05:00
Jack Robison
1f9d0f4582
pylint
2021-01-21 16:30:54 -05:00
Jack Robison
a6d65233f1
fallback to getting external ip from spv servers instead of internal apis
2021-01-21 16:20:53 -05:00
Jack Robison
eff2fe7a1b
update tests
2021-01-21 16:20:01 -05:00
Jack Robison
20efdc70b3
use UDP ping for wallet server selection
...
-only connect to one spv server at a time
-remove session pool
2021-01-21 16:15:42 -05:00
Jack Robison
f0d8fb8f1a
add UDP based ping protocol for spv servers
2021-01-21 16:08:33 -05:00
Jack Robison
f7a380e9b7
start prometheus before block processing
2021-01-21 16:01:33 -05:00
Jack Robison
e9c7cf6f63
logging
2021-01-21 14:51:59 -05:00
Jack Robison
68f1661452
add LRUCache with no prometheus metrics
2021-01-21 14:37:08 -05:00
Jack Robison
36fd1b91ae
cache server features
2021-01-21 14:37:08 -05:00
Jack Robison
a4ec430ac0
improve subscription performance
2021-01-21 14:37:08 -05:00
Jack Robison
519614b2fd
skip libtorrent component in tests
2021-01-21 14:37:08 -05:00
Lex Berezhny
bf0118c8ef
added support for --not_channel_id to txo_list commands
2021-01-21 14:03:59 -05:00
Jack Robison
a4db0820bc
Merge pull request #3136 from lbryio/fix-reflector-loop
...
fix reflector loop crashing upon an unexpected error
2021-01-08 12:40:18 -05:00
Jack Robison
ee7528413e
update tests
2021-01-08 11:54:02 -05:00
Jack Robison
7952fc8324
fix reflector loop propagating cancelled error
2021-01-08 09:53:12 -05:00
Jack Robison
652773d2cf
Merge pull request #3129 from lbryio/signing_api
...
add `channel_sign` api for signing data with a channel identity
2021-01-05 14:13:09 -05:00
Victor Shyba
2a17787242
fix test
2021-01-04 18:04:06 -03:00
Victor Shyba
0a53ad5721
use the comment api signing implementation
2021-01-04 18:04:06 -03:00
Victor Shyba
6da6bdc863
adds jsonrpc_channel_sign signing api
2021-01-04 18:04:06 -03:00
Jack Robison
42ad2bb83f
Merge pull request #3135 from lbryio/loop-metrics
...
add prometheus metrics for asyncio loop
2021-01-02 11:54:21 -05:00
Jack Robison
f309a65cb4
fix
2021-01-01 15:25:31 -05:00
Jack Robison
77e19ab1a4
prometheus metrics for asyncio loop responsiveness
2021-01-01 15:25:31 -05:00
Jack Robison
1a996b6ef3
Merge pull request #3134 from lbryio/log_checkpoint
...
log checkpoint finishing so we can gather information on leftover files bug
2021-01-01 15:24:30 -05:00
Victor Shyba
b882f1a010
log checkpoint finishing for gathering information on wal/shm file bug
2020-12-31 16:11:22 -03:00
Jack Robison
82a030e6ff
Merge pull request #3130 from lbryio/block-cache-metrics
...
skip null args in `channel_ids` given to `claim_search`
2020-12-30 20:57:56 -05:00
Jack Robison
0758b85179
skip null args given to channel_ids in claim search
2020-12-29 21:41:07 -05:00
Jack Robison
ab3d9bd080
block cache metrics
2020-12-29 21:40:39 -05:00
Thomas Zarebczan
8ff813f689
Take 5!
...
Why you try to pass version param to other installs?
2020-12-26 12:31:51 -05:00
Thomas Zarebczan
88ae72c0d3
Take 3
...
Why you fail on uninstall?
2020-12-24 20:28:50 -05:00
Thomas Zarebczan
312aa4be26
Fix Windows build take 2
2020-12-24 04:41:21 -05:00
Thomas Zarebczan
cbb06fce9d
Fix windows build, Merry christmas!
2020-12-24 04:13:03 -05:00
Thomas Zarebczan
f259e497c4
Uninstall old python first
2020-12-24 03:48:17 -05:00
Thomas Zarebczan
dd4172ac66
64 bit windows
2020-12-24 03:16:07 -05:00
Jack Robison
66029e60d3
v0.87.0
2020-12-23 21:51:13 -05:00
Jack Robison
364f484f04
Merge pull request #3127 from lbryio/lru-cache-metrics
...
Add metrics for lru caches
2020-12-23 21:08:01 -05:00
Jack Robison
9dd5159414
increase server cache sizes
2020-12-23 20:47:05 -05:00
Jack Robison
13e38d6fd8
use LRUCache instead of pylru in wallet server
2020-12-23 20:47:05 -05:00
Jack Robison
10dcb64715
lru cache metrics
2020-12-23 20:47:03 -05:00
Jack Robison
7551b51e7d
Merge pull request #3128 from lbryio/sync_smaller_batches
...
Improve memory usage during wallet sync
2020-12-23 20:45:03 -05:00
Victor Shyba
adb418aafc
group cache hits in a single dict
2020-12-23 21:37:20 -03:00
Victor Shyba
270da80d64
return whole batches
2020-12-23 19:10:19 -03:00
Victor Shyba
b2027cfd66
sync in batches of 10, clearing after
2020-12-23 18:30:52 -03:00
Jack Robison
7f1f4eeac6
Merge pull request #3125 from lbryio/fix_order42
...
fix wallet db integrity / sync bugs
2020-12-22 20:50:46 -05:00
Jack Robison
7a7446c8bd
force resync blockchain.db
2020-12-22 20:08:26 -05:00
Jack Robison
ddbae294e6
skip doc test on gitlab
2020-12-22 16:55:33 -05:00
Jack Robison
8c71b744f3
fix request_synced_transactions edge cases
2020-12-22 15:19:08 -05:00
Jack Robison
479b5d31a9
fix test
2020-12-22 14:06:53 -05:00
Jack Robison
4cbf4230e8
fix txi.txo_ref
2020-12-22 14:05:37 -05:00
Victor Shyba
6a610187e0
cache bypass
2020-12-22 13:01:30 -03:00
Victor Shyba
eb2a4aebba
unrestricted and reusing verified cache hits
2020-12-21 16:49:08 -03:00
Victor Shyba
21a2e67755
fix rebase
2020-12-20 21:39:36 -03:00
Victor Shyba
3b9e312615
fix verification
2020-12-20 21:25:26 -03:00
Victor Shyba
26dab04c9e
checkpoint
2020-12-20 21:25:26 -03:00
Victor Shyba
00713c0d11
asyncgens
2020-12-20 21:25:26 -03:00
Victor Shyba
751b5f3027
refactor duplicate code
2020-12-20 21:25:26 -03:00
Victor Shyba
e8261b000e
wip, see jack
2020-12-20 21:23:58 -03:00
Victor Shyba
41ecb70297
join network can only happen after initial header sync returns
2020-12-20 21:15:11 -03:00
Jack Robison
09ee104b8c
Merge pull request #3120 from lbryio/fix-reorg-crash
...
Fix off by one in wallet server reorg
2020-12-16 02:36:11 -05:00
Jack Robison
e3a4964787
catch any remaining index errors in fs_tx_hash
2020-12-16 01:28:30 -05:00
Jack Robison
9bf72910a4
fix off by one error in reorg
2020-12-16 01:27:03 -05:00
Jack Robison
ee39e20e6d
logging
2020-12-16 01:26:19 -05:00
Jack Robison
399d6db6f6
Merge branch 'disable-refresh-histogram'
2020-12-15 20:13:20 -05:00
Jack Robison
0821ce44b5
remove unused heavy call
2020-12-15 19:22:12 -05:00
Jack Robison
ea279111c6
Merge pull request #3113 from lbryio/leveldb-performance
...
Improve performance of fetching transactions and sending address notifications
2020-12-14 16:39:50 -05:00
Jack Robison
674ce02e58
logging
2020-12-14 14:38:36 -05:00
Jack Robison
8dfa2767ec
new_touched
2020-12-14 13:52:26 -05:00
Jack Robison
20dad7f07f
only notify hashxs touched since last notification
2020-12-14 13:42:20 -05:00
Jack Robison
751cc4c44d
don't deserialize mempool in a thread
2020-12-13 13:48:50 -05:00
Jack Robison
2318e6d8e9
faster fs_transactions
2020-12-13 13:48:02 -05:00
Jack Robison
61b4a492c3
v0.86.1
2020-12-08 16:41:46 -05:00
Jack Robison
9db3d01e09
Merge pull request #3105 from lbryio/dont-rerequest-mempool
...
fix mempool txs being re-requested
2020-12-08 16:00:24 -05:00
Jack Robison
8da73ad3dd
improve hash_to_hex_str performance
2020-12-08 15:39:03 -05:00
Jack Robison
b8c16d8ac5
fix mempool txs being re-requested with each address notification
2020-12-08 15:39:03 -05:00
Jack Robison
429c0951f3
v0.86.0
2020-12-07 21:19:24 -05:00
Jack Robison
74e103c791
version
2020-12-07 21:15:15 -05:00
Jack Robison
f941950ee2
fix comment_create docs
2020-12-07 21:13:43 -05:00
Jack Robison
846df2eef1
v0.86.0
2020-12-07 15:58:05 -05:00
Jack Robison
34ed058c97
Merge pull request #3103 from lbryio/fix-mempool-bloat
...
fix mempool notification bloat
2020-12-07 15:09:13 -05:00
Jack Robison
eae0290978
fix mempool notification bloat
2020-12-07 13:16:37 -05:00
Jack Robison
561368570e
Merge pull request #3102 from lbryio/faster-notifications
...
Improve performance of mempool processing loop
2020-12-03 22:43:11 -05:00
Jack Robison
3467d1fed0
fix tests
2020-12-03 22:16:28 -05:00
Jack Robison
d02ff232e5
_single_batch
2020-12-03 20:50:25 -05:00
Jack Robison
2d1c6a5402
fix
2020-12-03 19:15:15 -05:00
Jack Robison
eab3b65629
calculate notifications for all subscriptions instead of per session
2020-12-03 19:15:15 -05:00
Jack Robison
20b435732a
Merge pull request #3099 from lbryio/increase-tx-cache-size
...
Increase default `tx_cache_size`
2020-12-03 19:14:34 -05:00
Jack Robison
929617273d
resync blockchain.db
2020-12-03 15:56:35 -05:00
Jack Robison
2717bf7d49
increase default tx_cache_size
setting
2020-12-03 15:56:35 -05:00
Jack Robison
5cd2ebc960
Merge pull request #3098 from lbryio/cached-txids
...
store txids in memory, faster address subscription/history
2020-12-02 14:08:07 -05:00
Jack Robison
9b4afe9816
store txids in memory, faster address subscription/history
2020-11-25 16:30:11 -05:00
Jack Robison
23bb5598d5
Merge pull request #3095 from lbryio/fix-transaction-getbatch-order
...
ensure transactions are returned in the order they're requested
2020-11-24 17:21:12 -05:00
Jack Robison
af1d7813e9
ensure transactions are returned in the order they're requested
2020-11-24 11:52:07 -05:00
Jack Robison
16c2e5a585
Merge pull request #3093 from lbryio/fix-merkle
...
fix off-by-one when getting block txs for tx_merkle
2020-11-23 19:08:11 -05:00
Jack Robison
c02750edbd
fix tx_merkle
2020-11-23 16:48:24 -05:00
Jack Robison
7204ddafec
Merge pull request #3092 from lbryio/faster-transaction-getbatch
...
faster `blockchain.transaction.get_batch`
2020-11-23 12:29:14 -05:00
Jack Robison
faeba9a7e4
faster blockchain.transaction.get_batch
2020-11-23 12:05:47 -05:00
Jack Robison
190d238a1f
faster read_headers
2020-11-23 12:03:11 -05:00
Jack Robison
715451b5fb
v0.85.0
2020-11-21 00:14:20 -05:00
Jack Robison
87f1895405
Merge pull request #3090 from lbryio/fast-headers
...
store headers in memory on wallet server
2020-11-20 23:33:18 -05:00
Jack Robison
923d817751
store headers in memory
2020-11-20 22:37:42 -05:00
Jack Robison
0728209b66
Merge pull request #3089 from lbryio/force_checkpoint
...
Ensure no client .wal files remain on shutdown
2020-11-20 21:12:33 -05:00
Victor Shyba
b8b9dcc2ee
WAL_CHECKPOINT on close
2020-11-20 20:16:03 -03:00
Jack Robison
f35e879852
Merge pull request #3088 from lbryio/batched-inflate-outputs
...
fix flooding with resolve/claim search
2020-11-20 17:43:56 -05:00
Jack Robison
34f4f12eb9
pylint
2020-11-20 16:15:57 -05:00
Jack Robison
fa63bf758d
delete single_call_context, use session pool
2020-11-20 15:52:11 -05:00
Jack Robison
f6b396ae64
Merge branch 'fix-reorg'
2020-11-20 13:32:59 -05:00
Jack Robison
2c7fd58e34
threaded compress headers
2020-11-20 13:09:54 -05:00
Jack Robison
982f2c9634
fix test
2020-11-20 10:57:28 -05:00
Jack Robison
f2fd42b47a
use write_batch
2020-11-19 18:37:49 -05:00
Jack Robison
1b4ccad938
allow settings TRENDING_ALGORITHMS to nothing
2020-11-19 18:36:34 -05:00
Jack Robison
a9de1ce8e0
fix fs_transactions
2020-11-19 12:40:46 -05:00
Jack Robison
ac752d5ec2
Merge pull request #3082 from lbryio/faster-leveldb
...
store transactions for wallet server in leveldb instead of requesting from lbrycrd
2020-11-17 17:02:11 -05:00
Jack Robison
632d8d02d2
remove dead code
2020-11-17 16:17:24 -05:00
Jack Robison
48aeb26e02
threaded_get_merkle
...
-remove dead code
2020-11-17 16:05:08 -05:00
Jack Robison
1694af8b5e
get transactions from leveldb instead of lbrycrd rpc
2020-11-17 15:30:48 -05:00
Jack Robison
83bcab9cd2
cleanup
2020-11-17 15:30:48 -05:00
Jack Robison
bdc7f4b3f5
combine tx_count_db and hashes_db, add tx db
2020-11-17 15:30:48 -05:00
Lex Berezhny
39202a3d79
old sequence resolution test
2020-11-17 11:24:29 -05:00
Lex Berezhny
912065a121
remove url sequence feature from code and tests
2020-11-17 11:24:29 -05:00
Thomas Zarebczan
c8466afac2
Remove * from invalid characters
...
This is already part of other URLs and channels, will be removed from spec as it won't be used for sequencing.
2020-11-16 14:09:04 -05:00
Victor Shyba
2619e162c1
recover invalid state described on #3026
2020-11-09 16:03:38 -05:00
Lex Berezhny
e1112e17f8
v0.84.0
2020-11-08 19:42:33 -05:00
Jack Robison
92b2ead74c
Merge pull request #3078 from lbryio/null-language
...
support `none` argument to `any_languages` filter in `claim_search`
2020-11-05 22:09:11 -05:00
Jack Robison
bbed9b94c1
null language filtering for claim search
2020-11-05 21:23:49 -05:00
Jack Robison
73d07311db
Merge branch 'brendon'
2020-11-05 21:21:24 -05:00
Brendon J. Brewer
1cdff47477
Rewrite of variable_decay.py for speed improvements
2020-11-05 21:15:55 -05:00
Jack Robison
511a5c3f82
Merge pull request #3058 from lbryio/faster-resolve
...
faster resolve and claim_search
2020-11-05 21:09:07 -05:00
Jack Robison
853885e2ff
debug
2020-11-05 19:25:34 -05:00
Jack Robison
d83936a66a
fix uncaught error
2020-11-04 22:21:35 -05:00
Jack Robison
5517d2bf56
fix new_sdk_server arg for resolve
2020-11-03 16:23:31 -05:00
Jack Robison
f21ab49ac5
bump aioupnp requirement
2020-11-03 10:39:38 -05:00
Jack Robison
925a458abe
tags
2020-11-03 10:39:08 -05:00
Jack Robison
76946c447f
use single_call_context for claim_search and resolve
2020-11-03 10:39:08 -05:00
Jack Robison
2faa29b1c4
fix dht_monitor script
2020-11-03 10:39:08 -05:00
Lex Berezhny
6826cc311d
update test to use new url spec
2020-10-30 11:37:54 -04:00
Lex Berezhny
5e17ce0a0b
minor fixup
2020-10-30 11:37:54 -04:00
Kevin Raoofi
e8d299d3b6
Allow : or # for claim_id
...
This removes the code for trying multiple patterns and the setup for it
Added a few unit tests to check that the parsed URL is as expected
2020-10-30 11:37:54 -04:00
Kevin Raoofi
7637aa2ab6
Added support for spec compliant URL parsing
...
Legacy URLs are preserved by attempting to parse the new URL format and,
on failing that, it'll attempt the legacy one.
Tests had to be updated such that the correct things are asserted
against each other.
2020-10-30 11:37:54 -04:00
Jack Robison
ab067d1d3a
fix unclean closing of blockchain.db
2020-10-26 16:23:28 -04:00
Lex Berezhny
e6f84666c7
added glorious data in dictionary doc for support_sum
2020-10-16 12:03:01 -04:00
Lex Berezhny
4c5429af15
fix lint
2020-10-16 12:03:01 -04:00
Alex Grintsvayg
0a0ac3b7c9
pass-through for new support_sum api
2020-10-16 12:03:01 -04:00
Lex Berezhny
24833ce9fb
v0.83.0
2020-10-10 13:03:42 -04:00
Lex Berezhny
ec2c18dc87
regenerate docs
2020-10-10 13:02:38 -04:00
jessop
7384609e74
support comment pinning
2020-10-10 13:02:38 -04:00
Lex Berezhny
3047649650
v0.82.0
2020-09-29 08:49:16 -04:00
kodxana
d298dac3f3
Fixed docker-compose - no snapshot error
...
Curently new containers do not get provide snapshots from LBRYinc (Wallet and CRD) that causes containers to get into restart loop.
2020-09-29 08:43:49 -04:00
Lex Berezhny
1574bca8a8
Merge pull request #3054 from lbryio/ios-support
...
iOS support
2020-09-29 08:42:17 -04:00
Lex Berezhny
ec2f6c6b80
lint
2020-09-29 07:52:33 -04:00
Akinwale Ariwodola
838cc60161
conditional import
2020-09-29 07:52:33 -04:00
Akinwale Ariwodola
310c61a5cc
check KIVY_BUILD env variable
2020-09-29 07:52:33 -04:00
Lex Berezhny
318cc15323
Merge pull request #3045 from lbryio/bencode-byte-keys
...
add forward compatibility for byte datagram keys
2020-09-29 07:23:49 -04:00
Jack Robison
3a64ceb4d6
add forward compatibility for byte datagram keys
2020-09-28 15:56:13 -04:00
Lex Berezhny
d0f21c0095
Merge pull request #3050 from lbryio/language-indexes
...
add indexes for `any_languages` argument to `claim_search`
2020-09-28 15:52:41 -04:00
Jack Robison
46dc15dd29
use language indexes
2020-09-28 14:45:51 -04:00
Jack Robison
8dc654b513
add language table and indexes
2020-09-28 14:45:51 -04:00
Jack Robison
7000ac3f3f
update indexed tags
2020-09-28 14:45:51 -04:00
Lex Berezhny
43c2e8d8e9
Merge pull request #3051 from lbryio/comments-v2
...
Comments v2 with Reactions
2020-09-28 14:44:54 -04:00
jessop
0231139b01
support anonymous react_list
2020-09-27 16:36:51 -04:00
jessop
d6ee6446dd
react list takes comment_ids
2020-09-26 15:21:26 -04:00
Lex Berezhny
7b666efcf8
lbrycrd download path
2020-09-24 20:11:40 -04:00
Lex Berezhny
eb5d2198fc
lint
2020-09-24 20:09:46 -04:00
Lex Berezhny
34e44ebd1c
minor cleanup and lint fixes
2020-09-24 20:03:22 -04:00
jessop
bf2f4bc040
wip
2020-09-24 17:47:59 -04:00
jessop
9dc4559aba
new comment and reactions api
2020-09-23 16:43:28 -04:00
Lex Berezhny
eba8856261
v0.81.0
2020-08-19 15:47:53 -04:00
Lex Berezhny
a8c5aa471a
update docs
2020-08-19 15:46:29 -04:00
Lex Berezhny
52f6dcf092
Merge pull request #3021 from lbryio/debug-reflector
...
Improve reflector upload cancellation handling
2020-08-19 15:44:27 -04:00
Jack Robison
dec79f3742
pylint
2020-08-19 15:24:17 -04:00
Jack Robison
8bdcac0f3e
close reader before deleting blob
2020-08-19 15:24:17 -04:00
Jack Robison
8426b674a3
improve reflector upload cancellation handling
2020-08-19 15:24:17 -04:00
Lex Berezhny
da391bcc8d
Merge pull request #3028 from lbryio/limit_claims_per_channel
...
added `--limit_claims_per_channel` argument to `claim_search` to only return up to the specified number of claims per channel
2020-08-19 15:22:53 -04:00
Lex Berezhny
2d7443d454
slight cleanup
2020-08-19 13:59:26 -04:00
Lex Berezhny
991987ed76
docopt fix
2020-08-19 12:08:41 -04:00
Lex Berezhny
ec24ebf2cf
added --limit_claims_per_channel argument to claim_search to only return up to the specified number of claims per channel
2020-08-19 10:51:31 -04:00
Lex Berezhny
6ba0976085
Merge pull request #3022 from btzr-io/patch-2
...
Add webvtt mime type ( subtitles, captions )
2020-08-12 18:58:07 -04:00
Baltazar Gomez
2b88d01a01
Add webvtt mime type ( subtitles, captions )
2020-08-12 02:25:01 -05:00
Lex Berezhny
0c09f24cbf
v0.80.0
2020-08-04 16:53:52 -04:00
Lex Berezhny
61d22afeba
Merge pull request #3016 from lbryio/release_all_outputs_on_start
...
release reserved outputs on startup
2020-08-04 16:53:15 -04:00
Lex Berezhny
9f1ed6e8c3
release_all_outputs on startup
2020-08-04 15:03:58 -04:00
Lex Berezhny
bbc4113cac
Merge pull request #3015 from lbryio/new_sdk_forwarding
...
added support for using the new SDK for `resolve` and `claim_search` by passing `--new_sdk_server`
2020-08-04 15:03:39 -04:00
Lex Berezhny
91194bf422
doc fix
2020-08-04 14:12:40 -04:00
Lex Berezhny
9c5f940b00
claim search forwarding to new sdk
2020-08-04 12:11:02 -04:00
Lex Berezhny
455b4043b8
new resolve
2020-08-04 11:33:39 -04:00
Lex Berezhny
bd83ee7931
Merge pull request #3010 from lbryio/feat-commentFaster
...
allow faster comment retrieval
2020-07-31 17:32:06 -04:00
jessop
f6bdf7c09a
allow faster comment retrieval
...
switch default for include replies to false
2020-07-31 10:07:12 -04:00
Lex Berezhny
2db8afb8c2
v0.79.1
2020-07-21 21:59:15 -04:00
Lex Berezhny
e033129dd3
Merge pull request #3003 from lbryio/more_timestamp_fix
...
fix `modified_on` to always cast value to integer, also cast preferences timestamp to int
2020-07-21 21:58:48 -04:00
Lex Berezhny
f9dc590100
update tests
2020-07-21 20:56:50 -04:00
Lex Berezhny
8996aafe0d
always cast modified_on to int()
2020-07-21 19:14:57 -04:00
Lex Berezhny
9dc25ef7af
v0.79.0
2020-07-20 20:23:51 -04:00
Lex Berezhny
2b84f4d407
Merge pull request #3002 from lbryio/modified_on_int
...
fixed sync'ing issues related to `modified_on` timestamps having varying floating value between OSes
2020-07-20 20:22:43 -04:00
Lex Berezhny
097c8b674c
fix modified_on when modifying account
2020-07-20 14:28:19 -04:00
Lex Berezhny
ba649d4b94
convert modified_on timestamp to int to avoid floating point conflicts when syncing
2020-07-20 14:24:53 -04:00
Lex Berezhny
6ed1614db0
Merge pull request #2997 from lbryio/fix-reflector-lost-connection
...
Fix uncaught reflector connection errors
2020-07-20 13:48:26 -04:00
Jack Robison
df5b6a8380
feedback
2020-07-20 12:20:00 -04:00
Jack Robison
1f82a8b99e
catch reflector error if a blob is deleted while it's being sent
2020-07-16 12:15:51 -04:00
Jack Robison
0c95d96f32
update pyyaml requirement to 5.3.1
2020-07-16 12:15:51 -04:00
Jack Robison
c2f5f84118
fix uncaught errors from broken reflector connections
2020-07-16 12:15:47 -04:00
Jack Robison
b3b5e3d8f0
test reflector connection breaking mid-transfer
2020-07-15 16:42:55 -04:00
Lex Berezhny
506d3f3cd9
v0.78.0
2020-07-14 23:33:34 -04:00
Lex Berezhny
516a8c5ee5
Merge pull request #2995 from lbryio/batch-sync
...
Batched sync for wallet transactions
2020-07-14 23:33:13 -04:00
Lex Berezhny
2f81e9d374
pylint
2020-07-14 23:13:14 -04:00
Jack Robison
2d8703bb8d
pylint
2020-07-14 23:13:14 -04:00
Jack Robison
76e60d9bc3
logging
2020-07-14 23:13:14 -04:00
Jack Robison
9d5370be5f
fix
2020-07-14 23:13:14 -04:00
Jack Robison
fc1a06bc45
fix
2020-07-14 23:13:14 -04:00
Jack Robison
fce80374f4
batched sync
2020-07-14 23:13:14 -04:00
Jack Robison
420c9f10c2
remove _update_cache_item
2020-07-14 23:13:14 -04:00
Jack Robison
5a39681a2e
log
2020-07-14 23:13:14 -04:00
Jack Robison
7a1b7db7c8
support multiple blocks with blockchain.transaction.get_batch
2020-07-14 23:13:14 -04:00
Jack Robison
03a643da52
use block cache
2020-07-14 23:13:14 -04:00
Lex Berezhny
383f0ce450
Merge pull request #2986 from Death916/master
...
check sample rate and lower if too high
2020-07-14 23:01:05 -04:00
Lex Berezhny
c6c668676c
changed video_bitrate_maximum from 8.4MB to 5MB
2020-07-14 21:54:42 -04:00
Trent N
7b01dde063
convert sample_rate to integer and dont force a volume_filter
...
added volume_filter example
deleted _get_volume_filter
2020-07-14 21:49:25 -04:00
Trent
8c25f65024
check sample rate and lower if too high
2020-07-14 21:49:25 -04:00
Lex Berezhny
1e478e3545
Merge pull request #2996 from DispatchCommit/patch-1
...
updates HLS .m3u8 media type and adds new DASH .mpd media type
2020-07-14 19:47:22 -04:00
Dispatch
6c75a8978b
Fix bug in python CICD pipeline
...
implemented fix recommended by:
https://stackoverflow.com/a/61693590
https://github.com/pypa/setuptools/issues/1963
2020-07-14 19:24:48 -04:00
Lex Berezhny
640267fc2b
Merge pull request #2992 from lbryio/2987_debug
...
log task errors and add debug information for reflector task
2020-07-14 19:20:15 -04:00
Dispatch
33c7c3ee12
Fixes HLS .m3u8 and DASH .mpd extension
...
HLS uses a playlist .m3u8 file to provide video content Transport Segments (.ts) files.
DASH uses a playlist .mpd file to provide video content of a few different containers.
2020-07-10 05:39:46 -07:00
Victor Shyba
f9b41d34ae
expose reflector task errors, add debug statements for ongoing issue
2020-07-07 00:39:59 -03:00
Lex Berezhny
d4bec79451
Merge pull request #2981 from lbryio/wallet-server-meta-db
...
Move wallet server tx hashes and headers to leveldb to speed up the rate mempool notifications are sent
2020-07-06 10:50:24 -04:00
Jack Robison
ac1a8b4daf
metric for time to send notifications
2020-07-02 18:57:36 -04:00
Jack Robison
28838c1759
notifications_in_flight_metric
2020-07-02 18:57:36 -04:00
Jack Robison
50ecb0dac9
fix notify
2020-07-02 18:57:36 -04:00
Jack Robison
e22bc01cbd
re-add wakeup event, add address history metric
2020-07-02 18:57:36 -04:00
Jack Robison
6c28713a4c
read history in one loop
2020-07-02 18:57:36 -04:00
Jack Robison
fc9023386c
non-blocking history lookup in notify
2020-07-02 18:57:36 -04:00
Jack Robison
e6cae9bcc3
remove mempool wakeup event, lower refresh delay
2020-07-02 18:57:36 -04:00
Jack Robison
a9eeca1302
mempool processing time metric
2020-07-02 18:57:36 -04:00
Jack Robison
8c695e42ca
fix sqlite coin chooser floor
2020-07-02 18:57:36 -04:00
Jack Robison
0aa7fd47d5
combine loops
2020-07-02 18:57:36 -04:00
Jack Robison
70596042d6
mempool_process_time_metric
2020-07-02 18:57:36 -04:00
Jack Robison
caf616234b
flush databases during sync
2020-07-02 18:57:36 -04:00
Jack Robison
375187aa70
tx hashes db
2020-07-02 18:57:36 -04:00
Jack Robison
71eccdc0e3
hashes path
2020-07-02 18:57:36 -04:00
Jack Robison
639b1e48f5
blocks dir
2020-07-02 18:57:36 -04:00
Jack Robison
0bb4cb4472
tx count db
2020-07-02 18:57:36 -04:00
Jack Robison
cc51543851
headers db
2020-07-02 18:57:36 -04:00
Jack Robison
22540390e1
break the wallet server with chris45 test
2020-07-02 18:57:36 -04:00
Jack Robison
98565eb67c
run read_raw_block in executor
2020-07-02 18:57:36 -04:00
Lex Berezhny
cf6a47ecb7
Merge pull request #2989 from lbryio/blocking-wallet-send
...
add `--blocking` to `account_send` and `wallet_send`
2020-07-02 18:45:43 -04:00
Jack Robison
fa60b9f9d3
logging
2020-07-02 17:35:38 -04:00
Jack Robison
644120ca31
add --blocking
to account_send
2020-07-02 17:32:32 -04:00
Jack Robison
a50a625b3b
add --blocking
arg to wallet_send
2020-07-02 17:32:32 -04:00
Lex Berezhny
7297c13331
v0.77.0
2020-06-24 11:32:41 -04:00
Jack Robison
f73399bfac
fix test
2020-06-24 11:13:29 -04:00
Jack Robison
a056cd78f7
remove loggly
2020-06-24 11:13:29 -04:00
Lex Berezhny
a30f3c86c2
v0.76.0
2020-06-08 23:11:41 -04:00
Lex Berezhny
e70bdd86a7
Merge pull request #2959 from lbryio/sqlite-coin-chooser
...
Add all sqlite coin chooser
2020-06-08 18:46:42 -04:00
Jack Robison
bc9f33c2e0
fix test
2020-06-08 18:06:58 -04:00
Jack Robison
872b89ee93
fix mempool conflicts following cancelled api calls that send transactions with the blocking
flag
2020-06-05 20:06:42 -04:00
Jack Robison
ae53062518
integration test for sqlite coin chooser
2020-06-05 20:06:42 -04:00
Jack Robison
17f76c9cb3
leave inputs for rejected tx reserved
2020-06-05 20:06:42 -04:00
Jack Robison
5de944146a
logging
2020-06-05 20:06:42 -04:00
Jack Robison
9dc6092cb0
update tests
2020-06-05 20:06:42 -04:00
Jack Robison
a32a2ef04e
add sqlite coin chooser
2020-06-05 20:06:42 -04:00
Lex Berezhny
ecfa0ae3da
Merge pull request #2974 from lbryio/signed_supports
...
added signed supports
2020-06-05 16:28:15 -04:00
Lex Berezhny
03595052ce
fix regular support create tests
2020-06-05 16:08:25 -04:00
Lex Berezhny
1f94c53dd2
added support protobuf
2020-06-05 15:50:00 -04:00
Lex Berezhny
9c426373f2
lint
2020-06-05 15:49:18 -04:00
Lex Berezhny
c03e30a01f
added support for signed supports
2020-06-05 15:49:18 -04:00
Lex Berezhny
07f7a77ac0
Merge pull request #2971 from lbryio/faster-publish
...
Speed up publish response time by not blocking on updating the content claim db
2020-06-05 15:47:40 -04:00
Lex Berezhny
3b9ea2c9a4
Merge pull request #2972 from lbryio/history-cache
...
Improve wallet server address history cache and the rate of sent notifications
2020-06-05 15:47:07 -04:00
Jack Robison
1beb13dd80
fix attribute error
2020-06-04 09:31:37 -04:00
Jack Robison
ddae84abb3
fix pending_count
2020-06-04 09:31:37 -04:00
Jack Robison
863b9a2c98
don't block returning from publish on updating the content claim table
2020-06-04 09:31:37 -04:00
Jack Robison
9d44bbdb48
don't block the notification loop on sending the notifications
2020-06-04 09:25:41 -04:00
Jack Robison
8d93dd5adc
improve wallet server address history cache
2020-06-04 09:15:21 -04:00
Lex Berezhny
48502961cf
v0.75.0
2020-06-03 14:44:02 -04:00
Lex Berezhny
3c8bec61d3
Merge pull request #2966 from lbryio/check-origin
...
add `allowed_origin` to config, by default no longer allow any requests which pass Origin in header
2020-06-03 14:39:57 -04:00
Lex Berezhny
7296c7df1a
Origin: null no longer allowed
2020-06-03 14:19:16 -04:00
Lex Berezhny
f3ee6603de
improve allowed_origin request handling
2020-06-03 13:55:20 -04:00
Lex Berezhny
ee0aabda1d
backwards compatible allowed_origin, default browsers not allowed
2020-06-03 13:28:32 -04:00
Jack Robison
08d37a4b0f
add allowed_origin
to config
...
-raise 403 error if a request doesn't have a matching origin
2020-06-03 12:55:24 -04:00
Jack Robison
f975ea99cb
Merge branch 'endes123321-master'
2020-06-02 15:59:53 -04:00
Jack Robison
f030d41dc7
add test_is_valid_ipv4
2020-06-02 15:56:57 -04:00
Jack Robison
8d079bfcd1
Merge branch 'master' into master
2020-06-02 15:52:04 -04:00
Lex Berezhny
d39b8654a6
Merge pull request #2968 from lbryio/transcode-adjust
...
more aggressive video transcoding to reduce file sizes
2020-06-01 13:56:33 -04:00
Thomas Zarebczan
ce7816a968
more aggressive video transdoing
...
Have noticed the defaults aren't aggressive enough to stream smoothly (yet). Downgrade max rate to 5500K, higher crf = smaller file size for now.
2020-06-01 13:11:56 -04:00
Jack Robison
2ee572e68f
Merge pull request #2967 from lbryio/transaction-cache-size
...
add `transaction_cache_size` to config
2020-05-27 00:57:48 -04:00
Jack Robison
4bbd850898
fix uncaught ValueError in hashX_unsubscribe
2020-05-25 10:25:04 -04:00
Jack Robison
34eae6e608
fix wallet server prometheus bucket sizes
2020-05-25 10:24:31 -04:00
Jack Robison
6a0302fec6
fix uncaught dht DecodeError
2020-05-25 10:23:11 -04:00
Jack Robison
c94cc293c2
fix uncaught errors in test_component_manager
2020-05-25 10:21:36 -04:00
Jack Robison
cae7792a1e
add transaction_cache_size
to config
2020-05-25 10:16:18 -04:00
Lex Berezhny
7f6b2fe4f1
v0.74.0
2020-05-18 16:56:58 -04:00
Lex Berezhny
eba430bbc0
Merge pull request #2957 from lbryio/file-list-download-path
...
added `download_path` as a filter for `file_list` command
2020-05-18 14:15:44 -04:00
Akinwale Ariwodola
01280c8d04
update docstring for download_path
2020-05-18 18:52:13 +01:00
Lex Berezhny
ec141ac9c9
Merge pull request #2960 from lbryio/leaky_ship
...
fixed bug with leaky information between outputs
2020-05-18 13:21:08 -04:00
Lex Berezhny
590c892a6a
re-set channel on txo
2020-05-18 12:27:22 -04:00
Lex Berezhny
ff8a50c366
fixed bug with leaky information between outputs
2020-05-18 11:16:01 -04:00
Lex Berezhny
46ef6c8ab7
Merge pull request #2947 from thebubbleindex/patch-1
...
properly handle integer environment values, fixes issue with specifying ports via environment vars
2020-05-18 11:11:10 -04:00
Lex Berezhny
b09eabc478
minor simplifcation
2020-05-18 08:53:34 -04:00
thebubbleindex
e49fcea6e3
fix issue with specifying ports via env vars
...
make sure tcp and udp port for dht are int type
2020-05-18 08:53:07 -04:00
Akinwale Ariwodola
68ed9f4ffc
add download_path property to managed_stream
2020-05-17 12:12:31 +01:00
Akinwale Ariwodola
af94687d45
add download_path as a filter field for file_list
2020-05-17 10:32:26 +01:00
Jack Robison
26964ecf0f
fix download_blob_from_peer.py
2020-05-13 09:24:35 -04:00
Jack Robison
77d19af359
v0.73.1
2020-05-13 09:21:48 -04:00
Jack Robison
120b82f243
Merge pull request #2952 from lbryio/newwait
...
fix case where publish hangs until a new block
2020-05-12 23:10:03 -04:00
Victor Shyba
a0fea30a11
make wait check every second instead of once
2020-05-12 19:44:02 -04:00
Jack Robison
8bb3e0a64d
Merge pull request #2955 from lbryio/fix-set-node
...
fix node not being set on the downloader in some cases
2020-05-12 18:49:03 -04:00
Jack Robison
bbded12923
fix node not being set on the downloader in some cases
2020-05-12 17:50:20 -04:00
Lex Berezhny
e8ba5d7606
v0.73.0
2020-05-11 19:47:08 -04:00
Jack Robison
af66b31a44
Merge pull request #2954 from lbryio/file-list-reflector-args
...
add `uploading_to_reflector`, `is_fully_reflected`, `completed`, and `status` filter arguments to `file_list`, update to match all filters rather than any filters
2020-05-11 19:45:51 -04:00
Jack Robison
b000a40f28
add completed
filter arg to file_list
2020-05-11 19:22:53 -04:00
Jack Robison
3c85322523
add status
arg to file_list
cli
2020-05-11 19:16:08 -04:00
Jack Robison
a469b8bc04
return streams matching all file_list filters rather than those matching any
...
-fix filter fields when using sets
2020-05-11 19:11:41 -04:00
Jack Robison
78b8261a3a
cancel pending reflector request when connection is lost
...
-add 180s timeout
2020-05-11 16:08:48 -04:00
Jack Robison
f20ca70c01
add uploading_to_reflector
and is_fully_reflected
filter arguments to file_list
2020-05-11 15:48:34 -04:00
Jack Robison
4e4148fc1c
Merge pull request #2953 from lbryio/ecdsa-executor
...
fix channel key generation blocking globally
2020-05-11 15:16:17 -04:00
Jack Robison
c22482f907
channel private key generation in a thread pool
2020-05-11 14:54:31 -04:00
Jack Robison
870e139fce
Merge pull request #2951 from lbryio/add-fixed-peers-conf
...
add `fixed_peers` setting to config
2020-05-11 14:54:01 -04:00
Jack Robison
4d58648c02
update default fixed peer to cdn.reflector.lbry.com
2020-05-11 14:52:31 -04:00
Jack Robison
ebbb182537
fix test
2020-05-11 14:06:23 -04:00
Jack Robison
1cd5377b45
split fixed peer setting out from reflector_servers
2020-05-11 13:43:13 -04:00
Lex Berezhny
1d1f0527ee
Merge pull request #2948 from lpessin/patch-1
...
fix duplicate line on api doc
2020-05-07 17:59:57 -04:00
Jack Robison
37a5f77415
Merge pull request #2930 from lbryio/source_manager_
2020-05-07 16:10:01 -04:00
Luiz
ced3c7efe4
fix duplicate line on api doc
...
delete line 3616 (duplicate line 3618)
2020-05-07 13:37:46 -03:00
Victor Shyba
c3b8f366ed
fixes from review
2020-05-07 04:04:55 -03:00
Victor Shyba
de78876b1a
fix test purchase
2020-05-07 04:04:55 -03:00
Victor Shyba
64c25b049c
fixup get_filtered from rebase
2020-05-07 04:04:55 -03:00
Victor Shyba
8a4fe4f3ad
lbry-libtorrent is now on pypi
2020-05-07 04:04:55 -03:00
Victor Shyba
8811b8c1fd
use ubuntu 18 on gitlab, temporarly
2020-05-07 04:04:55 -03:00
Victor Shyba
190b01fdf9
calculate total bytes outside of dict
2020-05-07 04:04:55 -03:00
Victor Shyba
f145d08c10
tell progress, stop trying to read first piece
2020-05-07 04:04:55 -03:00
Victor Shyba
53382b7e15
wait started event
2020-05-07 04:04:55 -03:00
Victor Shyba
6ad0242617
find and show largest file
2020-05-07 04:04:55 -03:00
Victor Shyba
a7c2408c0a
fix and test delete with torrents
2020-05-07 04:04:55 -03:00
Victor Shyba
ce1eabaed6
fix moving to a new btih
2020-05-07 04:04:55 -03:00
Victor Shyba
f602541ede
fix not knowing a torrent exists
2020-05-07 04:04:55 -03:00
Victor Shyba
3f718e6efc
gitlab: use ubuntu on datanetwork tests
2020-05-07 04:04:54 -03:00
Victor Shyba
ce7a985df6
add boost on gitlab, fix failing test, add libtorrent to linux build
2020-05-07 04:04:54 -03:00
Victor Shyba
6d83f7e7bd
correct wheel with boost 1.65
2020-05-07 04:04:54 -03:00
Victor Shyba
b73c00943c
linting and minor refactor
2020-05-07 04:04:54 -03:00
Victor Shyba
abaac8ef48
fixes from rebase, install libtorrent from s3
2020-05-07 04:04:54 -03:00
Victor Shyba
a2f8e7068e
pylint
2020-05-07 04:04:54 -03:00
Victor Shyba
4d47873219
working file list after torrent get
2020-05-07 04:04:54 -03:00
Victor Shyba
cf985486e5
torrent test and misc fixes
2020-05-07 04:04:54 -03:00
Victor Shyba
b930c3fc93
fix torrent and stream manager reference leftovers
2020-05-07 04:04:54 -03:00
Victor Shyba
dd26a96828
adds more torrent parts
2020-05-07 04:04:54 -03:00
Victor Shyba
6865ddfc12
torrent manager and torrent source
2020-05-07 04:04:54 -03:00
Victor Shyba
e888e69d4d
fix unit tests
2020-05-07 04:04:54 -03:00
Victor Shyba
2089059792
pylint
2020-05-07 04:04:54 -03:00
Victor Shyba
27739e0364
fix save from resolve
2020-05-07 04:04:54 -03:00
Victor Shyba
698ee271d6
stream manager component becomes file manager component
2020-05-07 04:04:54 -03:00
Victor Shyba
543c75b293
wip
2020-05-07 04:04:54 -03:00
Victor Shyba
b09c46f6f7
add torrent component
2020-05-07 04:04:54 -03:00
Jack Robison
f2cc19e6aa
add lbry.torrent
2020-05-07 04:04:54 -03:00
Jack Robison
814a0a123f
file manager refactor
2020-05-07 04:04:54 -03:00
Jack Robison
179383540f
ManagedDownloadSource and SourceManager refactor
2020-05-07 04:04:54 -03:00
Lex Berezhny
8be1c8310d
v0.72.0
2020-05-04 13:53:13 -04:00
Jack Robison
ef02d776ca
Merge pull request #2937 from lbryio/daemon-prometheus
...
fix database lockup and add prometheus db metrics
2020-05-04 13:51:12 -04:00
Jack Robison
750ff448ad
comments
2020-05-04 13:47:37 -04:00
Jack Robison
e3abab6d4d
pylint
2020-05-04 12:15:48 -04:00
Jack Robison
d3ffae72fb
buckets
2020-05-02 22:30:25 -04:00
Jack Robison
87f751188e
cancelled and failed api request metrics
2020-05-02 21:58:41 -04:00
Jack Robison
3469abaefd
write lock metrics
2020-05-02 21:23:17 -04:00
Jack Robison
797364ee5c
refactor prometheus metrics
2020-05-02 15:01:07 -04:00
Jack Robison
36c05fc4b9
move wallet server prometheus
...
-only run wallet server metrics for the wallet server
2020-05-01 12:54:35 -04:00
Jack Robison
79624febc0
prevent pileup of writes blocking reads
2020-05-01 12:48:41 -04:00
Jack Robison
0a9d4de126
include write lock in try/finally
2020-05-01 11:40:57 -04:00
Jack Robison
b6f6994db4
Merge pull request #2934 from lbryio/fix-disconnect-on-cancelled-request
...
don't close the wallet server connection upon a cancelled request
2020-04-30 12:22:46 -04:00
Jack Robison
ff7bed720a
don't close the connection upon a cancelled request
2020-04-29 12:32:31 -04:00
Lex Berezhny
00c0f48b02
v0.71.0
2020-04-27 12:21:04 -04:00
Lex Berezhny
94c45cf2a0
Merge pull request #2922 from lbryio/estimate_on_demand
...
estimate block timestamps on client only when necessary (header hasn't been downloaded yet)
2020-04-27 12:17:54 -04:00
Victor Shyba
58f77b2a1c
load/dump header file using executor
2020-04-27 10:34:49 -04:00
Victor Shyba
7170e69b22
test fixes + leave tx plot always on estimations
2020-04-27 10:34:49 -04:00
Victor Shyba
239ee2437c
estimate only whats not downloaded
2020-04-27 10:34:49 -04:00
Victor Shyba
ced368db31
hold headers file in memory during runtime
2020-04-27 10:34:49 -04:00
Lex Berezhny
6a991e5c15
Merge pull request #2914 from StripedMonkey/SM-Config-patch
...
use home directory if xdg directory not found (Linux)
2020-04-27 10:33:57 -04:00
Lex Berezhny
523d22262b
pin pylint to 2.4.4
2020-04-27 10:18:39 -04:00
Noah
08197a327e
fix Missing xdg download location
...
Fixes an error in detection xdg config locations when XDG_DOWNLOAD_DIR is not present in `user-dirs.dirs`
2020-04-27 10:11:16 -04:00
Jack Robison
b7cb2a7aa5
Merge pull request #2926 from lbryio/blocking-file-io
...
make file i/o in stream and blob creation and reads non-blocking
2020-04-24 11:07:24 -04:00
Jack Robison
decc5c74ef
don't block when reading a file when creating a stream
2020-04-23 00:35:08 -04:00
Jack Robison
fbe0f886b6
non blocking blob creation
2020-04-23 00:35:08 -04:00
Jack Robison
7e23d6e2ef
Merge pull request #2925 from lbryio/fix-reposts-tag
...
fix: reposts being returned for single tags
2020-04-23 00:29:04 -04:00
Tom
49458d1085
fix: reposts being returned for single tags
2020-04-22 23:16:30 -04:00
Lex Berezhny
289c12bd9a
Merge pull request #2924 from lbryio/claim_list_is_spent_fix
...
fix for `claim_list` incorrectly handling `--is_spent` flag
2020-04-22 11:34:16 -04:00
Lex Berezhny
9a6326b027
fix for claim_list incorrectly handling --is_spent flag
2020-04-22 10:36:09 -04:00
Lex Berezhny
51f573f1ea
v0.70.0
2020-04-20 13:37:40 -04:00
Jack Robison
c8b7cd8862
Merge pull request #2920 from lbryio/uploading-to-reflector-status
...
add `uploading_to_reflector` to `file_list` results
2020-04-20 13:35:02 -04:00
Jack Robison
21c112d059
lbrycrd url
2020-04-20 12:16:31 -04:00
Jack Robison
9432e1b5b2
add uploading_to_reflector
to file_list
results
2020-04-20 11:57:09 -04:00
endes
8269d2f83c
better lint style
2020-04-19 20:20:19 +01:00
endes
5a4b6be974
fix
2020-04-19 20:14:21 +01:00
endes123321
35e8ce60a9
Merge branch 'master' into master
2020-04-19 19:54:24 +01:00
endes
8b6dd9f603
better lint style
2020-04-19 19:51:03 +01:00
Lex Berezhny
084f0ebdab
v0.69.1
2020-04-17 12:55:07 -04:00
Lex Berezhny
58640c1521
Merge pull request #2917 from lbryio/faster-repost-search-query
...
improve how claim search query handles reposts
2020-04-17 12:53:50 -04:00
Jack Robison
7ffdfd12f8
faster not tags
2020-04-17 10:47:01 -04:00
Jack Robison
cb9a30f285
faster query
2020-04-17 10:47:01 -04:00
Lex Berezhny
e48bef809f
Merge pull request #2919 from lbryio/exclude_internal_transfers_fix
...
fix issue with `--exclude_internal_transfers` where it was filtering out sent payments
2020-04-16 20:26:37 -04:00
Lex Berezhny
f5d7570102
fix issue with --exclude_internal_transfers where it was filtering out sent payments
2020-04-16 17:55:49 -04:00
Lex Berezhny
a600c60cf8
v0.69.0
2020-04-13 15:36:27 -04:00
Jack Robison
695eabd026
Merge pull request #2911 from lbryio/file_list_claim_ids
...
support `claim_id`, `channel_claim_id`, and `outpoint` args given as lists of values to match in `file_list`
2020-04-13 14:58:13 -04:00
Jack Robison
e81b51a647
support claim_id
, channel_claim_id
, and outpoint
args in file_list
being lists
2020-04-13 13:19:25 -04:00
Jack Robison
b7e95ff090
Merge pull request #2912 from lbryio/reflector-progress
...
add `reflector_progress` to `file_list` results
2020-04-13 13:00:59 -04:00
Jack Robison
3ca41be686
add reflector_progress
to file_list
results
2020-04-13 12:08:22 -04:00
Lex Berezhny
3152046173
Merge pull request #2910 from osilkin98/comment-schema-update
...
Comment_hide update
2020-04-13 10:34:30 -04:00
Lex Berezhny
3a98dc8a95
run apt-get update before installing
2020-04-13 10:14:52 -04:00
Lex Berezhny
d737b28916
trying actions/checkout v2
2020-04-13 09:57:59 -04:00
Oleg Silkin
97c0dac876
linter
2020-04-07 19:28:26 -04:00
Oleg Silkin
006494b1fa
hide_comments
now returns lists for both hidden
and visible
comments
2020-04-07 19:17:27 -04:00
Alex Grintsvayg
149d343201
drop a few unused conf vars
2020-04-07 16:11:23 -04:00
Lex Berezhny
496cc79ba8
v0.68.0
2020-04-06 12:55:21 -04:00
Jack Robison
3591768745
Merge pull request #2908 from lbryio/batched-resolve
...
Fix connection to wallet server breaking upon giant resolve requests
2020-04-06 12:52:51 -04:00
Jack Robison
d615f6761a
automatically batch large resolve requests
2020-04-06 12:03:33 -04:00
Jack Robison
5b29894048
add reset clients counter to prometheus
2020-04-06 12:03:33 -04:00
Lex Berezhny
d17f0cfa40
Merge pull request #2909 from lbryio/none_for_unconfirmed_time
...
do not estimate timestamp for unconfirmed txs
2020-04-06 11:41:17 -04:00
Victor Shyba
b2f70c7120
return none for unconfirmed time estimation
2020-04-06 06:03:35 -03:00
Jack Robison
238707bd93
Merge pull request #2897 from lbryio/reorg-claims
...
handle claim reorgs in the wallet server
2020-04-05 17:48:56 -04:00
Jack Robison
87cdf1e3a0
improve test_reorg_change_claim_height
2020-04-05 16:58:36 -04:00
Jack Robison
57fd47022e
test_reorg_change_claim_height
2020-04-03 13:39:44 -04:00
Jack Robison
5eafd3bf6b
feedback
2020-04-03 13:39:44 -04:00
Jack Robison
640b5b0ea9
delete_claims_above_height with thread lock
2020-04-03 13:39:44 -04:00
Jack Robison
e4fb2f4680
test_reorg_dropping_claim
2020-04-03 13:39:44 -04:00
Jack Robison
a4909f54e4
test reorg count metric
2020-04-03 13:39:44 -04:00
Jack Robison
f7065c6f0c
add reorg count metric to prometheus
2020-04-03 13:39:44 -04:00
Jack Robison
64f7f837e7
delete claims above reorg height from the database
2020-04-03 13:39:44 -04:00
Jack Robison
130d36acd9
Merge pull request #2905 from lbryio/testnet-headers
...
fix header checkpoints on testnet
2020-04-03 13:38:47 -04:00
Jack Robison
e94c28cfa2
fix header checkpoints on testnet
2020-04-03 12:21:17 -04:00
Jack Robison
a697dec30c
Merge pull request #2902 from lbryio/bump_checkpoints
...
bump checkpoints
2020-04-03 12:20:38 -04:00
Victor Shyba
bac09e9b9f
bump checkpoints
2020-04-03 12:26:52 -03:00
Lex Berezhny
b179f8f86a
Merge pull request #2901 from lbryio/txo_is_spent_filter
...
replaced `--unspent` with `--is_not_spent` on several commands and added `--is_spent` to many claim/txo `*_list` commands, `support_list` got three new flags `--sent --received --staked`
2020-04-02 22:24:47 -04:00
Lex Berezhny
962d04ae17
fix txo_spend
2020-04-01 21:03:56 -04:00
Lex Berezhny
f28e3bfe37
lint
2020-04-01 20:53:09 -04:00
Lex Berezhny
6474c86d32
cleaned up *_list commands
2020-04-01 20:44:34 -04:00
Lex Berezhny
769ea8cdfe
added --is_spent filter to txo list/sum commands
2020-03-31 23:08:51 -04:00
Lex Berezhny
052e77dd5a
v0.67.2
2020-03-31 17:47:19 -04:00
Lex Berezhny
1a4b0cb12a
Merge pull request #2900 from lbryio/wallet_status_does_not_fail
...
`wallet_status` no longer fails if wallet component has not started
2020-03-31 17:45:51 -04:00
Lex Berezhny
f9aa95c987
default to None for all values in wallet_status when wallet_manager not started yet
2020-03-31 17:22:13 -04:00
Lex Berezhny
a5d06fb4a4
wallet_status no longer fails if wallet component has not started
2020-03-31 16:20:13 -04:00
Lex Berezhny
d5e5d90bdc
v0.67.1
2020-03-31 12:38:38 -04:00
Lex Berezhny
e62678e4e6
Merge pull request #2898 from lbryio/duration_is_int
...
`ffmpeg` file analysis returns duration as integer now
2020-03-31 12:06:44 -04:00
Lex Berezhny
558ac24f7e
fix test
2020-03-31 11:29:58 -04:00
Lex Berezhny
6f22f6a59f
use ceil() on duration float() instead of int() directly
2020-03-31 10:57:37 -04:00
Lex Berezhny
5ec74f8abe
ffmpeg file analysis returns duration as integer now
2020-03-31 10:28:04 -04:00
Lex Berezhny
16d7547e03
changed default txo_spend batch_size default to 500 from 1000
2020-03-30 22:48:05 -04:00
Lex Berezhny
767112dcda
updated txo_spend docs
2020-03-30 21:45:58 -04:00
Lex Berezhny
81e23d1d8c
v0.67.0
2020-03-30 19:43:45 -04:00
Lex Berezhny
ace90a4354
Merge pull request #2890 from lbryio/faster-status
...
improve speed of `status`
2020-03-30 19:42:57 -04:00
Jack Robison
267e7096cc
add test for rechecking ffmpeg installation
2020-03-30 19:11:04 -04:00
Jack Robison
e7cded7511
check ffmpeg/ffmprobe paths in a thread
2020-03-30 19:11:04 -04:00
Jack Robison
33fbd715c0
don't block status on connectivity check
2020-03-30 19:11:04 -04:00
Jack Robison
25ba5b867c
dont recheck ffmpeg installation in status
2020-03-30 19:11:04 -04:00
Lex Berezhny
c8f431447c
Merge pull request #2885 from lbryio/repair_tip_on_open
...
repair headers tip on open and let new headers come in during background fetching
2020-03-30 19:03:09 -04:00
Victor Shyba
1b83a1d09a
test and fix verifying from middle
2020-03-30 19:42:27 -03:00
Victor Shyba
d2fb7a7151
lock only when fetching, giving a chance for tip updates
2020-03-30 19:42:27 -03:00
Victor Shyba
7ad3447598
repair tip on open
2020-03-30 19:42:27 -03:00
Lex Berezhny
5e5bc8e705
Merge pull request #2887 from lbryio/txo_spend
...
added `txo_spend` command to support liquidating large number of txos (eg. tips) by batching them across several transactions
2020-03-30 18:41:05 -04:00
Lex Berezhny
886d1e8a19
added --include_full_tx option to txo_list
2020-03-30 18:15:13 -04:00
Lex Berezhny
6de7a035fa
added preview/blocking back into doc string
2020-03-30 17:47:38 -04:00
Lex Berezhny
48d2497eb2
added txo_spend command to support liquidating large number of txos (eg. tips)
2020-03-30 17:47:38 -04:00
Lex Berezhny
6494754ab9
Merge pull request #2896 from lbryio/first_on_ready
...
fix for startup issues when connecting to wallet servers
2020-03-30 17:41:14 -04:00
Lex Berezhny
a8153627c6
move on_read.first to earlier
2020-03-30 17:02:08 -04:00
Lex Berezhny
ed38966edb
add test to verify we listen to on_ready before it actually triggers
2020-03-30 15:26:04 -04:00
Lex Berezhny
85551d1e54
remove no-op test, segwit is always on now
2020-03-30 15:17:25 -04:00
Lex Berezhny
ca31363180
listen for on_read.first before it is triggered
2020-03-30 14:53:52 -04:00
Lex Berezhny
a8f11eb3c3
Merge pull request #2893 from lbryio/fix_float_timestamp
...
fix estimated timestamp to return integer instead of float
2020-03-30 10:58:32 -04:00
Lex Berezhny
151805121c
increase wallet server payment test timeout
2020-03-29 20:00:23 -04:00
Lex Berezhny
0422d2a021
estimated timestamp should be integer
2020-03-29 19:39:37 -04:00
endes123321
8586762dde
fixed is_valid_public_ipv4
2020-03-29 16:12:36 +01:00
Lex Berezhny
ffdf70257b
Merge pull request #2888 from lbryio/m4a-content-type
...
add m4a content type
2020-03-27 17:54:45 -04:00
Thomas Zarebczan
6079d60aa1
add m4a content type
2020-03-26 23:08:52 -04:00
Jack Robison
d46d012f8c
Revert "delete live bittrex test"
...
This reverts commit f70343bb
2020-03-26 20:31:39 -04:00
Jack Robison
baf926b360
v0.66.0
2020-03-26 17:59:02 -04:00
Jack Robison
82339869dc
Revert "v0.66.0"
...
This reverts commit 4ab56ae3
2020-03-26 17:50:44 -04:00
Jack Robison
f70343bb63
delete live bittrex test
2020-03-26 17:50:31 -04:00
Jack Robison
4ab56ae3d1
v0.66.0
2020-03-26 16:49:54 -04:00
Jack Robison
39b4031684
Merge pull request #2880 from lbryio/handle_mkv_files
...
Handle MKV files
2020-03-26 16:45:20 -04:00
Brannon King
71f8965393
re-use ffprobe info in stream_type
...
avoid duplicate args
handle review comment
2020-03-26 16:20:12 -04:00
Brannon King
66857e72a4
ensure only webm-type MKV files
2020-03-26 16:20:12 -04:00
Jack Robison
15eb5d47eb
Merge pull request #2881 from lbryio/wallet_sync_status
...
add `wallet_syncing` to `status`, which is set to true when processing transaction updates
2020-03-26 15:28:20 -04:00
Jack Robison
86242139da
update tests
2020-03-26 13:56:51 -04:00
Victor Shyba
460bdc4148
move wallet_syncing to wallet status is_syncing
2020-03-26 11:43:48 -04:00
Victor Shyba
1052126522
add wallet_syncing status
2020-03-26 11:43:48 -04:00
Jack Robison
fdb42ac876
Merge pull request #2852 from lbryio/faster-transaction-sync
...
More efficient syncing of wallet transactions
2020-03-26 11:43:20 -04:00
Jack Robison
6486f986e8
bump min required server version
2020-03-26 11:41:49 -04:00
Jack Robison
bc4075e2ed
create_task instead of ensure_future
2020-03-26 11:41:49 -04:00
Jack Robison
11525c7d0d
fix caching transaction_show
2020-03-26 11:41:49 -04:00
Jack Robison
bb12ae9ce6
fix duplicate get_merkle requests
2020-03-26 11:41:49 -04:00
Jack Robison
66b4ad0c44
improve log
2020-03-26 11:41:49 -04:00
Jack Robison
4bff2d718e
clean up test
2020-03-26 11:41:49 -04:00
Jack Robison
af7a7b4dc6
fix maybe_migrate_certificates blocking the api while populating channel signing keys
2020-03-26 11:41:49 -04:00
Jack Robison
ec20d9a2a8
faster wallet sync with get_transaction_and_merkle
2020-03-26 11:41:49 -04:00
Lex Berezhny
b0aee3d335
Merge pull request #2884 from lbryio/txo_plot
...
added `txo_plot` command to allow plotting txo sums over time
2020-03-26 10:14:02 -04:00
Lex Berezhny
5e2ddbfd86
txo_plot returns lbc instead of dewies
2020-03-26 01:13:09 -04:00
Lex Berezhny
f086ebbb8e
lint
2020-03-26 00:42:11 -04:00
Lex Berezhny
e5bf6a5bfc
added txo_plot command to allow plotting txo sums over time
2020-03-26 00:37:13 -04:00
Lex Berezhny
76fa86d54b
v0.65.0
2020-03-23 14:56:45 -04:00
Jack Robison
60d89506a5
Merge pull request #2877 from lbryio/on_ready_fixup
...
wait for tx sync to finish but not header sync
2020-03-23 13:46:47 -04:00
Victor Shyba
2893f1eb9e
add other taskgroup for non-start-important tasks
2020-03-23 12:36:05 -03:00
Victor Shyba
a08cbf412d
on_ready.wait so we start after tx syncs
2020-03-23 12:26:07 -03:00
Lex Berezhny
0bd65356f9
increase timeout in usage payment test
2020-03-23 11:06:29 -04:00
Lex Berezhny
2e2b39455f
Merge pull request #2875 from lbryio/1080p
...
default to 1080P for anything higher than 1080P
2020-03-23 10:44:18 -04:00
Lex Berezhny
1f9fbe34e4
Merge pull request #2863 from lbryio/async_headers
...
fetch headers on demand
2020-03-23 10:41:31 -04:00
Thomas Zarebczan
506d7ae50e
default to 1080P for anything higher than 1080P
...
Previously would do 1440p
2020-03-23 10:20:13 -04:00
Victor Shyba
342cb00625
less concurrent repeated header checks
2020-03-23 01:19:34 -03:00
Victor Shyba
952fc01efd
add script that generates checkpoints
2020-03-23 00:05:36 -03:00
Victor Shyba
3eebe301fe
move checkpoints out of folder into file
2020-03-22 23:45:14 -03:00
Victor Shyba
19c0a81c42
fix bad usages of hash and some tests
2020-03-22 23:31:47 -03:00
Victor Shyba
9fc7f9904b
fix tests, delete old code
2020-03-22 23:31:47 -03:00
Victor Shyba
b04a516063
better locking, stop corrupting headers, fix some tests
2020-03-22 23:31:47 -03:00
Victor Shyba
241e946d91
first experimental version
2020-03-22 23:31:45 -03:00
Victor Shyba
e45375dc26
more async parts
2020-03-22 23:30:11 -03:00
Victor Shyba
ec8e243323
estimate timestamps instead of using block headers
2020-03-22 23:30:11 -03:00
Victor Shyba
af0e9368d4
headers get now async
2020-03-22 23:30:11 -03:00
Lex Berezhny
285483b81a
Merge pull request #2872 from lbryio/claim_list_include_received_tips
...
added `--include_received_tips` to `claim_list` and `txo_list` commands
2020-03-22 18:00:35 -04:00
Lex Berezhny
73a91d5569
added --include_received_tips to claim_list/txo_list
2020-03-22 17:22:15 -04:00
Lex Berezhny
e24c78be32
Merge pull request #2871 from lbryio/wallet_txo_data_leak
...
fix to prevent transaction cache from leaking some information about outputs between unrelated wallets
2020-03-22 13:16:03 -04:00
Lex Berezhny
b11184de68
fix purchase_create
2020-03-22 12:23:21 -04:00
Lex Berezhny
61d02fc5d7
fix to prevent transaction cache from leaking some information about outputs between unrelated wallets
2020-03-22 11:45:40 -04:00
Lex Berezhny
f0217f6821
Merge pull request #2870 from lbryio/resolve_includes
...
added new flags to `resolve` (and a few to `claim_search`) commands: `--include_purchase_receipt`, `--include_is_my_output`, `--include_sent_supports`, `--include_sent_tips` and `--include_received_tips`
2020-03-22 02:08:28 -04:00
Lex Berezhny
09644914a6
added --include_is_my_output to claim_search
2020-03-22 01:51:09 -04:00
Lex Berezhny
b5c24d6a48
fixing unit tests
2020-03-22 01:29:26 -04:00
Lex Berezhny
bdd2ac2c25
renamed some flags
2020-03-22 01:13:26 -04:00
Lex Berezhny
76376f0d33
lint
2020-03-22 00:24:38 -04:00
Lex Berezhny
9749da46ae
added flags to resolve: --include_purchase_receipt, --include_is_my_output, --include_my_supports, --include_my_tips
2020-03-21 23:44:57 -04:00
Lex Berezhny
1c05295e89
updated doc
2020-03-21 20:15:21 -04:00
Lex Berezhny
4d0f28215a
added release-text-lines: to release script to support multi-line release notes
2020-03-21 20:09:39 -04:00
Lex Berezhny
0bba72bc5a
Merge pull request #2862 from lbryio/txo_list_support_sent_outputs
...
`txo_list` adds many new ownership filters such as `--is_my_input`, `--is_my_output`, etc and some metadata filters such as `--channel_id`, `--reposted_claim_id`, etc and a new command `txo_sum` which takes the same arguments as `txo_list` and produces sum of outputs
2020-03-21 19:48:34 -04:00
Lex Berezhny
87089b8e83
fix support test
2020-03-21 18:48:06 -04:00
Lex Berezhny
6a58148a89
added support for --order_by=none
2020-03-21 18:16:25 -04:00
Lex Berezhny
15091052be
added --no_totals to txo_list
2020-03-21 18:06:05 -04:00
Lex Berezhny
5cd7e9a9b8
increment scema version and force specific indexes to be used for get_txos()
2020-03-21 15:08:14 -04:00
Lex Berezhny
7cb530c334
added --channel_id and --order_by to txo_list
2020-03-20 23:19:26 -04:00
Lex Berezhny
5e0324cc91
added --reposted_claim_id to txo_list
2020-03-20 20:22:57 -04:00
Lex Berezhny
6293e227ea
added txo_sum command
2020-03-20 19:08:47 -04:00
Lex Berezhny
d6d83a5c76
integration test fix
2020-03-20 19:08:47 -04:00
Lex Berezhny
93fc883b90
fixing unit tests
2020-03-20 19:08:47 -04:00
Lex Berezhny
dd21803598
working --is_my_input_or_output --is_my_input --is_my_output etc
2020-03-20 19:08:47 -04:00
Lex Berezhny
af2f2282c2
txo_list returns txo funded by my account but sent to external address
2020-03-20 19:08:47 -04:00
Jack Robison
869a76c9bb
Merge pull request #2851 from lbryio/transaction-info
...
Add `blockchain.transaction.info` and `blockchain.transaction.get_batch` to the wallet server for more efficient transaction fetching
2020-03-20 10:25:45 -04:00
Jack Robison
44b2964a6a
add blockchain.transaction.get_batch
2020-03-19 19:20:30 -04:00
Jack Robison
8fddb57e0a
reduce block lru cache sizes
2020-03-19 19:20:30 -04:00
Jack Robison
c7a5a0cab0
add blockchain.transaction.info
2020-03-19 19:20:30 -04:00
Jack Robison
c13aab3ffc
Merge pull request #2823 from lbryio/multiple-db-readers
...
Use multiple processes for querying the db for api calls
2020-03-19 19:19:53 -04:00
Jack Robison
95a9a76598
windows
2020-03-19 19:19:02 -04:00
Jack Robison
923cfa3d50
another
2020-03-19 19:19:02 -04:00
Jack Robison
2c489168c2
feedback
2020-03-19 19:19:02 -04:00
Jack Robison
f3292b4d34
feedback
2020-03-19 19:19:02 -04:00
Jack Robison
9769829b72
fix android executor
2020-03-19 19:19:02 -04:00
Jack Robison
36243d15cc
fix peer_list
2020-03-19 19:19:02 -04:00
Jack Robison
f4645f570c
more read only calls
2020-03-19 19:19:02 -04:00
Jack Robison
61603ccfce
write lock
2020-03-19 19:19:02 -04:00
Jack Robison
a26cfc639c
WAL
2020-03-19 19:19:02 -04:00
Jack Robison
90602931d8
multiple readers for transaction_list
2020-03-19 19:19:02 -04:00
Jack Robison
d1b330028c
multiple db reader processeses
2020-03-19 19:19:02 -04:00
Jack Robison
7a6b1930bf
rename executor -> writer_executor
2020-03-19 19:19:02 -04:00
Lex Berezhny
c271361552
Merge pull request #2865 from lbryio/lbrycrd-1744
...
upgrade lbrycrd to v0.17.4.4
2020-03-19 17:54:26 -04:00
Lex Berezhny
17789bc814
Merge pull request #2866 from lbryio/dont_shlex_windows
...
fixed issue with shell parsing on Windows
2020-03-19 17:53:47 -04:00
Brannon King
d7c16e161a
fixed issue with shell parsing on Windows
2020-03-19 13:11:57 -06:00
Lex Berezhny
e71c17d7e7
upgrade lbrycrd to v0.17.4.4
2020-03-19 12:54:19 -04:00
Lex Berezhny
17d87eb157
Merge pull request #2861 from lbryio/ffmpeg_fixes
...
transcode in stream_update, re-enable transcode on Windows
2020-03-19 12:20:47 -04:00
Brannon King
bf11bcc084
fixed transcoding tests for non-async execute
...
status ordering broke path check
2020-03-18 12:43:27 -06:00
Brannon King
bd291109df
addressing code review comments
2020-03-18 12:00:52 -06:00
Brannon King
ac89ba9b8d
don't require ProactorEventLoop on Windows
...
fix linter errors
2020-03-18 12:00:52 -06:00
Brannon King
5ab634e375
support search path for ffmpeg
2020-03-18 12:00:52 -06:00
Brannon King
bb1978d976
ffmpeg now invoked via stream update
2020-03-18 12:00:52 -06:00
Lex Berezhny
bea94ce8ac
Merge pull request #2854 from lbryio/tracemalloc_api
...
Adds tracemalloc api for memory troubleshooting
2020-03-16 22:15:41 -04:00
Victor Shyba
9561f93594
disable tracemalloc after test finishes so it doesnt slow down everything else
2020-03-16 11:29:16 -03:00
Victor Shyba
d44d5c3304
enable/disable instead of set
2020-03-16 06:40:22 -03:00
Victor Shyba
ec541e2057
lint and improve tests
2020-03-11 19:56:37 -03:00
Victor Shyba
8169bf6b97
top objects api
2020-03-11 19:56:37 -03:00
Victor Shyba
56c8ad1221
start/stop tracemalloc over api
2020-03-11 19:56:37 -03:00
Lex Berezhny
6814f2e38c
Merge pull request #2857 from eggplantbren/master
...
Trending algorithm with time delay and variable decay rate
2020-03-11 18:34:52 -04:00
Brendon J. Brewer
5f043b9a78
variable decay
2020-03-12 10:33:15 +13:00
Lex Berezhny
c9092cd1c7
v0.64.0
2020-03-09 13:32:19 -04:00
Lex Berezhny
86cc65d894
Merge pull request #2848 from lbryio/claim_transaction_list_filtering
...
added new `txo_list` command with filtering for `--claim_id`, claim `--name` and `--is_received`/`--is_not_received`, also commands `claim_list`/`stream_list`/`channel_list`/`support_list` are based on `txo_list` and thus support most of the new filters
2020-03-08 23:33:38 -04:00
Lex Berezhny
8ef2647fa9
is_received
2020-03-08 23:11:03 -04:00
Lex Berezhny
3ff9e99416
added txo_list command
2020-03-08 16:22:49 -04:00
Lex Berezhny
1731046011
Merge pull request #2846 from lbryio/txo_is_spent
...
added `is_spent` attribute to transaction outputs
2020-03-06 21:10:30 -05:00
Lex Berezhny
c3d96184b6
fix test
2020-03-06 20:35:26 -05:00
Lex Berezhny
c255c606a7
added is_spent attribute to transaction outputs
2020-03-06 20:12:38 -05:00
Jack Robison
cc69faa1fd
v0.63.0
2020-03-06 15:58:34 -05:00
Jack Robison
0f53cd86c8
Merge branch 'debug_find_ffmpeg'
2020-03-06 15:54:24 -05:00
Brannon King
212c8f188d
only change LD vars if running from bundle
...
missed a word
moved is_running_from_bundle
2020-03-06 15:53:09 -05:00
Brannon King
dec248adec
repair env modified by pyinstaller
...
see https://pyinstaller.readthedocs.io/en/stable/runtime-information.html#ld-library-path-libpath-considerations
2020-03-06 15:53:09 -05:00
Brannon King
98e6a066f4
add unit test and debug output
2020-03-06 15:53:09 -05:00
Jack Robison
c90db54a3d
Revert "v0.63.0"
...
This reverts commit 927d1569
2020-03-06 15:51:42 -05:00
Jack Robison
927d156933
v0.63.0
2020-03-06 14:49:53 -05:00
Jack Robison
c71f91073f
Merge pull request #2845 from lbryio/temp-disable-windows-ffmpeg
...
fix DHT setup and disable ffmpeg on windows temporarily
2020-03-06 14:20:18 -05:00
Jack Robison
ab28387692
remove ProactorEventLoop and disable ffmpeg on windows temporarily
2020-03-06 13:45:34 -05:00
Lex Berezhny
c4905d02b9
Merge pull request #2793 from lbryio/dont_validate_non_video
...
don't validate and repair files that aren't videos; add maximum video bit rate setting
2020-03-04 09:16:37 -05:00
Brannon King
ee39880fb5
fix items from review
2020-03-03 21:38:30 -07:00
Brannon King
926b3e56b9
take a hint, lint
2020-03-03 21:38:30 -07:00
Brannon King
e060df5367
hide ValueError
2020-03-03 21:38:30 -07:00
Brannon King
a3294d4a0d
make bit_rate check support maximum
2020-03-03 21:38:30 -07:00
Brannon King
19ce0ab246
ogg -> ogv, ignore files that aren't video
2020-03-03 21:38:30 -07:00
Lex Berezhny
75a1cc0d33
Merge pull request #2840 from lbryio/status_returns_server_features
...
`status` command returns features available of currently connected wallet server, including trending algorithm
2020-03-03 20:47:04 -05:00
Lex Berezhny
05228529b0
fix tests
2020-03-03 20:26:07 -05:00
Lex Berezhny
3cbeadfbc3
lbrynet status command returns features available of currenty connected wallet server, including thetrending algorithm used
2020-03-03 20:04:57 -05:00
Lex Berezhny
3d4938c0e2
Merge pull request #2839 from lbryio/file_analysis_join_path
...
use `os.path.join()` instead of string addition when searching for file analysis binaries
2020-03-03 10:48:06 -05:00
Lex Berezhny
1b850b8a2b
dont prepend path when doing which ffmpeg
2020-03-02 21:11:11 -05:00
Lex Berezhny
ebd33f1869
use os.path.join instead of string addition when searching for file analysis binaries
2020-03-02 20:34:54 -05:00
Jack Robison
ac846b4df3
v0.62.0
2020-03-01 20:29:32 -05:00
Jack Robison
0d427c9b90
Merge pull request #2836 from lbryio/wallet-server-lru-caches
...
Add LRU caches for blocks and block hashes in the wallet server
2020-03-01 15:19:28 -05:00
Jack Robison
dc6194f862
perf counter
2020-03-01 15:17:21 -05:00
Jack Robison
de50214e1f
block lru cache
2020-03-01 15:17:21 -05:00
Jack Robison
5ec4a88c35
block hash lru cache
2020-03-01 15:17:05 -05:00
Jack Robison
31c141e757
Merge pull request #2835 from lbryio/wallet-server-threadpools
...
Improve wallet server performance with separate thread pools for leveldb, the block processor, and mempool
2020-03-01 15:15:20 -05:00
Jack Robison
9d5760d899
fix test
2020-03-01 14:41:14 -05:00
Jack Robison
7945e1ea3c
mempool threadpool
2020-03-01 12:40:13 -05:00
Jack Robison
d94c40e371
leveldb threadpool
2020-03-01 12:40:13 -05:00
Jack Robison
31f22122e8
block processor threadpool
2020-03-01 12:40:13 -05:00
Lex Berezhny
506582aa2b
Merge pull request #2834 from lbryio/list_resolve_includes_local_data
...
when using `--resolve` with local claim `*_list` commands, update resolved result with local metadata (such as `is_mine`)
2020-02-29 15:48:49 -05:00
Lex Berezhny
a02b251c9b
when using --resolve with local claim list commands, update resolved result with local metadata (such as is_mine and is_mine)
2020-02-29 09:42:11 -05:00
Lex Berezhny
34cbb6fa79
Merge pull request #2831 from lbryio/claim_type_index_improvement
...
update `claim_type_*` db indexes to be more performant
2020-02-27 14:27:24 -05:00
Lex Berezhny
33679b56fd
update claim_type_* indexes to be more peformant
2020-02-27 12:07:38 -05:00
Lex Berezhny
8897c4d560
Merge pull request #2816 from osilkin98/removes-anonymous
...
removes ability to comment anonymously
2020-02-27 10:37:47 -05:00
Oleg Silkin
f0c18ccbe7
Removes testing for anonymous comments, fixes up existing asserts
2020-02-26 19:59:38 -05:00
Oleg Silkin
e560d83c51
drops support for commenting without a channel
2020-02-26 19:58:03 -05:00
Lex Berezhny
eca7addc67
v0.61.0
2020-02-24 10:01:03 -05:00
Lex Berezhny
263f3ba5c9
Merge pull request #2828 from lbryio/update_lbrycrd
...
update lbrycrd in tests to v0.17.4.3
2020-02-22 14:47:48 -05:00
Lex Berezhny
f514123ef0
update lbrycrd
2020-02-22 13:42:28 -05:00
Lex Berezhny
9f461db0d0
Merge pull request #2827 from lbryio/repost_inherit_tags
...
reposts inherit the tags of the original claim, filtered/blocked claims cause their reposts to also be filtered/blocked
2020-02-22 13:04:31 -05:00
Lex Berezhny
7de8670616
blocked original repost causes all reposts to also be blocked
2020-02-22 12:49:20 -05:00
Lex Berezhny
8c7908b200
reposts inherit the tags of the original claim
2020-02-22 12:23:11 -05:00
Lex Berezhny
e7722e039f
Merge pull request #2826 from lbryio/fix_not_channel_ids
...
`claim_search --not_channel_ids` excludes the channel itself and not just claims in the channel
2020-02-21 23:01:00 -05:00
Lex Berezhny
039bc0208a
fix tests
2020-02-21 22:22:28 -05:00
Lex Berezhny
d57900a069
claim_search --not_channel_ids excludes the channel itself and not just claims in the channel
2020-02-21 21:59:46 -05:00
Jack Robison
c1153302aa
v0.60.1
2020-02-21 16:13:30 -05:00
Victor Shyba
1086a3297f
check its broadcasted and use a retriable call
2020-02-21 17:51:46 -03:00
Jack Robison
5c613934ca
Revert "v0.60.1"
...
This reverts commit 7f03b13579
.
2020-02-21 15:05:33 -05:00
Jack Robison
6d7e9092f8
Merge pull request #2825 from lbryio/tx_from_stream_controller
...
use the stream controller tx instead of local history
2020-02-21 15:04:57 -05:00
Victor Shyba
8bb6f328dc
use the stream controller tx instead of local history
2020-02-21 16:41:23 -03:00
Jack Robison
7f03b13579
v0.60.1
2020-02-21 14:14:15 -05:00
Jack Robison
09008ea991
Merge pull request #2824 from lbryio/skip_wallet_server_payment
...
max wallet server payment fee defaults to 0 and component doesnt start when its not a positive value
2020-02-21 13:27:58 -05:00
Jack Robison
ee234212e6
Merge branch 'master' into skip_wallet_server_payment
2020-02-21 13:26:38 -05:00
Jack Robison
277b243f52
Merge pull request #2772 from lbryio/reflector-status
...
Add `is_fully_reflected` to `file_list` response
2020-02-21 13:21:36 -05:00
Jack Robison
0973ac753f
add is_fully_reflected to file_list response
2020-02-21 12:49:19 -05:00
Victor Shyba
f41cfbfb97
max wallet server payment fee defaults to 0 and component doesnt start in that case
2020-02-21 14:47:09 -03:00
Lex Berezhny
a70980c81a
reverting v0.60.1 release
2020-02-21 12:43:43 -05:00
Lex Berezhny
12a962f656
Merge pull request #2822 from lbryio/stream_controller_payment
...
use stream controller and documented errors for wallet server payments
2020-02-21 12:34:07 -05:00
Lex Berezhny
5936444f3e
more reliable wait for wallet server payment test
2020-02-21 12:18:44 -05:00
Lex Berezhny
c7d42f00c6
shorten error message for ServerPaymentFeeAboveMaxAllowed
2020-02-21 10:16:56 -05:00
Lex Berezhny
b1318a9958
minor cleanup
2020-02-21 10:05:46 -05:00
Victor Shyba
d2560d260c
use stream controller and documented errors
2020-02-21 00:04:37 -03:00
Jack Robison
f40a61cf9a
v0.60.1
2020-02-20 17:56:54 -05:00
Jack Robison
e0623578bf
Merge pull request #2821 from lbryio/ffmpeg-find
...
add `ffmpeg_find` api to check ffmpeg installation status, don't recheck for ffmpeg in `status`
2020-02-20 17:48:36 -05:00
Jack Robison
ead8daaa14
doc
2020-02-20 17:27:18 -05:00
Jack Robison
23b4b9e230
add ffmpeg_find
api, don't recheck for it in status
2020-02-20 16:43:41 -05:00
Jack Robison
947017e334
Merge pull request #2820 from lbryio/disconnect-on-oversized
...
disconnect from client sending message larger than MAX_RECEIVE
2020-02-20 16:24:26 -05:00
Jack Robison
7fd0d6507f
disconnect from client sending message larger than MAX_RECEIVE
2020-02-20 16:08:21 -05:00
Jack Robison
ad1e9ef086
Merge pull request #2819 from lbryio/max-receive
...
add MAX_RECEIVE setting to wallet server
2020-02-20 14:38:11 -05:00
Jack Robison
2f1d08e417
add MAX_RECEIVE wallet server setting
2020-02-20 14:11:16 -05:00
Lex Berezhny
55f4eb80ba
Merge pull request #2815 from lbryio/apply_share_usage_data_live
...
apply share_usage_data as its set, without restarting
2020-02-20 13:35:47 -05:00
Victor Shyba
7c160ff65e
remove unused parameters
2020-02-20 14:38:13 -03:00
Victor Shyba
fc5d5faaed
use conf directly isntead of lambda
2020-02-20 14:27:39 -03:00
Victor Shyba
5394f1763c
simplify external ip logic
2020-02-20 12:12:40 -03:00
Victor Shyba
050b67c9d6
apply share_usage_data as its set
2020-02-20 12:12:40 -03:00
Lex Berezhny
4b87cb45ee
Merge pull request #2707 from lbryio/pay_wallet_servers
...
wallet servers requiring a daily fee will automatically get paid by client
2020-02-18 17:40:23 -05:00
Victor Shyba
f0e1db319c
make wallet server payments a component
2020-02-18 19:18:30 -03:00
Victor Shyba
3950715237
add max_wallet_server_fee conf to limit daily wallet server payments
2020-02-18 18:10:58 -03:00
Victor Shyba
ae9ba14b59
use both donation and payment addresses separately
2020-02-18 18:10:58 -03:00
Victor Shyba
ad6c6fbe35
fixes from review and add analytics
2020-02-18 18:10:58 -03:00
Victor Shyba
ffa5c20c88
fix hanging test
2020-02-18 18:10:58 -03:00
Victor Shyba
5a6218eeca
improve tests, fix types
2020-02-18 18:10:58 -03:00
Victor Shyba
200531dd96
wait for tx instead
2020-02-18 18:10:58 -03:00
Victor Shyba
15a2f048ac
pay wallet server test and initial prototype
2020-02-18 18:10:58 -03:00
Victor Shyba
d317a4042c
change daily_fee to be lbc instead of dewies
2020-02-18 18:10:58 -03:00
Victor Shyba
c2d717aba5
old code from #2683
2020-02-18 18:10:58 -03:00
Lex Berezhny
ef74777df1
v0.60.0
2020-02-17 17:52:11 -05:00
Lex Berezhny
f6dbf99fb5
Merge pull request #2811 from lbryio/index_fixes
...
wallet server indexes
2020-02-17 17:43:55 -05:00
Lex Berezhny
0b2d9e15b4
added order bys for fee_amount
2020-02-17 17:24:48 -05:00
Lex Berezhny
d14e5e75e8
all three order bys for duration filter
2020-02-17 17:24:48 -05:00
Lex Berezhny
df11ef34d2
index cleanup
2020-02-17 17:24:48 -05:00
Lex Berezhny
4fc619262c
replacing indexes on trending_global, trending_mixed to be trending_group, trending_mixed
2020-02-17 17:24:48 -05:00
Lex Berezhny
2750eee86d
Merge pull request #2810 from lbryio/no_default_order_by
...
removed default `order_by` for `claim_search`
2020-02-17 17:04:41 -05:00
Lex Berezhny
71cb03345b
removed default order_by for claim_search
2020-02-17 16:26:29 -05:00
Lex Berezhny
22c8ca6c40
Merge pull request #2806 from lbryio/privacyDefault
...
change default privacy setting
2020-02-17 16:21:34 -05:00
Victor Shyba
237a8965eb
fix tests
2020-02-17 18:00:23 -03:00
jessop
7d872c7863
change default privacy setting
2020-02-13 18:56:11 -05:00
Jack Robison
0d08858dfb
v0.59.2
2020-02-13 17:22:21 -05:00
Jack Robison
5c6d63c93d
Merge pull request #2803 from lbryio/fix-2802
...
fix claim apis failing with --resolve if no claims are present
2020-02-13 15:15:56 -05:00
Jack Robison
c8c10d2bb0
fix claim apis failing with --resolve if no claims are present
...
fixes https://github.com/lbryio/lbry-sdk/issues/2802
2020-02-13 14:58:51 -05:00
Jack Robison
f4d3e9ea6a
add development wallet server deploy script
2020-02-13 13:54:46 -05:00
Jack Robison
3713d3488d
Merge pull request #2800 from lbryio/fix-2746
...
Fix race condition setting/clearing the claim_search and resolve cache
2020-02-13 11:39:27 -05:00
Jack Robison
9b46d03c91
fix race between setting items in and clearing the resolve/claim_search cache
2020-02-13 11:17:21 -05:00
Jack Robison
fe4e738580
Merge pull request #2798 from lbryio/repost-index
...
Add sqlite index for reposted claims
2020-02-13 10:33:36 -05:00
Jack Robison
205b0c4263
call get_platform only once
2020-02-13 10:04:50 -05:00
Jack Robison
78eef25f1a
add reposted_claim_hash index
...
fixes https://github.com/lbryio/lbry-sdk/issues/2782
2020-02-12 17:39:57 -05:00
Lex Berezhny
c9305fd070
Merge pull request #2796 from lbryio/xenial_build
...
linux build of LBRY SDK for Ubuntu 16.04 Xenial
2020-02-12 14:28:41 -05:00
Lex Berezhny
20774280b9
Merge pull request #2790 from lbryio/sql_in_for_single_value
...
SQL generation fix to handle IN operation for one value lists
2020-02-12 14:27:36 -05:00
Lex Berezhny
74bd2557af
linux build of LBRY SDK for Ubuntu 16.05 Xenial
2020-02-12 14:20:06 -05:00
Lex Berezhny
605fc8ecd8
claim_search by --claim_type=repost support
2020-02-12 11:51:35 -05:00
Lex Berezhny
6b745c53dc
make sure SQL IN works with python set
2020-02-12 11:41:32 -05:00
Lex Berezhny
98c60b38fc
disable too-many-nested-blocks lint rule
2020-02-12 10:47:40 -05:00
Lex Berezhny
be4515ec9a
use sets for __in constraint values
2020-02-12 10:39:25 -05:00
Lex Berezhny
dcb1b64696
SQL generation fix to handle IN operation for one value lists
2020-02-12 10:31:27 -05:00
Jack Robison
1190a60c7a
v0.59.1
2020-02-11 16:56:37 -05:00
Jack Robison
82ecf207c6
Merge pull request #2789 from lbryio/update-default-servers
...
update default wallet servers
2020-02-11 16:36:31 -05:00
Jack Robison
84c7f1bf58
update test
2020-02-11 16:13:55 -05:00
Jack Robison
5ac453fe07
update default wallet servers
2020-02-11 13:51:15 -05:00
Lex Berezhny
c2f39d653d
v0.59.0
2020-02-10 12:08:24 -05:00
Lex Berezhny
748178f536
Merge pull request #2780 from lbryio/release_current
...
manually incremented version and added support to release script to r…
2020-02-09 20:41:00 -05:00
Lex Berezhny
ffbef69dc7
manually incremented version and added support to release script to release current version
2020-02-09 20:26:15 -05:00
Lex Berezhny
3757124323
Merge pull request #2771 from lbryio/update_url_regex
...
update url regex to include missing cases
2020-02-09 18:17:35 -05:00
Victor Shyba
e65f214b3c
fix test using space in name
2020-02-09 17:55:29 -05:00
Victor Shyba
f14004e56b
update url regex to cases tom reported
2020-02-09 17:55:29 -05:00
Lex Berezhny
dadc004dd6
Merge pull request #2765 from eggplantbren/master
...
fixed some issues with AR trending
2020-02-09 17:53:27 -05:00
Brendon J. Brewer
3697d9e1f0
Tweaked some parameters, back to 134
2020-02-09 17:38:34 -05:00
Brendon J. Brewer
94524f7330
lint
2020-02-09 17:38:34 -05:00
Brendon J. Brewer
17d8a3e5d6
Use claim_hash not claim_id
2020-02-09 17:38:24 -05:00
Brendon J. Brewer
39996d7612
Only create file during install if logging is turned on
2020-02-09 17:37:55 -05:00
Lex Berezhny
601ee4320f
Merge pull request #2768 from mkroman/master
...
update cffi to v1.13.2
2020-02-09 17:35:06 -05:00
Mikkel Kroman
6e4f6fa92d
Update cffi to v1.13.2
...
This fixes compilation issues for CPython 3.8+
2020-02-09 17:19:53 -05:00
Lex Berezhny
b7103c29dd
Merge pull request #2773 from lbryio/fix_video_analysis_error
...
fix video analysis error
2020-02-09 17:19:23 -05:00
Brannon King
e53209e5ae
handle early lbrycrd exit in tests
2020-02-09 17:02:16 -05:00
Brannon King
501fbd3114
handle strange file metadata
2020-02-09 17:02:16 -05:00
Lex Berezhny
5626f43e2b
Merge pull request #2779 from lbryio/github_actions
...
build community PRs using GitHub Actions
2020-02-09 16:49:40 -05:00
Lex Berezhny
0185cb48fb
run lint and tests in parallel
2020-02-09 16:34:04 -05:00
Lex Berezhny
9a49eb06da
fix import path in test_transcoding.py
2020-02-09 16:15:20 -05:00
Lex Berezhny
3fbc012231
moved blockchain/test_transcoding.py -> other/test_transcoding.py
2020-02-09 16:15:20 -05:00
Lex Berezhny
3938cf33d8
take github actions for a spin
2020-02-09 16:15:04 -05:00
Lex Berezhny
38b3d0c87c
Merge pull request #2777 from lbryio/claim_list_multi_type
...
`claim_list` argument `--claim_type` can now be repeated to pass a list of claim_types
2020-02-08 23:34:34 -05:00
Lex Berezhny
15a2fa6199
claim_list --claim_type argument can be repeated
2020-02-08 23:34:04 -05:00
Lex Berezhny
e834209d40
Merge pull request #2776 from lbryio/resolve_includes_censoring_channels_url
...
`resolve` results which are censored now include full details of channel which did the censoring
2020-02-08 23:32:44 -05:00
Lex Berezhny
9607d21828
censored searches/resolves include metadata of channel which did the censoring
2020-02-07 18:50:29 -05:00
Lex Berezhny
6fbbf36143
pylint
2020-02-07 18:44:30 -05:00
Lex Berezhny
db25f3282e
lbry.error: save arguments on self and support for functions around arguments
2020-02-07 18:25:06 -05:00
Jack Robison
ceb92838e7
v0.58.2
2020-02-06 11:37:09 -05:00
Jack Robison
afb98f2cfc
Merge pull request #2770 from lbryio/disable-save-content-claim
...
Add `save_resolved_claims` config setting for better performance when not using file_x commands
2020-02-06 11:32:49 -05:00
Jack Robison
ed785fb087
add save_resolved_claims
config setting to disable saving claims upon resolving them
2020-02-06 11:27:26 -05:00
Jack Robison
3921180d77
v0.58.1
2020-02-04 15:12:55 -05:00
Jack Robison
ef36e0311e
Merge pull request #2764 from lbryio/version-analytics
...
Add version tracking to prometheus metrics
2020-02-04 12:44:30 -05:00
Jack Robison
bf4cbe1204
add version to session count metric
2020-02-04 12:18:32 -05:00
Jack Robison
28eee4da25
add version metrics to prometheus
2020-02-04 10:52:08 -05:00
Jack Robison
933ccf6deb
add block updates to prometheus
2020-02-04 10:26:22 -05:00
Jack Robison
9ac41322e5
add cpu count to prometheus
2020-02-04 10:25:40 -05:00
Jack Robison
c3233e03ef
Merge pull request #2762 from lbryio/fix-2368
...
cancel reflector uploads upon file delete
2020-02-03 23:51:12 -05:00
Jack Robison
111871bb28
update test
2020-02-03 23:00:45 -05:00
Jack Robison
bf5b5f43e3
non blocking analytics
2020-02-03 23:00:45 -05:00
Jack Robison
2ed8ebff09
handle ConnectionError and ValueError in blob sendfile
2020-02-03 23:00:45 -05:00
Jack Robison
34eb856d09
cancel reflector uploads upon file delete
...
-remove unnecessary db call in stream_update
2020-02-03 23:00:45 -05:00
Lex Berezhny
2d644bdfb0
v0.58.0
2020-02-03 22:33:03 -05:00
Lex Berezhny
741e5cf103
regenerated api docs
2020-02-03 22:30:39 -05:00
Lex Berezhny
d745c04fe6
Merge pull request #2726 from lbryio/add_video_transcoding
...
added video file validation and optimization when publishing streams (using `--validate_file` and `--optimize_file` arguments)
2020-02-03 22:29:15 -05:00
Lex Berezhny
3a3c63956a
removed unnecessary try/finally
2020-02-03 22:06:15 -05:00
Lex Berezhny
153bdf576a
removed wheel from setup.py
2020-02-03 22:05:47 -05:00
Lex Berezhny
6525ee6510
moved __init__ to top of class
2020-02-03 22:05:23 -05:00
Brannon King
1780ddd329
added ffmpeg status, addressed items from code review
...
linter
2020-02-03 21:53:42 -05:00
Brannon King
85ad972ca8
return string instead of path object for compatibility with hachoir
2020-02-03 21:53:42 -05:00
Brannon King
a90b60799a
Fixed check_video.py on Windows
...
using a cross-platform workaround
fixed proactor use in the SDK
fixed linter
2020-02-03 21:53:42 -05:00
Brannon King
47e8f74da9
changed to list append, relative claim test
2020-02-03 21:53:42 -05:00
Brannon King
fac28072ab
added unit tests, other minor fixes
...
added universe
try again
try 4
2020-02-03 21:53:42 -05:00
Brannon King
ab77541f36
in progress on video transcoding
...
works
Fixing lint tests
remove eval
2020-02-03 21:53:42 -05:00
Lex Berezhny
9eb769f340
Merge pull request #2760 from lbryio/channel_hash_wallet_server_idx
...
added database index for several `channel_hash` based queries
2020-02-03 20:56:48 -05:00
Lex Berezhny
1e81d6f848
added database index for various channel_hash based queries
2020-02-03 20:28:39 -05:00
Jack Robison
dc393f4b77
Merge pull request #2761 from lbryio/catch-notification-timeout
...
catch TimeoutError when attempting to send notifications
2020-02-03 19:03:07 -05:00
Jack Robison
dd1de530c3
catch TimeoutError when attempting to send notifications
2020-02-03 18:46:17 -05:00
Lex Berezhny
74cd887249
v0.57.0
2020-02-03 13:41:33 -05:00
Lex Berezhny
b40bb35652
change MINIMUM_REQUIRED on client for servers it connects to
2020-02-03 13:41:05 -05:00
Lex Berezhny
dfe257af86
Revert "test to make sure next release tests pass"
...
This reverts commit ebb2a09107
.
2020-02-03 13:39:36 -05:00
Lex Berezhny
ebb2a09107
test to make sure next release tests pass
2020-02-03 13:22:33 -05:00
Lex Berezhny
c157909b4e
Merge pull request #2758 from ykris45/patch-6
...
update copyright year in license
2020-02-02 20:19:33 -05:00
YULIUS KURNIAWAN KRISTIANTO
a744239b22
update year
2020-02-03 04:04:51 +07:00
Lex Berezhny
9b4417be87
Merge pull request #2757 from lbryio/resolve_for_local_list
...
added `--resolve` to local `claim_list`/`stream_list`/`channel_list` commands which returns more metadata for local claims
2020-02-01 18:15:35 -05:00
Lex Berezhny
84f807e278
regenerate docs
2020-02-01 17:59:57 -05:00
Lex Berezhny
448635a945
added --resolve to local *_list commands
2020-02-01 17:59:10 -05:00
Lex Berezhny
638e3e6b3d
Merge pull request #2756 from lbryio/blocked_resolve
...
resolve errors make distinction between truely not found claims and claims which were censored by wallet server
2020-02-01 14:00:37 -05:00
Lex Berezhny
bfe711bd42
fixing tests
2020-02-01 13:29:55 -05:00
Lex Berezhny
d5eed91e7f
fix sql unit tests
2020-02-01 13:03:39 -05:00
Lex Berezhny
15abf49211
censored resolve responses return appropriate error
2020-02-01 12:53:39 -05:00
Lex Berezhny
b7eec0586c
added ResolveCensoredError
2020-02-01 12:49:01 -05:00
Lex Berezhny
e639124a69
Merge pull request #2755 from eggplantbren/master
...
fixed initialization problem with ar trending algorithm
2020-01-30 13:44:25 -05:00
Brendon J. Brewer
22bca7a16e
Length zero could also just mean there aren't any claims
2020-01-31 07:34:43 +13:00
Lex Berezhny
6f66b354e5
Merge pull request #2754 from lbryio/feat-claim_search_duration
...
add duration to claim search params
2020-01-29 16:43:34 -05:00
jessop
f98e3320ae
make review changes
2020-01-29 16:25:04 -05:00
jessop
73c958222b
add duration to claim search params
2020-01-29 15:46:47 -05:00
Lex Berezhny
e43230e46a
v0.56.0
2020-01-28 19:58:28 -05:00
Lex Berezhny
dd07bc29eb
Merge pull request #2747 from eggplantbren/master
...
new trending algorithm contributed by Brendon Brewer, to enable on wallet server set `TRENDING_ALGORITHMS` environment variable on wallet server to `ar`
2020-01-28 19:36:52 -05:00
Lex Berezhny
790bbfcc99
integrate ar trending algorithm into configurable trending system
2020-01-28 18:11:32 -05:00
Brendon J. Brewer
994e70d43a
ar trending algorithm
2020-01-28 18:11:32 -05:00
Jack Robison
7d5e19716a
Merge pull request #2749 from lbryio/prometheus-interrupts
...
add metrics to wallet server prometheus
2020-01-28 16:31:10 -05:00
Jack Robison
11530c675d
initialize_request_handlers, remove local rpc handlers
2020-01-28 15:54:22 -05:00
Jack Robison
1c474352fe
add wallet server prometheus metrics
...
-sessions gauge
-requests counter
-response times histogram
-notification counter
-request errors counter
-interrupt counter
-operational error counter
-internal error counter
-reader executor times histogram
-pending queries gauge
-lbrycrd request counter
-client versions counter
2020-01-28 15:54:22 -05:00
Jack Robison
3b2d635390
Revert "Revert "configurable trending algorithms""
...
This reverts commit 55e08f96a6
.
2020-01-28 15:53:57 -05:00
Jack Robison
055c532d31
Merge pull request #2752 from lbryio/revert-2750-configurable_trending
...
Revert "configurable trending algorithms"
2020-01-28 15:04:29 -05:00
Jack Robison
55e08f96a6
Revert "configurable trending algorithms"
2020-01-28 15:03:09 -05:00
Lex Berezhny
3e0a9180bc
Merge pull request #2750 from lbryio/configurable_trending
...
configurable trending algorithms
2020-01-28 12:30:26 -05:00
Lex Berezhny
01ed71b243
configurable trending
2020-01-28 11:58:27 -05:00
Lex Berezhny
595c058517
moved trending.py to trending/zscore.py
2020-01-28 11:58:27 -05:00
Alex Grintsvayg
e04b0a6995
add docker tag to prometheus version info
2020-01-27 14:16:18 -05:00
Jack Robison
8961848ab1
Merge pull request #2748 from lbryio/cached-wallet-id
...
faster wallet.id attribute, improves speed of selecting wallets during api calls
2020-01-27 13:58:23 -05:00
Jack Robison
6fb1c72b7d
cached wallet id
2020-01-27 13:57:21 -05:00
Alex Grintsvayg
400d79d6ab
prom port off by default
2020-01-27 13:55:44 -05:00
Lex Berezhny
ce6018f387
v0.55.0
2020-01-27 12:20:41 -05:00
Alex Grintsvayg
65d9dca917
Merge branch 'docker'
...
* docker:
fix gitlab ci
add min_version and method name to metrics
include docker tag in build info
build_type.py -> build_info.py
add docker build info to wallet server image
2020-01-23 13:13:33 -05:00
Alex Grintsvayg
2232b08351
fix gitlab ci
2020-01-23 13:13:20 -05:00
Alex Grintsvayg
0732ab6ad5
add min_version and method name to metrics
2020-01-23 13:13:20 -05:00
Alex Grintsvayg
fb568768c5
include docker tag in build info
2020-01-23 13:13:19 -05:00
Alex Grintsvayg
7fd56e0add
build_type.py -> build_info.py
2020-01-23 13:13:19 -05:00
Alex Grintsvayg
38a3f8cf4c
add docker build info to wallet server image
2020-01-23 13:13:19 -05:00
Lex Berezhny
8d8a5b36b6
Merge pull request #2737 from lbryio/fix_repost_resolve_bug
...
fix bug where repost claims were not being fully resolved
2020-01-22 23:32:55 -05:00
Lex Berezhny
a70cc7beb1
fix bug where repost claims were not being fully resolved
2020-01-22 22:59:05 -05:00
Alex Grintsvayg
c5421699b1
add prometheus port to docker-compose.yml
2020-01-22 20:08:29 -05:00
Alex Grintsvayg
d9f809864f
include version and build info in prometheus output
2020-01-22 19:13:58 -05:00
Lex Berezhny
bb23f509d7
rename BLOCKING_CHANNELS_IDS/FILTERING_CHANNELS_IDS to remove double S
2020-01-22 11:02:01 -05:00
Alex Grin
254e184677
Merge pull request #2734 from lbryio/prom2
...
Add prometheus metrics collection to client and server (take two)
2020-01-22 10:28:54 -05:00
Alex Grintsvayg
6c07141abd
Add prometheus metrics collection to client and server
2020-01-22 10:28:17 -05:00
Lex Berezhny
5822fc1d5b
v0.54.1
2020-01-22 08:40:35 -05:00
Lex Berezhny
2cd7ea257c
Added support to differentiate between filtering and blocking for content censoring
2020-01-22 08:39:14 -05:00
Alex Grin
0a21b72f9c
v0.54.0
2020-01-21 16:17:12 -05:00
Alex Grintsvayg
80280f6f4a
Revert "v0.54.0"
...
This reverts commit bd3b4906d1
.
2020-01-21 15:34:35 -05:00
Alex Grintsvayg
810a8e76d1
Pin pip to 19.3.1 on Windows
...
pip 20 made the following change:
> Remove interpreter-specific major version tag e.g. cp3-none-any from consideration.
> https://github.com/pypa/pip/pull/7355
The coincurve pip package only has a major version tag for its windows
wheel. pip20 will not allow us to install that wheel, and compiling
coincurve from source causes errors. So we cannot use pip 20 or above
until coincurve fixes its compatibility tags, we can compile coincurve
from source, we stop using coincurve, or we figure out another way to
install it.
Note that on osx and linux, coincurve has the correct tags.
2020-01-21 15:24:29 -05:00
Lex Berezhny
bd3b4906d1
v0.54.0
2020-01-21 11:30:14 -05:00
Lex Berezhny
d9c740f014
update tests to use 0.54.0 minimum version
2020-01-21 11:28:56 -05:00
Alex Grintsvayg
ec63a18960
Revert "v0.54.0"
...
This reverts commit fab0618b6b
.
2020-01-21 11:23:51 -05:00
Alex Grin
fab0618b6b
v0.54.0
2020-01-21 11:00:38 -05:00
Alex Grintsvayg
13e57e7aa8
Revert "v0.54.0"
...
This reverts commit 836b66e110
.
2020-01-21 10:43:21 -05:00
Alex Grintsvayg
1299c9162c
Revert "Add prometheus metrics collection to client and server"
...
This reverts commit 59a5bacb2e
.
2020-01-21 10:30:49 -05:00
Alex Grintsvayg
a64f33dbcc
ignore coverage files
2020-01-21 10:30:48 -05:00
Alex Grin
836b66e110
v0.54.0
2020-01-20 14:26:36 -05:00
Alex Grintsvayg
802119d789
Revert "v0.54.0"
...
This reverts commit aec4d1dc60
.
2020-01-20 14:24:30 -05:00
Alex Grintsvayg
f94135cadd
make pycharm happy about long lines
2020-01-20 14:18:00 -05:00
Alex Grintsvayg
474c0f980e
skip randomly-failing dht test
2020-01-20 14:16:52 -05:00
Alex Grintsvayg
2cf0f791f2
remove unused import
2020-01-20 13:44:49 -05:00
Alex Grin
aec4d1dc60
v0.54.0
2020-01-20 13:13:30 -05:00
Alex Grintsvayg
8d28bb5a66
bump min protocol version
2020-01-20 12:53:10 -05:00
Alex Grintsvayg
1d5e553f9c
Merge branch 'blocked_search_metadata'
...
* blocked_search_metadata:
add index for claim_type and release_time
fix test
fix json api generator
add pagination for claim_search
regenerate protobufs
using multiprocessing.Manager to keep blocked content synced between readers
2020-01-20 12:51:02 -05:00
Lex Berezhny
9d79c52d20
add index for claim_type and release_time
2020-01-20 12:50:20 -05:00
Lex Berezhny
1ac03e2f1d
fix test
2020-01-20 12:50:16 -05:00
Lex Berezhny
801f05f45e
fix json api generator
2020-01-20 12:50:16 -05:00
Lex Berezhny
345196aa3b
add pagination for claim_search
2020-01-20 12:49:42 -05:00
Lex Berezhny
a01b52421e
regenerate protobufs
2020-01-20 12:49:41 -05:00
Lex Berezhny
86cedfe8b2
using multiprocessing.Manager to keep blocked content synced between readers
2020-01-20 12:49:41 -05:00
Alex Grintsvayg
709128225b
Merge branch 'prometheus'
...
* prometheus:
Add prometheus metrics collection to client and server
2020-01-20 12:45:11 -05:00
Alex Grintsvayg
59a5bacb2e
Add prometheus metrics collection to client and server
2020-01-20 12:43:49 -05:00
Jack Robison
3a21df31ee
v0.53.3
2020-01-16 16:43:26 -05:00
Jack Robison
0e3407ec2f
Merge pull request #2730 from lbryio/bump-aioupnp2
...
update aioupnp requirement to 0.0.17
2020-01-16 16:00:42 -05:00
Jack Robison
fd6609e961
bump aioupnp requirement to 0.0.17
2020-01-16 15:40:29 -05:00
Jack Robison
b0b5e045ff
non blocking aioupnp success analytics
2020-01-16 15:40:24 -05:00
Jack Robison
f293d7cccc
pin windows pyinstaller
2020-01-16 15:02:15 -05:00
Jack Robison
974ed29c36
Merge pull request #2729 from lbryio/fix-headers-subscription-to-old
...
disconnect from server that returns rpc error for server.version
2020-01-15 17:59:17 -05:00
Jack Robison
53eb033034
disconnect from server that returns rpc error for server.version
...
-the server returns this error if it thinks we are incompatible with it
2020-01-15 17:06:13 -05:00
Jack Robison
f2545b98ab
Merge pull request #2728 from lbryio/check-server-version-from-client
...
check minimum server version from wallet client
2020-01-15 16:53:10 -05:00
Jack Robison
1bf51e855d
check minimum server version from wallet client
2020-01-15 15:55:39 -05:00
Jack Robison
e4da2a695b
v0.53.2
2020-01-14 16:47:56 -05:00
Lex Berezhny
1a905d9a42
make --start-tag work again in release/script.py
2020-01-13 21:40:07 -05:00
Victor Shyba
7d9d0c15d3
fix test_direct_sync flakiness
2020-01-13 21:17:10 -05:00
Victor Shyba
d34f5c2712
fix None in history, check records after wait
2020-01-13 21:17:10 -05:00
Victor Shyba
a56dd66c98
separate cases and make it deterministic
2020-01-13 21:17:10 -05:00
Victor Shyba
3946bc6662
fix and document new edge case on tests
2020-01-13 21:17:10 -05:00
Victor Shyba
6647dd8f08
fix decrypting invalid bytes with valid padding
2020-01-13 21:17:10 -05:00
Jack Robison
9371122bed
Merge pull request #2725 from lbryio/stream-manager-startup
...
faster stream manager startup
2020-01-13 18:09:49 -05:00
Jack Robison
734cd8ee08
logging
2020-01-13 17:51:05 -05:00
Jack Robison
d85d9d05bb
fast get_all_lbry_files
2020-01-13 17:51:05 -05:00
Jack Robison
1d7b87b3a9
fix inefficient loop in update_manually_removed_files_since_last_run
2020-01-13 17:51:02 -05:00
Lex Berezhny
f0cfde36f2
v0.53.1
2020-01-13 14:12:30 -05:00
Lex Berezhny
7e220d2741
downgrade setuptools
2020-01-13 14:03:45 -05:00
Lex Berezhny
c4b1351a43
stop building on travis
2020-01-13 14:03:45 -05:00
Lex Berezhny
90d2597bc3
pin to pyinstaller==3.5
2020-01-13 14:03:45 -05:00
Lex Berezhny
c1508c94c2
v0.53.0
2020-01-13 12:23:41 -05:00
Jack Robison
1a0d805bad
Merge pull request #2720 from lbryio/loggly-database-error
...
fix database error caused by logging tracebacks from within the sqlite transaction runner
2020-01-12 16:23:26 -05:00
Jack Robison
1a802469f5
missing fetchall()
2020-01-12 16:16:48 -05:00
Jack Robison
646ae7e2d1
catch RuntimeError in loggly handler to handle cases where there is not an event loop
2020-01-12 16:16:48 -05:00
Jack Robison
563d76ff9f
Merge pull request #2719 from lbryio/refactor_header_progress
...
refactor header progress calculation, making it simpler to understand and not prone to division by zero
2020-01-12 16:16:23 -05:00
Victor Shyba
54d0473e85
refactor header progress
2020-01-12 00:56:43 -03:00
Jack Robison
ec8a61c3af
Merge pull request #2718 from lbryio/add-connected-to-wallet-status
...
add `connected` server to wallet status
2020-01-11 01:11:34 -05:00
Jack Robison
0315eaff8a
add connected
server to wallet status
2020-01-11 00:33:52 -05:00
Jack Robison
b34f44c867
logging
2020-01-11 00:17:32 -05:00
Jack Robison
ea7056835f
Merge pull request #2716 from lbryio/batched-address-subscriptions
...
speed up wallet sync and startup by batching address history subscriptions
2020-01-10 21:32:12 -05:00
Jack Robison
0bb4cdadd9
use network.subscribe_address
2020-01-10 13:57:52 -05:00
Jack Robison
08f6520557
bare excepts
2020-01-10 12:27:56 -05:00
Jack Robison
38b108752e
batched blockchain.address.subscribe
2020-01-09 23:40:04 -05:00
Jack Robison
0ee7870bdf
defaultdict
2020-01-09 23:06:29 -05:00
Jack Robison
37d46ecdb2
fix looping over same things in _transaction_io
2020-01-09 23:06:29 -05:00
Oleg Silkin
2a7911c7d6
rename jsonrpc_comment_edit
-> jsonrpc_comment_update
2020-01-09 19:28:45 -05:00
Oleg Silkin
fc2d9b4fd2
restart travis build
2020-01-09 19:28:45 -05:00
Oleg Silkin
832020fa81
Makes claim_id
and parent_id
mutually exclusive for comment create
2020-01-09 19:28:45 -05:00
Oleg Silkin
78606ed4b8
Generates docs for comments
2020-01-09 19:28:45 -05:00
Oleg Silkin
a04ba606e6
Adds test for comment_edit
2020-01-09 19:28:45 -05:00
Oleg Silkin
ebf2e7ee70
Better validation logic;
2020-01-09 19:28:45 -05:00
Oleg Silkin
b31881f424
Removes possibility of no channel being passed in & propogates errors
2020-01-09 19:28:45 -05:00
Oleg Silkin
c0a6f6fd08
Adds validator methods
2020-01-09 19:28:45 -05:00
Oleg Silkin
7e1b1ca730
Adds comment_edit
command
2020-01-09 19:28:45 -05:00
Jack Robison
163d176f0a
Merge pull request #2710 from lbryio/fix-version-and-stop
...
Fix `version` and `stop` rpcs
2020-01-08 17:42:10 -05:00
Jack Robison
0f7eab5100
pylint
2020-01-08 12:44:22 -05:00
Jack Robison
cbf78d474a
fix version and stop rpcs
2020-01-08 12:44:22 -05:00
Victor Shyba
3615e0de34
cleanup leftover comment from review
2020-01-07 19:57:34 -05:00
Victor Shyba
e73c081d36
remove bandwidth_limit env option
2020-01-07 19:57:34 -05:00
Victor Shyba
663bf6e3af
remove bandwidth_limit from docker file
2020-01-07 19:57:34 -05:00
Victor Shyba
60194cbafd
remove bw_limit on server
2020-01-07 19:57:34 -05:00
Lex Berezhny
7d2eb5faf7
v0.52.0
2020-01-06 12:21:49 -05:00
Lex Berezhny
5969f3d213
revert version
2020-01-06 12:20:05 -05:00
Lex Berezhny
6ddde88389
update release script with new directory structure
2020-01-06 12:18:26 -05:00
Lex Berezhny
e9992ed6b4
fix test
2020-01-06 12:17:09 -05:00
Lex Berezhny
4db823a3be
set version to 0.52.0
2020-01-06 12:17:09 -05:00
Lex Berezhny
78732513c8
set wallet server min/max 0.52.0-0.99.0
2020-01-06 12:17:09 -05:00
Jack Robison
79557bb878
Merge pull request #2704 from lbryio/disable-cryptonator
...
disable cryptonator feed
2020-01-03 16:18:05 -05:00
Jack Robison
4094b02ae9
update test
2020-01-03 16:00:00 -05:00
Jack Robison
9cc7c118a8
disable cryptonator feed
2020-01-03 15:28:29 -05:00
Lex Berezhny
d3dad51c76
fix import error in cli.py
2020-01-03 03:08:15 -05:00
Lex Berezhny
5bf35de955
fix blockchain integration tests
2020-01-03 03:08:15 -05:00
Lex Berezhny
f8928c654b
do not reset callable_methods on Daemon class
2020-01-03 03:08:15 -05:00
Lex Berezhny
b3903f4ffd
fix import in unit test
2020-01-03 03:08:15 -05:00
Lex Berezhny
46c3f76edc
run all integration tests on travis until we drop it
2020-01-03 03:08:15 -05:00
Victor Shyba
3488408b7a
add jobs=8 back to pylint
2020-01-03 03:08:15 -05:00
Victor Shyba
b7b164b84c
fix comment alignment
2020-01-03 03:08:15 -05:00
Victor Shyba
7c353b7d76
too many \
2020-01-03 03:08:15 -05:00
Lex Berezhny
3d9841b61a
fix unit wallet tests
2020-01-03 03:08:15 -05:00
Lex Berezhny
87e2d2c7b0
re-enable pylint on CI
2020-01-03 03:08:15 -05:00
Lex Berezhny
ff59619af4
more pylint
2020-01-03 03:08:15 -05:00
Lex Berezhny
b79f2b86b5
renamed Daemon.py to daemon.py per pylint
2020-01-03 03:08:15 -05:00
Lex Berezhny
386fd7a459
updated imports after renaming component files
2020-01-03 03:08:15 -05:00
Lex Berezhny
d4f41901ef
lower cased component file names per pylint
2020-01-03 03:08:15 -05:00
Lex Berezhny
f170da3e78
pylint fixes in lbry/extras/daemon
2020-01-03 03:08:15 -05:00
Lex Berezhny
5dc15be98a
pylint lbry/extras/daemon/exchange_rate_manager.py
2020-01-03 03:08:15 -05:00
Lex Berezhny
88c7cfc745
pylint in progress in lbry/extras/daemon
2020-01-03 03:08:15 -05:00
Victor Shyba
867478697d
lint blob/*
2020-01-03 03:08:15 -05:00
Lex Berezhny
d27e8cf73a
pylint fix in lbry/error/generate.py
2020-01-03 03:08:15 -05:00
Victor Shyba
4490caa4f7
lint storage
2020-01-03 03:08:15 -05:00
Lex Berezhny
1b25f2c531
pylint fix in lbry/utils.py
2020-01-03 03:08:15 -05:00
Lex Berezhny
9d911d1fa0
convince pylint about descriptor return type in lbry/conf.py
2020-01-03 03:08:15 -05:00
Victor Shyba
494feb9f6d
lint: lbry/stream/*
2020-01-03 03:08:15 -05:00
Lex Berezhny
2a04943a67
add l variable for lists to allowed good-names in pylint
2020-01-03 03:08:15 -05:00
Lex Berezhny
731b29ce91
progress on pylint in lbry/conf.py
2020-01-03 03:08:15 -05:00
Victor Shyba
28fbb70858
blob_exchange lint
2020-01-03 03:08:15 -05:00
Victor Shyba
44f402c64e
delete cryptoutils
2020-01-03 03:08:15 -05:00
Victor Shyba
c7f391ca44
lint: finish dht parts
2020-01-03 03:08:15 -05:00
Lex Berezhny
5ed9c5e168
ignore pylint for winpaths.py
2020-01-03 03:08:15 -05:00
Lex Berezhny
51b1a86d19
pylint for lbry/connection_manager.py
2020-01-03 03:08:15 -05:00
Victor Shyba
20c46677d0
lint dht: datastore protocol
2020-01-03 03:08:15 -05:00
Lex Berezhny
efb5f232f7
fixed pylint for lbry/utils.py
2020-01-03 03:08:15 -05:00
Lex Berezhny
9edf9561b2
pylint
2020-01-03 03:08:15 -05:00
Lex Berezhny
5d4eb018ee
pylint for lbry/testcase.py
2020-01-03 03:08:15 -05:00
Victor Shyba
10fbce056b
dht constants -> CONSTANTS (linting)
2020-01-03 03:08:15 -05:00
Lex Berezhny
cbc6d6a572
pylint passes for lbry/wallet
2020-01-03 03:08:15 -05:00
Lex Berezhny
fb1af9e3d2
update imports and more merging
2020-01-03 03:08:15 -05:00
Lex Berezhny
c9e410a6f4
merged torba base classes with lbry sub-classes
2020-01-03 03:08:15 -05:00
Lex Berezhny
c8d72b59c0
fix readme urls
2020-01-01 16:02:16 -05:00
Lex Berezhny
cd71d4a2f7
remove double install of coverage package
2020-01-01 16:02:11 -05:00
Lex Berezhny
ed0cc59e66
fix cyclic import error
2020-01-01 15:57:56 -05:00
Lex Berezhny
d4f1b48f52
renamed integration tests to be clearer in gitlab UI
2020-01-01 15:57:56 -05:00
Lex Berezhny
08bec02170
added __init__
2020-01-01 15:57:56 -05:00
Lex Berezhny
c9f27b83e1
split integration tests into three jobs
2020-01-01 15:57:56 -05:00
Lex Berezhny
8327585b3b
fix set_build.py and other things
2020-01-01 15:57:56 -05:00
Lex Berezhny
727815d6dd
updating scripts after moving lbry up one level
2020-01-01 15:57:56 -05:00
Lex Berezhny
2968f74c6c
moved lbry up one level
2020-01-01 15:57:56 -05:00
Lex Berezhny
431499f43f
do not install torba
2020-01-01 15:57:56 -05:00
Lex Berezhny
d809283d23
fix integrartion test
2020-01-01 15:57:56 -05:00
Lex Berezhny
b49275fe6b
added support for --no-logging argument to avoid leaking loggers in tests
2020-01-01 15:57:56 -05:00
Lex Berezhny
87c7ce588e
disabled cryptonator.com in tests, removed references to torba
2020-01-01 15:57:56 -05:00
Lex Berezhny
26d0a7c742
fix generate_json_api
2020-01-01 15:57:56 -05:00
Lex Berezhny
b01887c7ec
fix two unit tests
2020-01-01 15:57:56 -05:00
Lex Berezhny
745031c020
orchstr8 works again, for now...
2020-01-01 15:57:56 -05:00
Lex Berezhny
3ccfc09e01
conslidated testcase
2020-01-01 15:57:56 -05:00
Lex Berezhny
e8750275c9
skip code quality checks, will fix later
2020-01-01 15:57:56 -05:00
Lex Berezhny
f0d7ea4cc6
updated files and scripts post torba merge
2020-01-01 15:57:56 -05:00
Lex Berezhny
ea5322af82
removing bitcoin support
2020-01-01 15:57:56 -05:00
Lex Berezhny
0b23f68fb2
merged torba into lbry
2020-01-01 15:57:56 -05:00
Lex Berezhny
1c00129f76
v0.51.2
2019-12-30 16:34:52 -05:00
Lex Berezhny
454700af05
support json in setting_set
2019-12-30 16:31:14 -05:00
Jack Robison
d9b482d90a
Merge pull request #2699 from lbryio/faster-account-startup
...
don't log account details on startup if there are more than 10
2019-12-30 16:26:36 -05:00
Jack Robison
09c2c97069
only log account details on startup if there are not very many
2019-12-30 16:22:41 -05:00
Lex Berezhny
88faf0ce78
v0.51.1
2019-12-30 15:11:29 -05:00
Jack Robison
aef83eec31
Merge pull request #2695 from lbryio/fix-12-to-13-migrator
...
Fix 12 to 13 migrator
2019-12-28 15:57:41 -05:00
Jack Robison
5bd222c266
less verbose log
2019-12-28 13:17:19 -05:00
Jack Robison
d3e7f789b2
uncaught exception
2019-12-28 13:17:19 -05:00
Jack Robison
87c6e292f1
fix wallet server SessionManager._get_info
2019-12-28 13:17:19 -05:00
Jack Robison
b597ad0b3f
fix unique constraint failure in migrate12to13
2019-12-28 13:17:19 -05:00
Alex Grintsvayg
40dd99dea3
changelog note
2019-12-28 12:39:46 -05:00
Lex Berezhny
6ea2686219
v0.51.0
2019-12-23 12:39:48 -05:00
Alex Grintsvayg
6bca90c4f7
allow wallet snapshots using different compression algos
2019-12-21 19:18:20 -05:00
Alex Grintsvayg
20fa7bd852
better server range for boris
2019-12-21 13:48:07 -05:00
Alex Grintsvayg
6b80119eff
drop travis badge
2019-12-21 13:29:09 -05:00
Alex Grintsvayg
1fc5469eb1
add gitlab badge
2019-12-21 13:26:38 -05:00
Alex Grintsvayg
bf2769a0c2
disable travis docker builds. docker builds trigger from docker hub
2019-12-21 13:06:03 -05:00
Victor Shyba
325b601bea
enable WAL
2019-12-21 07:49:21 -05:00
Lex Berezhny
126642912e
lint
2019-12-20 16:52:56 -05:00
Lex Berezhny
57ee16d565
change returned error data structure to be JSONRPC standard compliant
2019-12-20 16:52:56 -05:00
Alex Grintsvayg
9f0fba063d
ensure asset exists before upload
2019-12-20 13:01:51 -05:00
Victor Shyba
757fb51415
make block_expected public
2019-12-20 12:30:16 -05:00
Victor Shyba
b1c5655138
__height -> _block_expected
2019-12-20 12:30:16 -05:00
Alex Grintsvayg
4d97dcaa93
remove extraneous apostrophe
2019-12-20 10:26:41 -05:00
Jack Robison
96db1b4685
v0.50.1
2019-12-19 22:09:19 -05:00
Jack Robison
9e21c52d04
Merge pull request #2685 from lbryio/fast_broadcast_notify
...
Update balance after a broadcast transaction is accepted to mempool without a delay, fix bug in `status` header progress
2019-12-19 22:07:16 -05:00
Victor Shyba
5fa801f9f2
broadcast_or_release uses None as timeout as opposed to tests
2019-12-19 23:42:31 -03:00
Victor Shyba
0301768b79
lint on tests
2019-12-19 22:58:36 -03:00
Victor Shyba
4c6dedfa4f
fix last test
2019-12-19 22:34:10 -03:00
Victor Shyba
6652d55455
wip
2019-12-19 21:46:14 -03:00
Victor Shyba
3e03dd3e80
apply timeout and check for expected height on wait
2019-12-19 20:20:42 -03:00
Victor Shyba
84b8a22423
comment the broadcast interruption case
2019-12-19 16:20:12 -03:00
Victor Shyba
ada03e12fc
proper check for restrictions on gettx
2019-12-19 15:13:13 -03:00
Victor Shyba
d66c801350
wake up mempool on broadcast
2019-12-19 15:13:13 -03:00
Victor Shyba
91846939f6
organize logic for when its downloading
2019-12-18 19:09:33 -03:00
Jack Robison
c85127d76b
fix division by zero error
2019-12-18 10:44:16 -05:00
Lex Berezhny
166bf65e88
torba test_database fix
2019-12-17 23:48:07 -05:00
Lex Berezhny
f68bdc406f
fix bug when two updates for the same claim happened in the same block
2019-12-17 23:48:07 -05:00
Lex Berezhny
8390482d6c
aws does not use memoryview
2019-12-17 23:48:07 -05:00
Alex Grintsvayg
783f454f8e
dont include dist dir in windows zip
2019-12-16 20:32:42 -05:00
Alex Grintsvayg
86a67bd245
autopublish release and notify in slack
2019-12-16 16:40:56 -05:00
Alex Grintsvayg
099b0b65c0
run torba unit tests the way lex runs them
2019-12-16 12:59:15 -05:00
Lex Berezhny
505652efa0
v0.50.0
2019-12-16 11:33:13 -05:00
Victor Shyba
a20088330f
use buffer write return as written
2019-12-16 11:31:28 -05:00
Jack Robison
a20e2504bb
disable timing bug in test_ping_queue_discover
2019-12-16 10:10:58 -05:00
Lex Berezhny
b07bc150e1
do not registery fake component in real component registry
2019-12-15 02:39:17 -05:00
Lex Berezhny
46c6588aa1
fixup fake exchange rate manager for integration tests
2019-12-15 02:39:17 -05:00
Lex Berezhny
e36c672c9a
pylint
2019-12-15 02:39:17 -05:00
Lex Berezhny
c044e1ea8c
further refactor and simplification
2019-12-15 02:39:17 -05:00
Lex Berezhny
25b6c1b6ca
renamed test_ExchangeRateManager to test_exchange_rate_manager
2019-12-15 02:39:17 -05:00
Lex Berezhny
c25d72d911
minor error class and type checking fixes
2019-12-15 02:39:17 -05:00
Miroslav Kovar
73613d1583
Refactor exchange rate manager
2019-12-15 02:39:17 -05:00
Lex Berezhny
1e6542d12d
add --blocklist_channel_ids to claim_search command
2019-12-14 19:19:33 -05:00
Lex Berezhny
3cffaa43f7
remove invalid claim_id from default channel filter list
2019-12-14 19:19:33 -05:00
Lex Berezhny
08792e794f
a support create and abandon in same block no longer inserts support
2019-12-14 18:19:06 -05:00
Lex Berezhny
7fa26d59da
fixes for various edge cases where claim creation, updating and abandoning is occuring in the same block
2019-12-14 18:19:06 -05:00
Lex Berezhny
74469829e5
pylint
2019-12-14 15:47:28 -05:00
Lex Berezhny
ba414742a6
improved the data structure returned from RPC for errors by adding a error name and other metadata
2019-12-14 15:47:28 -05:00
Lex Berezhny
f6fcfb6dde
simplified and only log potentially transactional functions
2019-12-13 18:44:32 -05:00
Oleg Silkin
c5b90c0144
Removes unused debug flag
2019-12-13 18:44:32 -05:00
Oleg Silkin
f669881849
Adds function, param logging to all lbrynet handling
2019-12-13 18:44:32 -05:00
Alex Grintsvayg
d0b70ea6df
upload assets from gitlab CI to github on a tagged release
...
also disables travis asset uploading
2019-12-13 13:35:40 -05:00
Lex Berezhny
51af43d492
move none_check after fee update since that can be None
2019-12-13 13:23:23 -05:00
Lex Berezhny
8a49ad4586
catch invalid None value for all cases when creating/updating claims
2019-12-13 13:23:23 -05:00
gpjacobs
2ae068c2d2
Improving error handling for null values
2019-12-13 13:23:23 -05:00
Alex Grintsvayg
5e07e8dbbd
copy some of lex's changes to boris
2019-12-13 10:12:47 -05:00
Lex Berezhny
8d2c68505e
remove VERBOSITY from test
2019-12-12 13:25:27 -05:00
Lex Berezhny
44f1e7c401
test all possible P2SH and BECH32 payment combinations on wallet server and at least P2SH and BECH32 to P2PKH receipt on client address
2019-12-12 13:25:27 -05:00
Lex Berezhny
fd2945469e
pylint
2019-12-12 13:25:27 -05:00
Lex Berezhny
b0f0827cff
client side segwit support
2019-12-12 13:25:27 -05:00
Lex Berezhny
c1e2c415c4
TaskGroup cannot work without even loop
2019-12-11 22:48:39 -05:00
Victor Shyba
a258b96602
simplify test
2019-12-11 22:48:39 -05:00
Victor Shyba
82ef76b1cb
set regardless, there is no need for the check
2019-12-11 22:48:39 -05:00
Victor Shyba
aaa9982932
missing test file
2019-12-11 22:48:39 -05:00
Victor Shyba
1cdb4bc9e7
task group: set done if empty
2019-12-11 22:48:39 -05:00
Alex Grintsvayg
fddb0c9e66
notify us when boris is killed with signals
2019-12-11 14:02:39 -05:00
Lex Berezhny
5c78d2b6d2
install wget in Dockerfile
2019-12-11 13:08:02 -05:00
Victor Shyba
a4113cbb52
add apsw to pylint conf
2019-12-11 12:38:00 -05:00
Victor Shyba
afa3bda3c8
update tests
2019-12-11 12:06:41 -05:00
Victor Shyba
61d7edd15f
change api name to wallet reconnect
2019-12-11 12:06:41 -05:00
Victor Shyba
c2106de7e1
refactor + tests
2019-12-11 12:06:41 -05:00
Victor Shyba
0bf1be6198
add wallet restart API
2019-12-11 12:06:41 -05:00
Lex Berezhny
af7c20e440
downgrade multidict to prevent segfault
2019-12-11 09:44:37 -05:00
Lex Berezhny
17771a2b89
added --initial-headers argument to lbrynet start command
2019-12-11 09:44:37 -05:00
Lex Berezhny
8840097fe2
test that creator can spend purchases received
2019-12-09 22:32:14 -05:00
Lex Berezhny
7d333efd45
utxo list
includes purchases of your claims
2019-12-09 22:32:14 -05:00
Lex Berezhny
ec65815c57
add parsing for segwit outpoint
2019-12-09 20:59:31 -05:00
Lex Berezhny
640b0c71e6
v0.49.0
2019-12-09 13:05:08 -05:00
Victor Shyba
4208876ef3
add header sync to update tasks so it can be cancelled
2019-12-09 13:04:23 -05:00
Victor Shyba
bff9117360
progress from 0
2019-12-09 13:04:23 -05:00
Victor Shyba
6b3c4c70d2
dont timeout if data being transferred
2019-12-09 13:04:23 -05:00
Lex Berezhny
0292fd8d91
fix lint error
2019-12-08 22:40:06 -05:00
Lex Berezhny
94a41270d0
add InvalidPasswordError handling to more places
2019-12-08 22:40:06 -05:00
Lex Berezhny
75d78bfa53
added InvalidPasswordError code when password is invalid
2019-12-08 22:40:06 -05:00
Victor Shyba
88263db831
moar variables limit
2019-12-08 17:00:41 -05:00
Lex Berezhny
3ef96404ee
use make install in Dockerfile
2019-12-08 17:00:41 -05:00
Lex Berezhny
13f9370f8c
fix wallet server db writer test
2019-12-08 17:00:41 -05:00
Lex Berezhny
1c349270bf
switch to apsw
2019-12-08 17:00:41 -05:00
Lex Berezhny
c28f0f6286
added apsw installation to tox
2019-12-08 17:00:41 -05:00
Lex Berezhny
b20939d211
added apsw installation
2019-12-08 17:00:41 -05:00
Lex Berezhny
b76c45fc2b
drop jonathonf/backports sqlite3 PPA from .travis.yml since the package was removed
2019-12-08 17:00:41 -05:00
Lex Berezhny
1bbfccd082
refactored error codes generate script and error hierarchy
2019-12-06 10:45:23 -05:00
Lex Berezhny
cee7e06832
add configurable log level to exceptions, join message and description columns in error markdown table
2019-12-06 10:45:23 -05:00
Jack Robison
03dff4b382
fix build
2019-12-05 20:56:57 -05:00
Jack Robison
f546b20a01
v0.48.2
2019-12-04 13:10:40 -05:00
Jack Robison
0e8d9a264f
Merge pull request #2601 from mirgee/fix-2490
...
Persist and restore routing table
2019-12-03 15:44:01 -05:00
Jack Robison
66a4c98bee
update test
2019-12-03 13:11:34 -05:00
Miroslav Kovar
36101db500
Wait for routing table to clear with timeout
2019-12-03 13:06:50 -05:00
Miroslav Kovar
6bff298d1e
Add migrator for the new peer
table
2019-12-03 13:06:50 -05:00
Jack Robison
c832f8ffbb
fix mock_network_loop param
2019-12-03 13:06:50 -05:00
Jack Robison
d7fe46dbde
fix drop/reconnect in test_losing_connection
2019-12-03 13:06:50 -05:00
Miroslav Kovar
5951186463
Minor changes
...
Fix typos
2019-12-03 13:06:50 -05:00
Miroslav Kovar
7191042bb8
Add new test, remove old test, change error type
2019-12-03 13:06:50 -05:00
Miroslav Kovar
a80fbcc252
Catch resolve timeouts
2019-12-03 13:06:50 -05:00
Miroslav Kovar
c321758afd
Rename, fix tests / deduplicate set_joined, resolve conditionally
2019-12-03 13:06:50 -05:00
Miroslav Kovar
ca8f59a643
Persist and restore routing table
2019-12-03 13:06:50 -05:00
Jack Robison
8110882617
Merge pull request #2650 from lbryio/fix-blob-request-loop
...
Fix blob request loop
2019-12-03 12:58:27 -05:00
Jack Robison
a283b66541
add timeout to file_save attempt starting
...
-remove test_unban_recovers_stream
2019-12-03 11:56:59 -05:00
Jack Robison
569de37e16
fix sendfile exceptions
2019-12-03 11:56:55 -05:00
Jack Robison
669f3394c7
fix requesting same blob over and over if only peer(s) say they don't have it
2019-12-03 11:56:52 -05:00
Alex Grin
87ec2c7378
v0.48.1
2019-12-02 12:39:41 -05:00
Jack Robison
ea7a31cad1
Merge pull request #2649 from lbryio/invalid-ips
...
Fix handling reserved ips
2019-12-01 18:06:32 -05:00
Jack Robison
c894ade25e
fix integration tests
2019-12-01 17:28:51 -05:00
Jack Robison
a3fe127a92
fix and test reserved ips
2019-12-01 17:04:03 -05:00
Jack Robison
7f526be879
Merge pull request #2648 from lbryio/fix-blob-udp-ping
...
Fix UDP ping port in blob peer accumulator
2019-12-01 17:00:12 -05:00
Jack Robison
71ae174e29
fix predicting udp port in _accumulate_peers_for_value
...
-add comments
-rename functions to be more descriptive of what they do
2019-12-01 16:21:15 -05:00
Jack Robison
2277d134cc
Merge pull request #2647 from lbryio/drain-iterative-findvalue
...
Request all pages of peers for a blob
2019-12-01 15:52:28 -05:00
Jack Robison
880aa265f1
drain all pages of peers returned by find_value in IterativeValueFinder
2019-12-01 14:53:39 -05:00
Alex Grintsvayg
ea639e64a4
add docker-compose file for wallet server
2019-11-27 10:18:39 -05:00
Lex Berezhny
b60fdee5e2
upgrade SDK to use lbrycrd v0.17.3.2
2019-11-26 21:31:31 -05:00
Alex Grintsvayg
44f07fb81d
move build-related files into top-level dir
2019-11-26 18:28:58 -05:00
Alex Grintsvayg
60a85fadd3
no more codecov
2019-11-26 18:28:58 -05:00
Alex Grintsvayg
68367125e1
gitlab builds on windows
...
what's left:
- github build progress notifications (need to upgrade to Gitlab Silver for this)
- github releases
- uploading coverage results to codecov.io
- what directories to cache between builds
2019-11-26 18:28:58 -05:00
Alex Grintsvayg
6112f60681
gitlab ci setup
...
what works:
- tests
- linux and mac builds
- uploading builds to s3
what's left to do:
- uploading coverage results to codecov.io
- windows build
- github releases
- what directories to cache between builds
2019-11-26 18:28:58 -05:00
Alex Grintsvayg
ecc74e2ae5
if user has no Downloads dir on windows, use cwd
2019-11-26 18:28:58 -05:00
jessop
c2dae43965
response
2019-11-26 14:45:41 -05:00
jessop
6e3a25d255
status: wallet returns all servers rather than just available
2019-11-26 14:45:41 -05:00
jessop
4e13cf1d85
adds wallet server counts on startup
2019-11-26 14:45:41 -05:00
Lex Berezhny
0fee1897eb
v0.48.0
2019-11-25 20:39:36 -05:00
Victor Shyba
9dd51467fe
move lbry specific version to its place
2019-11-25 20:21:13 -05:00
Victor Shyba
cec6dca72f
bump protocol version
2019-11-25 20:21:13 -05:00
Victor Shyba
58df2b9bcf
ignore cancelled error
2019-11-25 16:07:03 -05:00
Victor Shyba
cc6bdd6295
sync fts only once
2019-11-25 16:07:03 -05:00
Victor Shyba
7a044f9f78
opening dbs can raise too
2019-11-25 16:07:03 -05:00
Victor Shyba
e77acde005
wip
2019-11-25 16:07:03 -05:00
Victor Shyba
ece5082096
enable callback tracebacks
2019-11-25 16:07:03 -05:00
Alex Grintsvayg
0723026a56
drop codecov
2019-11-25 12:52:30 -05:00
Lex Berezhny
0b7346f4a1
droped OldWalletServerTransaction class in wallet server unit tests
2019-11-25 10:22:34 -05:00
Lex Berezhny
a357db1ff6
use correct segwit deserializer
2019-11-25 10:22:34 -05:00
Jack Robison
a2287f8d0a
Merge pull request #2637 from lbryio/fix-unhandled-download-errors
...
don't log tracebacks for expected download errors
2019-11-25 10:11:37 -05:00
Jack Robison
076decd6e9
don't log tracebacks for expected download errors
2019-11-25 09:47:42 -05:00
jessop
d40461de94
review changes
2019-11-22 22:28:55 -05:00
jessop
4b1492be0d
return value and more tests
2019-11-22 22:28:55 -05:00
jessop
1676246743
cleanup
2019-11-22 22:28:55 -05:00
jessop
f7c9f6d142
adds settings_clear method and integration test
2019-11-22 22:28:55 -05:00
Alex Grintsvayg
6022339091
Revert "dont show loop blocking warnings when running tests in CI"
...
This reverts commit 25d97afa60
.
2019-11-22 20:27:10 -05:00
Alex Grintsvayg
25d97afa60
dont show loop blocking warnings when running tests in CI
2019-11-22 11:55:04 -05:00
Alex Grintsvayg
df635b963c
enable passing args to tests
2019-11-21 15:31:49 -05:00
Lex Berezhny
6d0a054170
regenerate latest docs with claim_id argument to stream_repost
2019-11-20 10:56:42 -05:00
Lex Berezhny
177d3af77f
regenerate latest docs
2019-11-20 10:39:17 -05:00
Lex Berezhny
35f71c619b
fix unit tests
2019-11-19 22:26:30 -05:00
Lex Berezhny
31a80ccce4
minor fixups
2019-11-19 22:26:30 -05:00
Lex Berezhny
3194cec8df
added missing files
2019-11-19 22:26:30 -05:00
Lex Berezhny
57fd3c5801
updated code base to use generated errors
2019-11-19 22:26:30 -05:00
Lex Berezhny
86617f1bda
added names to errors and script to generate error classes from README
2019-11-19 22:26:30 -05:00
Lex Berezhny
35f36c598c
moved error.py to be a module
2019-11-19 22:26:30 -05:00
Lex Berezhny
36bd7816fe
add handling for invalid claims in calculate_reposts
2019-11-18 17:07:46 -05:00
Lex Berezhny
fd632392d4
full reposted_claim data returned for claim_search and resolve
2019-11-18 17:07:46 -05:00
Victor Shyba
423b48866f
apply refactor suggested on review by removing .out calls
2019-11-18 17:07:46 -05:00
Victor Shyba
745bc24343
add a test for normal repost mixed with blocking repost, use inner queries
2019-11-18 17:07:46 -05:00
Victor Shyba
04a823c7d0
FILTERING_CHANNELS_IDS on claim search
2019-11-18 17:07:46 -05:00
Victor Shyba
56af4c2fcb
minor fixes from rebase
2019-11-18 17:07:46 -05:00
Victor Shyba
77daf6812a
add config option for filtering channels
2019-11-18 17:07:46 -05:00
Victor Shyba
c7e964ec42
add reposted_claim_hash column, writer and reader w/ tests
2019-11-18 17:07:46 -05:00
Victor Shyba
694e2c2a4f
improve test cases for reposts, add a new one for reverse search
2019-11-18 17:07:46 -05:00
Victor Shyba
df6537fae8
add API for reposting
2019-11-18 17:07:46 -05:00
Lex Berezhny
71f6542571
v0.47.0
2019-11-18 10:57:58 -05:00
Victor Shyba
5a6294c08e
test errors arent trapped
2019-11-18 10:57:24 -05:00
Victor Shyba
f0390786d6
avoid trapping errors on client
2019-11-18 10:57:24 -05:00
Jack Robison
719d18c670
Merge pull request #2620 from lbryio/torrent-db-support
...
Add torrent support to SQLiteStorage
2019-11-15 18:34:00 -05:00
Jack Robison
a116dcd3bb
add SQLiteStorage.delete_torrent
2019-11-15 16:53:19 -05:00
Jack Robison
e2dd3dcf88
get_claims_from_torrent_info_hashes
2019-11-15 16:53:19 -05:00
Jack Robison
822f0c3cb2
add migrate12to13 script
2019-11-15 16:53:14 -05:00
Jack Robison
63fb39016b
add torrent db tables
...
-decouple file table from stream table
2019-11-15 15:25:33 -05:00
Jack Robison
e79f8d58ca
expose bt_infohash in Claim
2019-11-15 15:25:33 -05:00
Lex Berezhny
a469dfb583
stop signing support tx too many times
2019-11-15 14:16:54 -05:00
Victor Shyba
6cbc545f84
fix .connect injected method
2019-11-15 13:59:28 -05:00
Victor Shyba
ea1e24d8f9
refactor from review
2019-11-15 13:59:28 -05:00
Victor Shyba
6fcb4d93c9
header component now shows header synchronization progress
2019-11-15 13:59:28 -05:00
Victor Shyba
36031c9d0f
fix test, off by 1
2019-11-15 13:59:28 -05:00
Victor Shyba
a70f5e2440
update block status during download
2019-11-15 13:59:28 -05:00
Victor Shyba
6c42aab567
stop spurious warning from wrong check
2019-11-15 13:59:28 -05:00
Victor Shyba
27631a1746
test initial header sync separately
2019-11-15 13:59:28 -05:00
Victor Shyba
320f5cebc7
cleanup
2019-11-15 13:59:28 -05:00
Victor Shyba
ea2a583803
wip
2019-11-15 13:59:28 -05:00
Victor Shyba
9965801258
base64 headers
2019-11-15 13:59:28 -05:00
Victor Shyba
24ed0521c7
checkpoints
2019-11-15 13:59:28 -05:00
Victor Shyba
d8fed79810
remove headers component
2019-11-15 13:59:28 -05:00
Victor Shyba
c30db15efa
faster header download
2019-11-15 13:59:28 -05:00
Jack Robison
817869b915
Merge pull request #2623 from lbryio/aioupnp-0.0.16
...
bump aioupnp to 0.0.16, fixes UPnP support for TP-Link routers
2019-11-15 11:50:59 -05:00
Jack Robison
3038dd9440
bump aioupnp -> 0.0.16
2019-11-15 11:24:49 -05:00
Lex Berezhny
276b2c737a
pylint
2019-11-14 18:53:20 -05:00
Lex Berezhny
62543b94c9
minor cleanup of collections implementation
2019-11-14 18:53:20 -05:00
jessop
4d607ed276
review response
2019-11-14 18:53:20 -05:00
jessop
26e2865e35
cleanup
2019-11-14 18:53:20 -05:00
jessop
f7c94c9eb5
collection resolve endpoint
2019-11-14 18:53:20 -05:00
jessop
25a91f89fd
tests
2019-11-14 18:53:20 -05:00
jessop
246f055145
enables collections
2019-11-14 18:53:20 -05:00
Lex Berezhny
8c3bf0d4cb
try ubuntu bionic on travis
2019-11-14 17:19:10 -05:00
Lex Berezhny
e49f24e95f
added more tests to make sure stream update and abandon update the full text search indexes
2019-11-14 17:19:10 -05:00
Lex Berezhny
48a18ff771
full text search in wallet server
2019-11-14 17:19:10 -05:00
Alex Grintsvayg
37161057c6
plz explain errors
2019-11-14 09:52:30 -05:00
Alex Grintsvayg
68d1157495
catch the right error, boris
2019-11-13 17:58:47 -05:00
Alex Grintsvayg
19c3b2f4b6
add a latest-release tag to wallet server docker builds
2019-11-13 12:08:04 -05:00
Lex Berezhny
7051c332a1
v0.46.1
2019-11-12 11:26:24 -05:00
Lex Berezhny
0f2a0b7c97
added witness transaction parsing to torba parser
2019-11-12 11:24:42 -05:00
Lex Berezhny
bb6ef42d0c
added support for lbrycrd v0.17.3.1
2019-11-12 11:24:42 -05:00
Jack Robison
3c591d4968
update time_to_first_bytes.py
2019-11-11 20:43:52 -05:00
Lex Berezhny
cf356a8e35
v0.46.0
2019-11-11 10:49:44 -05:00
Victor Shyba
3a0ce58cda
send back correct server version
2019-11-11 10:14:00 -05:00
Lex Berezhny
2d7038dc18
fixed wallet balance for multiple accounts
2019-11-05 10:14:03 -05:00
Lex Berezhny
25a0e67841
added caching for account/wallet balance and removed --reserved_subtotals argument instead always returning the subtotals
2019-11-05 10:14:03 -05:00
Alex Grintsvayg
be64209292
less verbose snapshot download
2019-11-04 16:51:57 -05:00
Lex Berezhny
0006cb1c27
v0.45.0
2019-11-04 10:30:57 -05:00
Lex Berezhny
836d38ed2a
added claim_trending_group_mixed_idx index to wallet server db
2019-11-04 10:28:22 -05:00
Thomas Zarebczan
ec71017785
update trending period
...
This gets us back to ~7 days, which was originally requested as part of this change.
2019-11-04 10:28:22 -05:00
Jack Robison
faf9449107
Merge pull request #2596 from lbryio/dont-log-incompatible-peer-error
...
don't log tracebacks for old peers failing to handle findValue requests
2019-11-01 13:13:38 -04:00
Jack Robison
f93bbd6bc3
improve reflector logging
2019-11-01 11:32:36 -04:00
Jack Robison
ca12d655ea
don't log tracebacks for old peers failing to handle findValue requests during blob announcement
2019-11-01 11:30:44 -04:00
Jack Robison
72e486791b
Merge pull request #2552 from lbryio/dht-extensions
...
Add optional extensions to DHT datagram format
2019-11-01 11:27:44 -04:00
Jack Robison
874c28bd88
add optional_fields to KademliaDatagramBase
...
-update KademliaDatagramBase.bencode and decode_datagram
2019-11-01 10:47:45 -04:00
Jack Robison
aa7c0a3544
test unused fields are backwards compatible
2019-11-01 10:45:12 -04:00
Lex Berezhny
3624a3b450
added --uri to purchase_list and file_list now includes purchase_receipt field
2019-10-30 23:00:45 -04:00
Lex Berezhny
c4c50699cc
fix transaction_list for purchases correctly showing balance_delta
2019-10-30 23:00:45 -04:00
Lex Berezhny
6a3d760cfe
fix for integration test
2019-10-30 23:00:45 -04:00
Lex Berezhny
8ceaf66a81
pylint fixes
2019-10-30 23:00:45 -04:00
Lex Berezhny
fdd2562f32
added purchase_list and purchase_create
2019-10-30 23:00:45 -04:00
Lex Berezhny
28457021f8
figure out why time to first byte duration went up
2019-10-30 23:00:45 -04:00
Lex Berezhny
459716bd6e
initial RETURN_OP based purchase metadata
2019-10-30 23:00:45 -04:00
Lex Berezhny
41e0e6762c
added wallet management tests and address unsubscribe feature on wallet server
2019-10-30 17:59:12 -04:00
Lex Berezhny
a5ee60c1c9
subscribe accounts on wallet_add
2019-10-30 17:59:12 -04:00
Victor Shyba
1391c1d607
remove bandwidth and subscriptions limits from wallet server
2019-10-29 19:51:26 -04:00
Lex Berezhny
8e5d47061f
check txo.has_address before calling txo.get_address()
2019-10-29 11:53:34 -04:00
Lex Berezhny
28ea43c89e
v0.44.1
2019-10-28 16:00:17 -04:00
Jack Robison
59adcfe1a1
Merge pull request #2590 from lbryio/fix-upnp-external-ip-fallback
...
fix setting the external ip in `status` if upnp fails
2019-10-28 14:34:51 -04:00
Jack Robison
cb38ba12a7
fix the external ip in status
if upnp fails
2019-10-28 13:35:15 -04:00
Jack Robison
dc8e146aa1
Merge pull request #2589 from lbryio/fix-db-migration
...
fix 11to12 migration typo
2019-10-28 13:34:41 -04:00
Jack Robison
9200f5b516
fix 11to12 migration typo
2019-10-28 12:20:15 -04:00
Lex Berezhny
5c1026c745
v0.44.0
2019-10-28 11:35:51 -04:00
Jack Robison
95e8c85aa9
Merge pull request #2588 from lbryio/bump-aioupnp
...
faster startup, bump aioupnp -> 0.0.15
2019-10-28 10:56:20 -04:00
Jack Robison
0d179d67a3
bump aioupnp -> 0.0.15
2019-10-28 10:19:08 -04:00
Lex Berezhny
99ce40f736
reduce output on travis and dont install python2 on mac build
2019-10-26 15:02:43 -04:00
Lex Berezhny
d2315f4fd7
added ledger.on_ready to know when ledger is finished syncing
2019-10-26 15:01:17 -04:00
Lex Berezhny
6370404985
removed shutdown_runner argument to daemon.stop()
2019-10-26 15:01:17 -04:00
Lex Berezhny
1ed38fff6f
removed runner.shutdown() as runner.cleanup() calls this already
2019-10-26 15:01:17 -04:00
Chris Baumler
ba48713219
Add CLI unit test for keyboard interrupt
2019-10-26 15:01:17 -04:00
Lex Berezhny
dfc1e6a2b9
renamed added_at to added_on, to be consistent with existing modified_on field
2019-10-26 11:57:07 -04:00
Oleg Silkin
4237331222
adds added_at
field to files
2019-10-26 11:57:07 -04:00
Hugo
223bcdc261
Revert changes to generated files
2019-10-26 10:36:52 -04:00
Hugo
087124ce42
Update unit test asserts
2019-10-26 10:36:52 -04:00
Hugo
c5cfd8f40e
Upgrade Python syntax with pyupgrade --py37-plus
2019-10-26 10:36:52 -04:00
Hugo
b70a23a10a
sudo no longer needed https://blog.travis-ci.com/2018-11-19-required-linux-infrastructure-migration
2019-10-26 10:36:52 -04:00
Lex Berezhny
ccf55bcd01
simplify line in generate_json_api.py
2019-10-26 01:18:27 -04:00
Lex Berezhny
d227660d6c
minor refactor and cleanup, generated api.json
2019-10-26 01:18:27 -04:00
Oleg Silkin
ca6202fc19
Shortens file_list method
2019-10-26 01:18:27 -04:00
Oleg Silkin
f6b5a40813
self.daemon.jsonrpc_file_list(params) -> self.file_list(params) in tests
2019-10-26 01:18:27 -04:00
Oleg Silkin
69c0cefe5e
Adds pre-formatted file_list
method to testcase, fixes file_list tests
2019-10-26 01:18:27 -04:00
Oleg Silkin
ad8772e191
Replaces .get with bracket notation dictionary access
2019-10-26 01:18:27 -04:00
Oleg Silkin
e095767bc6
Makes the page_size return default to all
2019-10-26 01:18:27 -04:00
Oleg Silkin
610f19bea1
Updates api example generation for file_list
2019-10-26 01:18:27 -04:00
Oleg Silkin
4637559c6e
Enforces the default paginated output on file_list
2019-10-26 01:18:27 -04:00
Oleg Silkin
766dcff6c6
Paginates only if either --page or --page_size are provided
2019-10-26 01:18:27 -04:00
Oleg Silkin
b30dc39e37
Makes page & page_size co-dependent in doc
2019-10-26 01:18:27 -04:00
Oleg Silkin
a23178633a
Adds tests to ensure paginated file_list works properly
2019-10-26 01:18:27 -04:00
Oleg Silkin
7c074e1cd4
paginates file_list
2019-10-26 01:18:27 -04:00
Lex Berezhny
4a8b96a6d2
removed outdated docs, see https://lbry.tech/api/sdk instead
2019-10-26 00:16:57 -04:00
Lex Berezhny
290a206012
fix api doc script
2019-10-26 00:15:19 -04:00
Lex Berezhny
7b86b3843f
refactored and updates all list commands to always be paginated
2019-10-26 00:15:19 -04:00
Oleksandr Manyk
553adb2ad0
Fetch records count only when needed
2019-10-26 00:15:19 -04:00
Oleksandr Manyk
cc55a78fb4
Call claim_search only once
2019-10-26 00:15:19 -04:00
Oleksandr Manyk
bd1df09098
Unify paginated endpoints logic
2019-10-26 00:15:19 -04:00
Julin S
c61fae05d6
Convert some format() strings in lbry and torba to fstrings
2019-10-25 20:47:39 -04:00
Lex Berezhny
e3cb5bfa07
fix for stream type change integration test
2019-10-25 11:51:45 -04:00
Lex Berezhny
09f6034f2f
added back prefix argument to create_upload_file fixture method
2019-10-25 07:02:21 -04:00
Lex Berezhny
63b8a76bf6
refactored tests and simplified clearing of metadata on file type change
2019-10-25 07:02:21 -04:00
Miroslav Kovar
5fe536a058
Clean up the test
2019-10-25 07:02:21 -04:00
Miroslav Kovar
342184e532
Clear metadata when updating file type
2019-10-25 07:02:21 -04:00
Lex Berezhny
e5c169ddf8
minor fixup
2019-10-24 17:28:59 -04:00
Miroslav Kovar
622ba2b0e3
Revert to the original
2019-10-24 17:28:59 -04:00
Miroslav Kovar
fbfe8f8d14
Remove extend, fix index var
2019-10-24 17:28:59 -04:00
Miroslav Kovar
3c96fda59b
Preserve order of tags when cleaning
2019-10-24 17:28:59 -04:00
Miroslav Kovar
7cb03dde44
Normalize only when writing (setting, updating)
2019-10-24 17:28:59 -04:00
Miroslav Kovar
db34f89251
Normalize tag names
2019-10-24 17:28:59 -04:00
Alex Grintsvayg
98b9972fa5
cleanup setup_logging()
...
added more logging tests and refactored for merging into master
2019-10-24 15:48:29 -04:00
Lex Berezhny
dd5507036f
fix broken tests
2019-10-23 15:29:12 -04:00
Lex Berezhny
75da209de1
fix for wallet server bug related to changing the channel of a stream
2019-10-23 15:29:12 -04:00
Lex Berezhny
bb8a2bfff7
fix bug with resolve and conflicting claim_id segments
2019-10-23 11:48:00 -04:00
Lex Berezhny
a7f8febed7
dont error if blank password was set previously
2019-10-23 10:45:55 -04:00
Lex Berezhny
21d291531e
v0.43.4
2019-10-21 13:09:36 -04:00
Victor Shyba
d133fa0d74
start virtualenv clean on Mac build
2019-10-21 13:08:19 -04:00
Victor Shyba
2653a9447b
bump ecdsa version
2019-10-21 13:08:19 -04:00
Miroslav Kovar
bc04903741
Return a default value
2019-10-21 12:43:40 -04:00
Miroslav Kovar
5501418727
Fix failing test
2019-10-21 12:43:40 -04:00
Miroslav Kovar
2737b3635f
Revert last change
2019-10-21 12:43:40 -04:00
Miroslav Kovar
e29688530d
Do not close files unnecessarily
2019-10-21 12:43:40 -04:00
Miroslav Kovar
2eec26b648
Clean up
2019-10-21 12:43:40 -04:00
Miroslav Kovar
d4d1d87680
Revert changes to cli, apply suggestions
2019-10-21 12:43:40 -04:00
Miroslav Kovar
869be3e361
Improve tests, update suggested file name when necessary
2019-10-21 12:43:40 -04:00
Miroslav Kovar
15376c19be
Apply suggestions
2019-10-21 12:43:40 -04:00
Miroslav Kovar
f92b610a03
Simplify
2019-10-21 12:43:40 -04:00
Miroslav Kovar
268f6447cb
Sanitize suggested, add tests
2019-10-21 12:43:40 -04:00
Miroslav Kovar
ed93c647d2
Sanitize file names before saving
2019-10-21 12:43:40 -04:00
Lex Berezhny
f60db358ee
v0.43.3
2019-10-18 18:10:01 -04:00
Lex Berezhny
ad6bd840a9
make decrypt atomic, if it fails the state for all encrypted values in account does not change
2019-10-18 18:08:43 -04:00
Lex Berezhny
0fa9e8d9f5
if decrypted private key is empty, no longer save the encrypted empty string as private key
2019-10-18 18:08:43 -04:00
Lex Berezhny
481e265ec7
added wallet.save() in test since it is no longer saved redundantly on startup
2019-10-18 18:08:43 -04:00
Lex Berezhny
583833017b
refactor save and encryption check
2019-10-18 18:08:43 -04:00
Lex Berezhny
d50ebcf9eb
do not save wallet if gap did not change, also dont encrypt on save if already encrypted
2019-10-18 18:08:43 -04:00
Lex Berezhny
c448531551
dont save wallet on startup regardless of changes
2019-10-18 18:08:43 -04:00
Lex Berezhny
81ddf7e1d2
use an assert to check password
2019-10-18 18:08:43 -04:00
Lex Berezhny
180035296e
support unlocking with blank password but throw an error when encrypting with blank password
2019-10-18 18:08:43 -04:00
Jack Robison
afe24a3e65
update time_to_first_byte.py
2019-10-18 15:59:21 -04:00
Jack Robison
9058201de0
update download_blob_from_peer.py
2019-10-18 15:59:21 -04:00
Jack Robison
49a54f8a13
fix total_sent
and total_received
in connection status
...
- remove `time` field from connection status
- add `max_incoming_mbs` and `max_outgoing_mbs` to connection status
- reduce delay in connection status loop
2019-10-18 15:59:21 -04:00
Lex Berezhny
5cebc7f5cd
pylint
2019-10-18 12:02:36 -04:00
Lex Berezhny
4e7e475a5e
minor fixups for logging
2019-10-18 12:02:36 -04:00
Miroslav Kovar
f8a5bc94e5
Pass root logger instead
2019-10-18 12:02:36 -04:00
Miroslav Kovar
6b0b441329
Fix logging bug
2019-10-18 12:02:36 -04:00
Lex Berezhny
1c8aad7a07
fix for encrypted wallet with import read-only channel accounts
2019-10-17 22:28:44 -04:00
Lex Berezhny
7743a6a71d
v0.43.2
2019-10-17 13:38:52 -04:00
Lex Berezhny
65a18e78dd
publish checks all accounts before forwarding to stream_create/stream_update
2019-10-17 13:38:19 -04:00
Lex Berezhny
12a0cbf4e1
improve preference sync integration test
2019-10-16 17:19:10 -04:00
Lex Berezhny
55c2073813
v0.43.1
2019-10-16 15:50:10 -04:00
Lex Berezhny
39bc8c45c3
test fix
2019-10-16 15:49:10 -04:00
Lex Berezhny
46465f5409
removed WALLET_IS_UNLOCKED condition since it does not take into account multi-wallet
2019-10-16 15:49:10 -04:00
Lex Berezhny
7b5f23e17d
incorporate password in the wallet.hash
2019-10-16 15:49:10 -04:00
Lex Berezhny
380efc5ae0
regen docs
2019-10-16 12:06:05 -04:00
Lex Berezhny
d1a123997d
sync_apply always updates local password if encrypt-on-disk is enabled
2019-10-16 12:06:05 -04:00
Lex Berezhny
722419dffc
migrate per-account on disk encryption to encrypt-on-disk preference
2019-10-16 12:06:05 -04:00
Lex Berezhny
bcd69f812e
sync_apply overwrites local password when encrypt-on-disk is true
2019-10-16 12:06:05 -04:00
Lex Berezhny
1075cd9995
regenerated api.json
2019-10-16 12:06:05 -04:00
Lex Berezhny
e5be1ff157
bug fixes and encrypt-on-disk preference
2019-10-16 12:06:05 -04:00
Lex Berezhny
398fe55083
renamed: test_sync.py -> test_wallet_commands.py
2019-10-16 12:06:05 -04:00
shyba
b4ee537f7c
Merge pull request #2553 from lbryio/choco_37
...
pin choco py to 37 on win build
2019-10-16 12:11:06 -03:00
Victor Shyba
b0ad30a5d8
pin choco py to 37 on win build
2019-10-16 11:48:33 -03:00
Lex Berezhny
26d17e2e69
updated api.json docs
2019-10-15 12:12:35 -04:00
Lex Berezhny
43b619b2c6
release script fix for PRs with null body
2019-10-14 19:09:32 -04:00
Lex Berezhny
0e4426e084
v0.43.0
2019-10-14 13:07:15 -04:00
Jack Robison
a27943ea14
update time_to_first_byte.py
2019-10-14 12:59:59 -04:00
Lex Berezhny
b8b24da292
encrypt/decrypt/lock/unlock commands return True
2019-10-14 12:57:09 -04:00
Lex Berezhny
45eef03576
fixes
2019-10-14 12:57:09 -04:00
Lex Berezhny
270f77df24
wallet encryption
2019-10-14 12:57:09 -04:00
Lex Berezhny
dc580b9eff
wip wallet encrypt/decrypt API
2019-10-14 12:57:09 -04:00
Lex Berezhny
fed7e94d8d
added wallet send command
2019-10-14 10:43:54 -04:00
Lex Berezhny
9bb0ca2f0d
async def
2019-10-13 22:32:09 -04:00
Lex Berezhny
3d82becadc
utxo release applies to all accounts in wallet
2019-10-13 22:32:09 -04:00
Lex Berezhny
e2b92c99ef
added wallet balance command
2019-10-13 20:06:11 -04:00
Lex Berezhny
fea7275148
mypy fixes
2019-10-12 20:23:29 -04:00
Lex Berezhny
64581fc81b
pylint
2019-10-12 20:23:29 -04:00
Lex Berezhny
37ae302fc6
timestamped top-level wallet preferences
2019-10-12 20:23:29 -04:00
Alex Grin
c51cc02a87
Merge pull request #2527 from lbryio/faster_trending
...
only do trending calculations near the tip of the chain
2019-10-11 13:20:35 -04:00
Thomas Zarebczan
6c92fbd8de
add oga and ogv mime types
...
https://gingertech.net/2008/09/05/new-ogg-mime-types-ratified/#targetText=The%20new%20Ogg%20MIME%20types,I%20files%20for%20backwards%20compatibility .
2019-10-11 11:40:36 -04:00
Alex Grintsvayg
065215cc27
only do trending calculations near the tip of the chain
2019-10-11 10:51:50 -04:00
StrikerRUS
eb8a88dbd6
refactored integration folder as well
2019-10-11 10:31:54 -04:00
StrikerRUS
62e3258dda
revert spaces fixes
2019-10-11 10:31:54 -04:00
StrikerRUS
9959d2c70d
use more specific asserts in torba tests
2019-10-11 10:31:54 -04:00
Miroslav Kovar
19e8b6e11f
Add test
2019-10-11 10:12:18 -04:00
Miroslav Kovar
63447d1ec3
Make more readable
2019-10-11 10:12:18 -04:00
Miroslav Kovar
75fac93544
Make --verbose behave as per doc
2019-10-11 10:12:18 -04:00
Alex Grin
23f7faa74c
Merge pull request #2502 from lbryio/minor_changes
...
small clarifying changes
2019-10-10 08:59:47 -04:00
Alex Grintsvayg
284fdb2fcb
small clarifying changes
2019-10-09 15:42:32 -04:00
Jack Robison
44b27bbfc8
Merge pull request #2487 from lbryio/fix-connection-reset
...
handle error if range request transport is reset
2019-10-08 16:20:07 -04:00
Jack Robison
35d2d55a27
handle error if range request transport is reset
2019-10-08 14:37:51 -04:00
Jack Robison
292f1953e1
Merge pull request #2521 from lbryio/resolve-ipv4-only
...
fix resolving fixed peers from an ipv6 connection
2019-10-08 14:37:49 -04:00
Jack Robison
5cd0828dd3
force ipv4 when resolving a url
...
-log violating ip addresses
2019-10-08 13:31:06 -04:00
Jack Robison
077281a77a
v0.42.2
2019-10-07 13:03:51 -04:00
Jack Robison
7055d250d0
Merge pull request #2503 from lbryio/reuse-loggly
...
Reuse loggly connection
2019-10-07 12:30:04 -04:00
Jack Robison
8c0196301d
Merge pull request #2489 from lbryio/dht_object_cache
...
DHT object cache revamp
2019-10-07 12:27:07 -04:00
Jack Robison
f99aacd9dc
improve store_to_peer retry, reduce error verbosity
2019-10-07 12:26:49 -04:00
Jack Robison
43b83bec83
remove dead code
2019-10-07 12:26:49 -04:00
Jack Robison
fc1b4658fc
re-use loggly connection
2019-10-07 12:26:49 -04:00
Victor Shyba
05a28ea346
handle attempts to add peers with no node id and issue a warning
2019-10-07 13:20:38 -03:00
Victor Shyba
624f986978
handle peer_is_good for unknown node id
2019-10-07 13:20:38 -03:00
Victor Shyba
91a9957918
avoid peer mutability
...
Mutability can be harmful here, specially on fields used for __hash__
It can also make the cache less efficient
2019-10-07 13:20:38 -03:00
Victor Shyba
8cd18e47e7
get_kad... -> make_kad..
2019-10-07 13:20:38 -03:00
Victor Shyba
517868f73c
fix unit tests
2019-10-07 13:20:38 -03:00
Victor Shyba
18d80f4ed5
1 and 65536 arent valid ports
2019-10-07 13:20:38 -03:00
Victor Shyba
2e2c751d75
check for none on tcp port
2019-10-07 13:20:38 -03:00
Victor Shyba
7aa5e2cbe1
use a dataclass experiment
2019-10-07 13:20:38 -03:00
Victor Shyba
7d6db20081
use cache for dht peer objects
2019-10-07 13:20:38 -03:00
Miroslav Kovar
911ec9444b
Decrease the status refresh rate
2019-10-07 11:42:40 -04:00
Miroslav Kovar
2883c6bab3
Fix incorrect counting of total bytes sent / received
2019-10-07 11:42:40 -04:00
OrginalS
f5fed54195
Punctuation
...
Added missing punctuation and changed existing to more fitting one.
2019-10-07 10:58:13 -04:00
Rishav Sharma
91b1446375
Grammar correction
2019-10-07 10:50:14 -04:00
Lex Berezhny
56df145052
updating/abanding streams/channels works across all accounts
2019-10-07 09:57:22 -04:00
Lex Berezhny
9e873f77f9
bug fixes related to cross-account / wallet operations
2019-10-07 09:57:22 -04:00
Alex Grintsvayg
27bbd91635
include fn name and args in jsonrpc error message
2019-10-04 11:25:01 -04:00
Alex Grintsvayg
2c73c80c9f
fix formatting
2019-10-04 09:52:29 -04:00
Hugo
3a3a9b5f4e
Fix spelling
2019-10-03 21:40:06 -04:00
Lex Berezhny
3f89ed4579
v0.42.1
2019-09-30 12:59:45 -04:00
Lex Berezhny
02b01b89f2
fix for wallet_remove command
2019-09-30 12:57:33 -04:00
Victor Shyba
4a6af0b938
retriable resolve
2019-09-30 12:57:18 -04:00
Alex Grintsvayg
9c5b4e3cc9
change trending window to 6 hours
2019-09-30 11:25:52 -04:00
Victor Shyba
b3f087dbc7
fix fastest session for when online but unavailable
2019-09-30 10:58:11 -04:00
Jack Robison
aa90257ec7
Merge pull request #2481 from lbryio/fix_new_pylint
...
Fix new pylint
2019-09-25 10:04:01 -04:00
Victor Shyba
348bbc81ca
fix for new pylint in lbry/
2019-09-24 12:53:23 -03:00
Victor Shyba
4231e7f3ff
fix for new pylint in torba
2019-09-24 12:23:34 -03:00
Lex Berezhny
4cbc82619d
v0.42.0
2019-09-23 13:50:21 -04:00
Lex Berezhny
1b0d802941
is_change bug fix
2019-09-23 13:49:50 -04:00
Lex Berezhny
dc72a1e58d
fix wallet_create single_key argument
2019-09-23 13:49:50 -04:00
Lex Berezhny
1d5333c737
integration test fix
2019-09-23 13:49:50 -04:00
Lex Berezhny
d289041ff3
regnerated docs
2019-09-23 13:49:50 -04:00
Lex Berezhny
f287483397
split wallet creation into wallet_add and wallet_create
2019-09-23 13:49:50 -04:00
Lex Berezhny
1ac3b6c173
wallet_list optionally takes wallet_id
2019-09-23 13:49:50 -04:00
Lex Berezhny
1d090765ba
pylint dict comp
2019-09-23 13:49:50 -04:00
Lex Berezhny
6c6050528a
windows doesnt have json_group_object sqlite function available, switching to group_concat
2019-09-23 13:49:50 -04:00
Lex Berezhny
835d376ca6
wallet_id arg added to more commands
2019-09-23 13:49:50 -04:00
Lex Berezhny
68e9fd8541
account integration test fix
2019-09-23 13:49:50 -04:00
Lex Berezhny
e49f8f8c61
regenerated docs
2019-09-23 13:49:50 -04:00
Lex Berezhny
b396322f1e
removed default_account and default_wallet on Daemon instance
2019-09-23 13:49:50 -04:00
Lex Berezhny
ea434e3469
wallet_id related test fixes
2019-09-23 13:49:50 -04:00
Lex Berezhny
84587ac232
wallet commands and wallet_id argument to other commands
2019-09-23 13:49:50 -04:00
Miroslav Kovar
9fbc83fe9d
Always handle claim_name as a string
2019-09-20 14:22:01 -04:00
Victor Shyba
965972a719
match regex from app into ours
2019-09-19 17:30:22 -04:00
Miroslav Kovar
34d19c4a72
Remove superfluous test
2019-09-19 17:16:18 -04:00
Miroslav Kovar
9b0910767d
Fix formatting, support null argument only
2019-09-19 17:16:18 -04:00
Miroslav Kovar
32cc077e1f
enable to set max_key_fee to null via cli
2019-09-19 17:16:18 -04:00
Miroslav Kovar
1e7bec48b6
Add integration test, remove unit test
2019-09-19 15:21:01 -04:00
Miroslav Kovar
c035837a14
Fix failing key payment for null max key fee
2019-09-19 15:21:01 -04:00
Miroslav Kovar
cb5eb8983b
Fix docopt for claim search
2019-09-18 19:30:58 -04:00
Victor Shyba
9c86cb7954
proper dict formatting on tests
2019-09-18 19:28:11 -04:00
Victor Shyba
ef94c1eccc
use existing donation_address instead
2019-09-18 19:28:11 -04:00
Victor Shyba
64eaa5e3aa
add options to set server description, payment address and daily fee
2019-09-18 19:28:11 -04:00
Thomas Zarebczan
826f584aa8
add Flac mime type
2019-09-18 19:20:09 -04:00
Victor Shyba
c5530aee5f
refactor tests
2019-09-18 19:19:34 -04:00
Victor Shyba
817f01593e
call the correct method on is_valid_address
2019-09-18 19:19:34 -04:00
Jack Robison
79727f0e97
Merge pull request #2459 from lbryio/test-sqlite-error-handling
...
Test sqlite error handling
2019-09-18 10:16:31 -04:00
Jack Robison
abac82c1c6
skip test_fetchall_prevents_sqlite_misuse on travis
...
-print how many attempts the race condition took to trigger
2019-09-17 12:44:43 -04:00
Jack Robison
02c51c6059
typing
2019-09-17 12:09:19 -04:00
Jack Robison
46b45d0387
gotta fetch 'em all
2019-09-17 12:09:19 -04:00
Jack Robison
e6c549c457
remove redundant query from sync_missing_blobs
2019-09-17 12:09:19 -04:00
Jack Robison
1aa2983216
fix db errors during shutdown
2019-09-17 12:09:19 -04:00
Jack Robison
a095f89c81
remove redundant test
2019-09-17 12:09:19 -04:00
Jack Robison
287902f01b
test fetchall prevents SQLITE_MISUSE
2019-09-17 12:09:19 -04:00
Jack Robison
7dc3e4e7a1
test verbosity
2019-09-17 12:09:19 -04:00
Jack Robison
0b31aad901
test binding errors vs sqlite_misuse race errors
2019-09-17 12:09:19 -04:00
Alex Grintsvayg
1791d8e4ee
rebased oleg's PR. closes #2446
2019-09-17 11:04:34 -04:00
Lex Berezhny
b7c2054a66
mypy fixes
2019-09-17 09:08:29 -04:00
Lex Berezhny
81f16d7061
refactored address_list API to be more detailed
2019-09-17 09:08:29 -04:00