cuts staging from master #1015

Merged
jessopb merged 9 commits from master into staging 2019-06-21 22:42:06 +02:00

9 commits

Author SHA1 Message Date
jessopb
a66511caaf
Merge pull request #1014 from lbryio/lenientPublishLimits
changes max publishes to 20
2019-06-21 15:23:12 -04:00
jessop
39095c16a9 changes max publishes to 20 2019-06-21 14:40:07 -04:00
Jeremy Kauffman
3d4ad3d827
Merge pull request #1013 from lbryio/noMetrics
stops logging metrics to localdb
2019-06-05 11:02:09 -04:00
Jessop Breth
6992b87033 stops logging metrics to localdb 2019-06-05 10:08:13 -04:00
jessopb
75818e47fe
Merge pull request #1012 from lbryio/fix-abandon
fix: abandoning claims
2019-05-31 15:23:10 -04:00
jessopb
4cfb85fed3
Merge pull request #1011 from ProfessorDey/patch-1
Added Server Response Error Handling
2019-05-31 14:36:09 -04:00
ProfessorDey
8a6cd2db13
Tab Removal & Check Abstraction
Per Jessop's request: https://github.com/lbryio/spee.ch/pull/1011#pullrequestreview-243975520
Corrected tabs and added the clarified abstraction to the request state check.
2019-05-31 00:15:27 +01:00
Tom
dee61b5b6f fix: abandoning claims
Confirmed working locally. File/claims table has outpoint. Claim was abandoned by the sdk.
2019-05-30 14:57:47 -04:00
ProfessorDey
82ab3b47b1
Added Server Response Error Handling
Presently the spee.ch client will error out if it received an unexpected response, resulting in hangs and a very vague JSON parsing error. This failsafe will catch the known issue of server request size limits causing 413 responses if misconfigured, making things easier to diagnose, as well as catching any other unexpected responses cleanly. Further specific behaviours can be added to ensure administrators spend less time debugging simple configuration issues.

The 413 error response should be fairly self explanatory, sufficient to not need further documentation, though adding an addendum to the README.md would aid other developers have a smooth experience.
2019-05-30 14:33:53 +01:00