Jack Robison
345301a9ee
return file with pending claim with get_lbry_file
...
if a lbry file from the winning claim is in the file manager, return
it. otherwise return a lbry file with a pending claim if one exists.
2017-02-16 09:12:57 -05:00
Jack Robison
0f907a209b
add EncryptedFileDownloader.load_file_attributes
2017-02-16 09:12:47 -05:00
Jack Robison
80dd02483e
Merge branch 'master' into no-more-upload-allowed
2017-02-15 22:39:26 -05:00
jobevers
8452620f99
Bump version: 0.8.3rc3 → 0.8.3
2017-02-15 16:29:40 -06:00
Job Evers‐Meltzer
934a46a8b6
Merge pull request #452 from lbryio/retry-startup
...
Retry startup
2017-02-15 08:34:26 -06:00
jobevers
f7c105fd80
fixes
2017-02-15 06:48:59 -06:00
jobevers
9e2cda0cdc
remove more upload_allowed arguments
2017-02-15 06:48:58 -06:00
jobevers
4fb5e932e6
fix indentation
2017-02-15 06:48:58 -06:00
jobevers
fe4dac8236
change downloader options to data_rate
2017-02-15 06:48:58 -06:00
Job Evers-Meltzer
2a45c91175
fix get_blob calls with upload_allowed arguments
2017-02-15 06:48:58 -06:00
Job Evers-Meltzer
a38e5c855e
Remove upload_allowed attribute
...
This is unused and largely pulluting the argument list
of too many functions.
2017-02-15 06:48:50 -06:00
jobevers
f989814e69
catch Unknownnameerror for resolve_name
...
Its expected behavior that a name won't resolve so this more
gracefully handles that case
2017-02-14 16:16:22 -06:00
jobevers
520ac9b50a
change filemanger setup to inlinecallbacks
2017-02-14 10:27:16 -06:00
jobevers
dbb6c6f3a4
remove unused parts of file manager
2017-02-14 10:26:45 -06:00
jobevers
993d606bc6
add logging on downloader start
2017-02-14 10:26:03 -06:00
jobevers
ffb48ef287
bugfix: on restore, dont wait for download to finish
2017-02-14 10:25:34 -06:00
jobevers
62fcbc23e3
bugfix: exception needs string interpolation
2017-02-14 10:25:03 -06:00
jobevers
3bdd33567b
whitespace
2017-02-14 09:14:18 -06:00
jobevers
6bdb0280be
better log exception in EncryptedFileManager
...
The error message in #478 is too generic. This wraps the source of the
error in a try/catch and logs the traceback.
2017-02-14 09:11:39 -06:00
jobevers
77746cea5f
Bump version: 0.8.3rc2 → 0.8.3rc3
2017-02-14 07:55:54 -06:00
jobevers
acfe034990
Bump version: 0.8.3rc1 → 0.8.3rc2
2017-02-13 23:34:36 -06:00
jobevers
e2021deae1
Bump version: 0.8.3rc0 → 0.8.3rc1
2017-02-13 22:06:57 -06:00
Umpei Kay Kurokawa
37cc257555
Merge pull request #465 from lbryio/dht_hash_announcer_tests
...
Adjust hash reannounce based on queue size , test for DHTHashAnnouncer, immediately announce new blobs
2017-02-13 21:08:48 -05:00
Jack Robison
aa8375673b
Merge pull request #477 from lbryio/inlinecallbacks-refactor
...
Refactor publish, file manager, and file downloader
2017-02-13 17:42:54 -05:00
Kay Kurokawa
34f5bc93ae
adding immediate announce option to hash announce
2017-02-13 17:27:10 -05:00
Kay Kurokawa
8e0f71ac74
Make hash reannounce time adjusted based on the queue of hashes yet to be announced, add test for DHTHashAnnouncer
2017-02-13 17:27:10 -05:00
Jack Robison
3cc8a4b168
add local and remote heights to blockchain status
2017-02-13 15:14:54 -05:00
Jack Robison
8859c1b0c1
fix claim_abandon
2017-02-13 15:14:54 -05:00
Jack Robison
867275461c
feedback from job
2017-02-13 15:14:54 -05:00
Jack Robison
2190f4ac85
refactor GetStream
...
-convert to inline callbacks
-return more errors than just timeouts
-delete on timeout
-have a more understandable return condition (first data blob having
downloaded)
2017-02-13 15:14:54 -05:00
Jack Robison
7720724ec0
reflect lbry_files in looping call in EncryptedFileManager
...
-remove ManagedEncryptedFileDownloader._reupload
-clean up reflector functions in Daemon, move to reflector.reupload
-check ConnectionLost in reflector client
-close sd blob file handle when it wont be sent (otherwise read handle stays open)
-log reflector sd info
-give reflector client factory a lbry file
2017-02-13 15:13:37 -05:00
Umpei Kay Kurokawa
dbd71c93e7
Merge pull request #458 from lbryio/connection_manager_tests
...
Connection Manager tests and upgrades
2017-02-13 13:55:33 -05:00
Jack Robison
d137528f67
convert Daemon._delete_lbry_file to inlineCallbacks
2017-02-13 13:07:27 -05:00
Jack Robison
e292abceee
convert EncryptedFileManager to use inlineCallbacks
2017-02-13 13:07:27 -05:00
Jack Robison
8de6bd7c7a
convert EncryptedFileDownloader to inlineCallbacks
2017-02-13 13:07:27 -05:00
jobevers
bb9b221cf6
convert publish_sd_blob to inlineCallback
2017-02-13 13:07:27 -05:00
Jack Robison
5a1bab2eaa
refactor Publisher and jsonrpc_publish
...
-add get_read_handle to file_utils
-don’t leave read handle hanging after creating lbry file
-get rid of threaded weirdness
-remove reflector functionality from Publisher
-fix updating with an existing stream
-reflect new stream in thread after broadcasting name claim
2017-02-13 13:07:27 -05:00
Kay Kurokawa
4f87e87d3e
Adding connection manager tests, and modifying connection manager to be testeable, fix bug where failed connection was not marked as down
2017-02-13 12:17:27 -05:00
Alex Grintsvayg
c7106dfc97
reduce loudness of reflector message
2017-02-13 12:12:32 -05:00
jobevers
71123c0de1
add warning log on EWOULDBLOCK
2017-02-11 13:04:36 -06:00
Alex Grintsvayg
35b2e56bd4
silence "[Errno 11] Resource temporarily unavailable" error
2017-02-11 13:04:35 -06:00
jobevers
41abd0a171
Bump version: 0.8.2 → 0.8.3rc0
2017-02-10 14:16:29 -06:00
Jack Robison
630d0bf5be
convert Wallet.claim_name to use inlineCallbacks
2017-02-09 10:13:41 -05:00
Jack Robison
19fe101d73
fix claim update
...
dict.update does not return the dict, so this can’t be lambda’d
2017-02-09 10:11:46 -05:00
Alex Liebowitz
0e8e489ad6
Fix how the bug report code accesses Slack API key setting
...
It was trying to access this setting as an attribute, which doesn't
work anymore. (Not sure if this is an API change in conf.settings or
just a bug.)
2017-02-08 23:05:32 -05:00
Jack Robison
e2050b4fc1
fix get_count_for_stream returning [(count, )] instead an int
2017-02-08 20:58:45 -05:00
Jack Robison
7e2456fa69
convert _setup, _check_stream_is_managed, _check_stream_info_manager, and _start_lbry_files to inlineCallbacks
...
remove unused MissingLBRYFile exception
2017-02-08 19:34:54 -05:00
Jack Robison
bfc02dd3e5
fix streams in stream_info_manager not being loaded by lbry_file_manager
2017-02-08 17:02:02 -05:00
Jack Robison
777419b4a9
log traceback on failed blob upload
...
-move status message on connectionDone to client, indicate if blobs
were sent or not (and how many blobs reflector still needs, if any)
-only try uploading failed blob once after first failure, to prevent
indefinite retries
2017-02-08 16:18:34 -05:00
Jack Robison
f2ddc9bd98
fix recursion depth bug upon failed blob
2017-02-08 14:28:30 -05:00