Jack Robison
19ff0941f5
fix ClientProtocol. _handle_response_error
2017-09-20 13:59:27 -04:00
Jack Robison
adf89a9d1a
logging
2017-09-20 13:59:27 -04:00
Jack Robison
421141b958
raise instead of assert
2017-09-20 13:59:26 -04:00
Jack Robison
b9b5e755db
raise rather than assert
2017-09-20 13:59:26 -04:00
Jack Robison
ad061b5ea3
use fixed BlobFile type
2017-09-20 13:59:25 -04:00
Jack Robison
14636a5d38
split up HashBlob.py into lbrynet.blob
2017-09-20 13:59:24 -04:00
Jack Robison
7d6e62eb77
consolidate HashBlob and BlobFile
2017-09-20 13:59:24 -04:00
Kay Kurokawa
e92321a9c1
have BlobFile.open_for_writing() return the writer instead of write and close functions
2017-09-20 13:59:23 -04:00
Kay Kurokawa
39c4db3471
make sure that we don't call HashBlobWriter.finished_cb multiple times when calling close()
2017-09-20 13:59:23 -04:00
Kay Kurokawa
468a16af58
move check for write_handle to the beginning and raise exception when writing to a closed file handle
2017-09-20 13:59:23 -04:00
Kay Kurokawa
196aa24b8b
add HashBlobWriter.close_handle() function to just close the write handle
2017-09-20 13:59:22 -04:00
Kay Kurokawa
94ff4e82bc
remove HashBob._close_writer(), move the closing of write handler to HashBlobWriter
2017-09-20 13:59:22 -04:00
Kay Kurokawa
0f95712a0f
rename HashBlobWriter.cancel() as close() to be more file like
2017-09-20 13:59:22 -04:00
Kay Kurokawa
ab513d076b
fix multiple writers writing to the same buffer
2017-09-20 13:59:22 -04:00
Kay Kurokawa
f2deee7201
fireback finished_deferred after deleting from self.writers so that BlobFile state is accurate after finished_deferred is called
2017-09-20 13:59:21 -04:00
Kay Kurokawa
b655cd4fa6
add better comments for classes in HashBlob.py
2017-09-20 13:59:21 -04:00
Jack Robison
487f2490ab
simplify CryptStreamCreator
2017-09-20 13:59:20 -04:00
Jack Robison
cfe73a8627
fix hanging streamprogressmanager
2017-09-20 13:59:19 -04:00
Jack Robison
1148a533bf
raise NotImplementedError on StreamCreator._blob_finished (sanity check)
2017-09-20 13:59:18 -04:00
Jack Robison
c53a189605
remove TempBlob, clean up blob classes, use FBP and BytesIO in BlobFile
2017-09-20 13:59:18 -04:00
Victor Shyba
6022aa925b
fix import
2017-09-20 13:59:18 -04:00
Victor Shyba
d2fc1daf26
use hashlib
2017-09-20 13:59:17 -04:00
Victor Shyba
a6b8327fcf
save using a FBP instead of thread
2017-09-20 13:59:17 -04:00
Victor Shyba
7262e84150
use a buffer to wait for blob completion
2017-09-20 13:59:16 -04:00
Victor Shyba
5d69e74010
use WAL on sqlite3
2017-09-20 13:59:16 -04:00
Victor Shyba
5bbb29fd79
add error handling to blobs creation
2017-09-20 13:59:16 -04:00
Jack Robison
88fcd5b711
update _get_history for change in lbryum
2017-09-20 09:51:52 -04:00
hackrush
fbd37c591f
Expose include_tip_info
param
...
Goes with lbryio/lbryum#153
Updated changelog and added docs for include_tip_info
Added proper doc for Returns of transaction_list
Fixed some other docs
2017-09-01 02:15:24 +05:30
Kay Kurokawa
a9e6c89693
clean up and clarify in docstring when/where None is returned while searching for peers
2017-08-28 10:46:47 -04:00
Kay Kurokawa
e0985695ac
some pep8 fixes
2017-08-28 10:46:47 -04:00
Kay Kurokawa
e2e28338f3
in ConnectionManager, be consistent and initialize conf values in __init__
2017-08-28 10:46:47 -04:00
Kay Kurokawa
a31b6b192f
Create an optional way of downloading by head blob first in ConnectionManager
2017-08-28 10:46:47 -04:00
Kay Kurokawa
c8bf1d8908
should_announce should be True by default
2017-08-28 10:43:57 -04:00
Kay Kurokawa
0494b11001
remove last_announce_time
2017-08-28 10:43:57 -04:00
Kay Kurokawa
0639bb9865
add support for should_announce feature
2017-08-28 10:43:57 -04:00
Kay Kurokawa
7e95169fbe
add get_head_blob_hash() function in DownloadManager
2017-08-28 10:43:57 -04:00
Kay Kurokawa
c0a2c6c830
remove blob manager reliance on HashBlob classes
2017-08-28 10:43:57 -04:00
Kay Kurokawa
8955838191
migrate blob database to have should_announce and last_announce_time
2017-08-28 10:43:57 -04:00
Jack Robison
8786133cd4
Revert "fix BlobFile._close_file"
...
reverts 5d24f7
2017-08-15 17:48:56 -04:00
Jack Robison
5d24f75ce2
fix BlobFile._close_file
2017-08-15 12:34:00 -04:00
Umpei Kay Kurokawa
34ed2467f2
Merge pull request #829 from lbryio/fix_abandon
...
Expose abandon by txid/nout in Daemon
2017-08-14 22:51:39 -04:00
Jack Robison
09d336bd0c
don't block blob_completed on the blob being announced
...
this considerably slows down the rate at which reflector server can
receive blobs
2017-08-10 13:53:10 -04:00
Alex Grintsvayg
02d4444780
fixed shutdown messages
2017-08-09 19:10:11 -04:00
Kay Kurokawa
4e8d8dfc23
Expose abandon by txid/nout in Daemon
2017-08-08 13:55:03 -04:00
Jack Robison
c5fe8b5381
add claim_send_tip
2017-08-04 10:48:13 -04:00
Jack Robison
7b93073f7b
Merge branch 'master' into remove_tempblobmanager
2017-08-03 22:26:35 -04:00
Zestyr
2f2b27e872
Remove old float formatting
2017-07-31 10:38:20 -04:00
Kay Kurokawa
79d25f710d
remove base BlobManager class
2017-07-27 13:38:40 -04:00
Kay Kurokawa
d5664efdbf
no longer allow initialization of TempBlobManager in Session
2017-07-27 11:38:29 -04:00
Kay Kurokawa
f9b728530e
Remove TempBlobManager
2017-07-27 11:38:23 -04:00
hackrush
ecd602e5fb
Added validation for currencies.
...
Now while setting currency via API/CLI it is checked that the user has
not entered any currency other that LBC, BTC or USD.
Fixes #778
2017-07-24 16:38:15 -04:00
Kay Kurokawa
15d672bfe0
fix if statment for resolving certificate
2017-07-20 14:05:00 -04:00
Kay Kurokawa
fa1ebc995c
fix if statement causing claim with certificate to not get cached
2017-07-20 12:38:06 -04:00
Kay Kurokawa
e4df0bdb5f
create UnknownOutpoint exception and use it
2017-07-17 12:17:35 -04:00
Kay Kurokawa
3cd972a4da
fix UnknownNameError message
2017-07-17 12:01:20 -04:00
Kay Kurokawa
24035406d6
have claim_show no longer handle name argument, do not catch exceptions here as they will be caught in Wallet
2017-07-17 12:01:20 -04:00
Kay Kurokawa
21c1786dc6
rename Wallet.get_claim() to get_claim_by_claim_id()
2017-07-17 12:01:20 -04:00
Jack Robison
7f36bed79d
increase third party logger levels
2017-07-14 14:29:12 -04:00
Jack Robison
4c7c94e190
fix loggly setup
2017-07-14 14:29:02 -04:00
Jack Robison
142d30bbcf
fix HTTPSHandler
2017-07-14 14:29:01 -04:00
Kay Kurokawa
4bebfe9e25
fix malformed supports and amount in cache
2017-07-14 12:53:40 -04:00
Kay Kurokawa
cbd85cd7d8
DRY fix for _handle_claim_result
2017-07-14 12:53:39 -04:00
Jack Robison
65bc93f2fe
raise error on negative point reservation
2017-07-07 16:43:13 -04:00
Kay Kurokawa
4019f2a2e1
fix problems with DownloadManager startup and stop
2017-07-05 16:33:02 -04:00
Kay Kurokawa
be75c1bc5b
break up GetStream.start() function further for testing
2017-07-05 16:33:02 -04:00
Kay Kurokawa
fc40f5525a
add download_sd_blob timeout to GetStream
2017-07-05 16:33:02 -04:00
Kay Kurokawa
bd4dd8e114
add timeout to download_sd_blob and StandaloneBlobDownloader
2017-07-05 16:33:02 -04:00
Kay Kurokawa
1c1b5096be
use LoopingCall in SingleProgressManager to simplify it
2017-07-05 16:33:02 -04:00
Jack Robison
e71389c7e3
update lbryum imports
2017-06-27 19:02:25 -04:00
Kay Kurokawa
14b2bb3019
add test for BlobManager
2017-06-23 10:24:27 -04:00
Kay Kurokawa
f9b4d46599
work on removing manage from BlobManager and simplify blob deletion
2017-06-23 10:24:27 -04:00
Jack Robison
bc34c22e58
update daemon settings and settings_set
2017-06-21 22:54:47 -04:00
Kay Kurokawa
59893e8fa8
fix typo which may not shut down blob_tracker
2017-06-16 14:00:08 -04:00
Jack Robison
9c88f820f9
add change_address param to publish
2017-06-12 13:43:15 -04:00
Jack Robison
c56ac12913
add claim_send_to_address
2017-06-12 10:30:18 -04:00
Jack Robison
ea0c6eca32
multi resolve
2017-06-09 14:48:55 -04:00
Jack Robison
2cfd29564b
add resolution exception types
2017-06-09 14:48:55 -04:00
Jack Robison
82118e6692
fix blob manager db race condition
2017-06-09 14:09:17 -04:00
Kay Kurokawa
a577f38d80
add claim address as an option to publish API command
2017-06-04 19:26:28 -04:00
Jack Robison
96927ec985
remove lbrynet.metadata
2017-06-02 11:50:50 -04:00
Kay Kurokawa
da8256ad52
catch UnknownNamError instead of base Exception for resolve command
2017-06-01 16:26:03 -04:00
Jack Robison
cd67ca6ce3
remove clean_bad_records
2017-05-11 14:31:50 -04:00
Jack Robison
ecaa5249b4
migrate name metadata table
2017-05-11 14:31:50 -04:00
Jack Robison
ca092262fb
fix name metadata db race condition
2017-05-11 14:31:50 -04:00
Jack Robison
12097e3bfa
broadcast transactions and claim certificates as defer succeed
2017-05-11 14:31:50 -04:00
Jack Robison
632462e1d5
only save stream claims with a sd hash to name_metadata table
2017-05-11 14:19:52 -04:00
Jack Robison
56e214feb6
fix save_name_metadata
2017-05-10 11:26:14 -04:00
Jack Robison
2a8a984efa
add claim and uri caching to wallet and wallet storage
2017-05-03 17:14:36 -04:00
Alex Grintsvayg
113f8ff2d7
fix set_build and version
2017-05-03 13:00:01 -04:00
Jack Robison
a9868a4f17
fix lbryum shut down
2017-05-01 21:09:23 -04:00
Jack Robison
dcdd4d8fd6
wallet config bug
2017-05-01 21:09:23 -04:00
Alex Grintsvayg
2353dbcb00
refactor analytics
2017-04-26 14:19:03 -04:00
Alex Grintsvayg
cd16383fa6
use git version when in dev
2017-04-26 14:18:41 -04:00
Alex Grintsvayg
cdf67de46c
pylint type checking
2017-04-25 14:36:14 -04:00
Jack Robison
dffaf745ec
wait for wallet subscriptions
2017-04-24 00:19:46 -04:00
Jack Robison
dc7193bb8f
Merge pull request #619 from wallermadev/master
...
Adding functionality to check the balance of a given wallet.
2017-04-23 20:27:36 -04:00
Mathew WAller
c9c88055c3
Requested changes
2017-04-23 18:33:06 +01:00
Jack Robison
1ecb32b3ed
less intensive blob availability check
2017-04-21 13:32:59 -04:00
Mathew WAller
6e37a0536a
Removing pylint issues
2017-04-21 02:59:40 +01:00
Mathew WAller
8f0f27da1a
Adding functionality to check the balance of a given wallet.
2017-04-21 02:16:26 +01:00