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
318728aebd
add bootstrap flag to routing table
2022-08-11 20:38:42 -03:00
Lex Berezhny
ec82486e15
removed go hub dependency
2022-08-08 14:55:44 -04:00
Lex Berezhny
b8867cd18c
release.py script changed to use gh auth login
for authentication
2022-04-10 23:28:16 -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
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
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
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
Victor Shyba
11c3ea0b87
fix typo from arg name
2021-11-24 13:05:43 -03: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
Jack Robison
a00d5f18af
add script to setup docker volumes from snapshots
2021-10-24 16:25:34 -04:00
Victor Shyba
dc18c26aa4
add optional prometheus to dht_node script
2021-10-22 03:39:46 -03:00
Victor Shyba
156d89567e
add option to set bootstrap_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
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
ef2e048efc
fixes for release process
2021-07-26 15:57:45 -04:00
Alex Grin
940f517aa3
Merge branch 'master' into note-download-blob-peer
2021-07-19 14:09:51 -04:00
Victor Shyba
a74685d66d
add script to troubleshoot p2p/dht
2021-07-19 15:01:37 -03: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
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
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
shubhendra
87fe5c6101
Refactor the comparison involving not
...
Signed-off-by: shubhendra <withshubh@gmail.com>
2021-04-06 21:22:27 -04: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
87037c06c9
remove reader code
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
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
dd950f5b0d
tag can have empty space
2021-03-19 19:58:13 -03:00
Victor Shyba
0c6eaf5484
fix resolve partial id
2021-03-19 19:58:13 -03:00