Commit graph

75 commits

Author SHA1 Message Date
Alex Grintsvayg
c4504631bc
avoid heavy interpolateparams call 2021-01-06 10:43:35 -05:00
Alex Grintsvayg
49714c02a6
only touch blobs when you get them 2021-01-05 11:36:33 -05:00
Niko Storni
b33651ae26 save uploaded blobs and work around the blocklist issue 2021-01-05 05:09:55 +01:00
Alex Grintsvayg
3608971f0b
add lru cache eviction metric 2020-11-04 16:03:44 -05:00
Alex Grintsvayg
c9fa04043c
rename the stores, add caching to reflector cmd 2020-11-04 16:03:44 -05:00
Niko Storni
c3db95a6c1 add more metrics
increase handshake timeout by 1 second
2020-10-15 02:59:12 +02:00
Alex Grintsvayg
5658fe4607
add publish command 2020-10-05 16:30:57 -04:00
Alex Grintsvayg
df4f42db82 successfully shut down wallet server 2020-07-09 15:02:32 +02:00
Niko Storni
09c7718f30 refactor code 2020-07-09 15:02:32 +02:00
Niko Storni
8a5f57b14f remove QUIC protocol
add HTTP3/QUIC protocol
2020-07-09 15:02:32 +02:00
Niko Storni
fb0004bac4 increase packet size
add retro-compatibility
remove unused SPV servers
remove travis test failure
2020-07-09 15:02:32 +02:00
Alex Grintsvayg
be69c2f05c
add flag to delete blobs after upload 2020-05-02 14:31:10 -04:00
Niko Storni
cb6443fa1e
update spv servers 2020-02-27 14:53:27 -05:00
Alex Grintsvayg
1a1f991e48
more error traces 2020-02-26 10:02:53 -05:00
Alex Grintsvayg
11e50a6022
remove unused stats code 2020-01-02 13:27:34 -05:00
Alex Grintsvayg
5d8a2d697c
use labels for different error types 2020-01-02 13:12:33 -05:00
Alex Grintsvayg
50089481fb
switch to prometheus for metrics 2020-01-02 13:12:33 -05:00
Alex Grintsvayg
dc6dd8d12b
fix blocklist, log future blocklist errors, add resolve wallet server method 2019-12-28 19:17:52 -05:00
Andrey Beletsky
2aa40850b0 Put back printf statement into the stats module 2019-12-17 00:33:34 +07:00
Andrey Beletsky
95eb94f5a7 Remove excessive INFO-level logging 2019-12-16 21:52:51 +07:00
Mark Beamer Jr
86a553b876
upgrade to lbry.go v2.4.0 2019-11-13 19:11:35 -05:00
Alex Grintsvayg
661c20a21d
make db-backed store more generic (not specific to s3) 2019-10-03 16:58:17 -04:00
Alex Grintsvayg
69f1e0f4ca
make MemoryStore consistent with the New...() pattern 2019-10-03 16:49:28 -04:00
Niko Storni
390d2b1eec export fields 2019-08-28 15:07:14 +02:00
Niko Storni
557c595e90 make summary available externally 2019-08-28 15:07:14 +02:00
Alex Grintsvayg
2497f354bd
update api domain 2019-07-30 18:02:32 -04:00
Alex Grintsvayg
db83ebe434
update blocklist to new wallet servers 2019-07-30 17:07:01 -04:00
Alex Grintsvayg
2ed1e23228
fix error counter 2019-07-03 16:17:31 -04:00
Alex Grintsvayg
38401bf8d6
separate uploader into reusable component 2019-07-03 13:39:37 -04:00
Alex Grintsvayg
c649636eeb
better error when connection fails 2019-06-05 11:03:55 -04:00
Alex Grintsvayg
fa2ec38d3e
start logging received json on decode error 2019-05-01 15:39:14 -04:00
Alex Grintsvayg
2cacdaf22d
support new protobufs, stop using victor's wallet server 2019-04-29 17:19:59 -04:00
Alex Grintsvayg
7a618f4228
ignore write error for closed connection 2019-03-18 16:29:28 -04:00
Alex Grintsvayg
a98990f573
track peer errors as well 2019-02-08 14:56:41 -05:00
Alex Grintsvayg
6acb99c74d fixed a bunch of errors in wallet node 2019-01-16 11:41:58 -05:00
Alex Grintsvayg
75ad143d84 switch to lbry.go/stream 2019-01-10 08:02:43 -05:00
Alex Grintsvayg
14d6d32a41 move dht to lbry.go repo 2019-01-09 17:52:30 -05:00
Alex Grintsvayg
11ebfb822b started work on go blob primitives. successfully matched python's blob crypto (excluding canonical JSON) 2018-10-04 15:05:19 -04:00
Alex Grintsvayg
686ac662cc more common errors 2018-09-26 16:00:19 -04:00
Alex Grintsvayg
747a6ec2b2 make linter happy 2018-09-24 10:48:01 -04:00
Alex Grintsvayg
53d3eea8fb fixes from nikos review 2018-09-21 09:18:39 -04:00
Alex Grintsvayg
61e83d86de actually done now 2018-09-20 11:29:35 -04:00
Alex Grintsvayg
9fb824790b done, but NEEDS MIGRATION AND TESTING 2018-09-20 11:29:35 -04:00
Alex Grintsvayg
6fd0526376 beginning of blocklist support 2018-09-20 11:29:35 -04:00
Alex Grintsvayg
59e92ccf88 reports stats on shutdown 2018-09-04 11:08:34 -04:00
Alex Grintsvayg
146adcf7fd fix panic when there were no recent errors 2018-08-31 06:38:38 -04:00
Alex Grintsvayg
5d844fc3ea fix shouldLog 2018-08-30 21:10:39 -04:00
Alex Grintsvayg
4ed52e20d7 todos 2018-08-30 21:08:59 -04:00
Alex Grintsvayg
7ab2d355d5 some linting 2018-08-30 20:20:15 -04:00
Alex Grintsvayg
473e7e3b07 consolidate errors that happen a lot and we know about 2018-08-29 09:04:09 -04:00