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
Alex Grintsvayg
d7a4b34d8c
unused type
2018-08-28 15:27:32 -04:00
Alex Grintsvayg
605afd1d6c
add stats reporting to reflector
2018-08-28 11:18:06 -04:00
Alex Grintsvayg
fe9cf091fc
send the expected response instead of the error message
2018-08-20 11:52:29 -04:00
Alex Grintsvayg
65df7bc627
make CI happy
2018-08-15 21:19:38 -04:00
Alex Grintsvayg
75886211b1
fix partial stream upload
2018-08-15 20:18:54 -04:00
Alex Grintsvayg
44cf4d085c
dont log every blob you get
2018-08-15 15:52:41 -04:00
Alex Grintsvayg
bd8a35e366
expose reflector timeout, bump it up
2018-08-15 15:50:09 -04:00
Alex Grintsvayg
4284c3b1f9
sendblob command
2018-08-15 14:25:15 -04:00
Alex Grintsvayg
4c8eda783f
bugfix
2018-08-15 11:26:36 -04:00
Alex Grintsvayg
74cb72f197
slack us the logs
2018-08-15 11:10:38 -04:00
Alex Grintsvayg
73f3aceca6
fixed a few reflector issues, added some tests
2018-08-09 15:46:40 -04:00
Alex Grintsvayg
8bb1242ed9
fixed some linting errors
...
found them using
```
gometalinter --skip=vendor --disable-all --enable=megacheck --enable=deadcode --enable=ineffassign --enable=interfacer --enable=errcheck ./...
```
2018-08-07 11:38:56 -04:00
Alex Grintsvayg
8f395d8743
fix reflector responding correctly when we have the full stream. fixes lbryio/reflector-cluster#60
2018-07-26 10:25:47 -04:00
Alex Grintsvayg
34cc92678b
partial switch to new stopgroup. need to refactor to take advantage of child cancelation
2018-06-25 16:49:40 -04:00
Alex Grintsvayg
e480fa146f
fixed a few channel lockups, fixed announced port in dht, successfully announced and served a blob
2018-06-21 11:26:48 -04:00
Alex Grintsvayg
4535122a06
starting to put together the pieces
...
- prism start command
- more configs for prism when assembling the pieces
- cluster notifies on membership change, determines hash range, announces hashes
2018-06-14 22:30:38 -04:00
Mark Beamer Jr
2edfc28398
Addressed code reviews.
2018-06-13 09:44:24 -04:00