Alex Grintsvayg
e14a1f36cf
Merge branch 'stream'
...
* stream:
started work on go blob primitives. successfully matched python's blob crypto (excluding canonical JSON)
2018-10-04 15:05:37 -04: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
4293e772e2
readme
2018-09-27 16:46:49 -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
046868c4e0
Merge branch 'blocklist'
...
* blocklist:
fixes from nikos review
actually done now
done, but NEEDS MIGRATION AND TESTING
beginning of blocklist support
lbryumx client
2018-09-24 10:03:54 -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
cd236708b0
lbryumx client
2018-09-20 11:29:35 -04:00
Alex Grintsvayg
83921b8c2d
bump timeout until lbryio/lbry#1377 is resolved
2018-09-17 12:14:17 -04:00
Alex Grintsvayg
c042fe08c3
test log-on-shutdown
2018-09-04 11:23:17 -04:00
Alex Grintsvayg
59e92ccf88
reports stats on shutdown
2018-09-04 11:08:34 -04:00
Alex Grintsvayg
cb386de4c7
bump stat freq to 1 hour
2018-09-04 09:49:54 -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
064035f1d8
s3 finally working
2018-08-30 19:52:29 -04:00
Alex Grintsvayg
e158fa1bb2
make dep in travis
2018-08-30 19:31:21 -04:00
Alex Grintsvayg
25ec93a6b9
auto-self-update
2018-08-30 17:18:42 -04:00
Alex Grintsvayg
22f42d5559
include build time in binary
2018-08-30 14:41:50 -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
204198bf9d
bump timeout to 30 seconds
2018-08-20 12:05:22 -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
391f983630
bump timeout again
2018-08-15 16:12:55 -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
5f9db51d67
add version
2018-08-15 10:34:50 -04:00
Alex Grintsvayg
73f3aceca6
fixed a few reflector issues, added some tests
2018-08-09 15:46:40 -04:00
Alex Grintsvayg
3855d5c281
actual proper fix for db statement issue, added skipExists flag and the ability to upload a single blob
2018-08-07 20:19:04 -04:00
Alex Grintsvayg
0e0b2aaea3
drop DB interface, attempt to fix max conn issues using interpolateParams
2018-08-07 16:51:36 -04:00
Alex Grintsvayg
baba10c54f
statements must be closed, or it leaves them all open
2018-08-07 15:58:31 -04:00
Alex Grintsvayg
1406c7fad9
it works, so re-enable tags
2018-08-07 13:27:18 -04:00
Alex Grintsvayg
34f6241739
fixing depoly
2018-08-07 13:18:28 -04:00
Alex Grintsvayg
95063dacde
learning more about travis
2018-08-07 12:53:00 -04:00
Alex Grintsvayg
33765b967b
deploy to github on tags
2018-08-07 12:25:02 -04:00
Alex Grintsvayg
e9ce0d5afa
final fix
2018-08-07 12:06:02 -04:00
Alex Grintsvayg
a3fdc44efb
fixed or silenced the last few things to get this building
2018-08-07 11:53:29 -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
d15245bd05
fix rpc server
2018-08-07 11:10:12 -04:00
Alex Grintsvayg
1635f5fae4
actually run all the tests
2018-08-06 19:53:09 -04:00