Kay Kurokawa
|
98d3a4cb46
|
fix api consistency issues from lbryum
|
2017-03-10 11:52:12 -05:00 |
|
Alex Grintsvayg
|
ab1bdb7eaf
|
Bump version: 0.9.0rc15 → 0.9.0rc16
|
2017-03-09 15:30:36 -05:00 |
|
Umpei Kay Kurokawa
|
8ef3f81f0c
|
Merge pull request #523 from lbryio/remove_unused_wallet_func
remove unused functions in wallet
|
2017-03-09 13:15:26 -05:00 |
|
Umpei Kay Kurokawa
|
cf56d8fa4a
|
Merge pull request #522 from lbryio/do_not_expose_get_claims_from_tx
Do not expose get_claims_from_tx() from the API
|
2017-03-09 13:15:13 -05:00 |
|
Kay Kurokawa
|
881efabc0c
|
remove unused _get_status_of_claim() and get_name_and_validity_for_sd_hash() function in Wallet
|
2017-03-09 12:02:36 -05:00 |
|
Kay Kurokawa
|
aef274577f
|
Do not expose get_claims_from_tx() from the API
|
2017-03-09 11:54:34 -05:00 |
|
Jack Robison
|
5d6ca0aae6
|
add get_sd_hash to utils
|
2017-03-09 10:39:25 -05:00 |
|
Alex Grintsvayg
|
9a4230dd96
|
Bump version: 0.9.0rc14 → 0.9.0rc15
|
2017-03-09 10:37:44 -05:00 |
|
Alex Grintsvayg
|
3f4a4728e6
|
fixed my silly mistakes
|
2017-03-09 07:58:36 -05:00 |
|
Alex Grintsvayg
|
63cb2cf571
|
raise exceptions, dont yield them
|
2017-03-08 17:14:31 -05:00 |
|
Alex Grintsvayg
|
54b4b6984e
|
fix jsonrpc help
|
2017-03-08 17:10:03 -05:00 |
|
Kay Kurokawa
|
98f90a4ad6
|
fixing minor debugging bug
|
2017-03-08 15:32:00 -05:00 |
|
Jack Robison
|
e29a91b69a
|
fix pylint
|
2017-03-08 14:19:54 -05:00 |
|
Jack Robison
|
fdcc5e6829
|
fix file delete keyword arg bug
|
2017-03-08 14:04:40 -05:00 |
|
Umpei Kay Kurokawa
|
da99f3f22b
|
Merge pull request #493 from lbryio/filemanager_related_tests
Filemanager related unit tests
|
2017-03-08 11:53:46 -05:00 |
|
Jack Robison
|
992be881af
|
fix _get_lbry_file return bug
|
2017-03-08 11:53:24 -05:00 |
|
Alex Grintsvayg
|
a0cbd5af33
|
Merge branch 'less_verbose_loggly'
* less_verbose_loggly:
make loggly logs less verbose
|
2017-03-08 11:23:37 -05:00 |
|
Alex Grintsvayg
|
68f5588bd9
|
make loggly logs less verbose
|
2017-03-08 11:23:28 -05:00 |
|
Umpei Kay Kurokawa
|
531fa63590
|
Merge pull request #519 from lbryio/fix_publish_docstring
fix docstring for daemon publish command
|
2017-03-08 10:50:54 -05:00 |
|
Kay Kurokawa
|
9048244cdc
|
fix docstring for daemon publish command
|
2017-03-08 10:39:31 -05:00 |
|
Jack Robison
|
74754c9870
|
Merge pull request #517 from lbryio/fix-filter-by-outpoint
fix filter files by outpoint
|
2017-03-08 09:40:14 -05:00 |
|
Jack Robison
|
a7c2ad470c
|
fix tests
|
2017-03-08 09:36:32 -05:00 |
|
Jack Robison
|
a132496643
|
fix filter files by outpoint
|
2017-03-08 09:31:36 -05:00 |
|
Kay Kurokawa
|
f600038712
|
work on unit tests for file management related classes
|
2017-03-08 09:15:06 -05:00 |
|
Kay Kurokawa
|
eae8f8a00e
|
add random_lbry_hash() function to tests.util
|
2017-03-08 09:15:06 -05:00 |
|
Umpei Kay Kurokawa
|
ac33663444
|
Merge pull request #510 from lbryio/remove_jsonrpc_coms
Removing unuseful/unused commands from daemon API
|
2017-03-07 21:23:33 -05:00 |
|
Kay Kurokawa
|
ba8b7ca090
|
add changelog
|
2017-03-07 21:17:06 -05:00 |
|
Kay Kurokawa
|
1aa715c927
|
remove file_utils import from Daemon
|
2017-03-07 21:17:06 -05:00 |
|
Kay Kurokawa
|
931925be15
|
remove start and reveal from file_utils
|
2017-03-07 21:17:06 -05:00 |
|
Kay Kurokawa
|
e2ed9f21d2
|
delete reveal and open command from api, not needed for electron
|
2017-03-07 21:17:06 -05:00 |
|
Kay Kurokawa
|
e6cd4c9877
|
removing unuseful/unused commands from daemon API
|
2017-03-07 21:17:06 -05:00 |
|
Jack Robison
|
e2cc212eb8
|
Merge pull request #512 from lbryio/file-list-refactor
File list refactor
|
2017-03-07 20:38:04 -05:00 |
|
Jack Robison
|
74cf14df48
|
Merge pull request #514 from lbryio/fix-compare-outpoint
Add string comparison to ClaimOutpoint
|
2017-03-07 20:36:44 -05:00 |
|
Alex Liebowitz
|
18c690d801
|
Add string comparison to ClaimOutpoint
|
2017-03-07 18:31:05 -05:00 |
|
Jack Robison
|
9e09d1fc38
|
handle multiple files to delete in file_delete
|
2017-03-07 18:30:18 -05:00 |
|
Jack Robison
|
454755169a
|
explain get_count_for_stream in file_delete
|
2017-03-07 18:29:44 -05:00 |
|
Jack Robison
|
bc9b990728
|
return file json from get
|
2017-03-07 18:29:44 -05:00 |
|
Jack Robison
|
7ad46e70be
|
remove deprecated delete_lbry_file, move file deletion to lbry_file_manager
|
2017-03-07 18:29:44 -05:00 |
|
Jack Robison
|
4f9b5c4624
|
refactor file_list, remove deprecated file retrieval functions
|
2017-03-07 18:29:44 -05:00 |
|
Jack Robison
|
9744287370
|
change attribute "uri" to "name"
|
2017-03-07 18:29:44 -05:00 |
|
Alex Grintsvayg
|
59a5a3164f
|
Bump version: 0.9.0rc13 → 0.9.0rc14
|
2017-03-07 16:03:19 -05:00 |
|
Alex Grintsvayg
|
6fb3313eaf
|
Bump version: 0.9.0rc12 → 0.9.0rc13
|
2017-03-06 18:15:45 -05:00 |
|
Alex Grintsvayg
|
2bfbae9d4e
|
Bump version: 0.9.0rc11 → 0.9.0rc12
|
2017-03-06 17:47:50 -05:00 |
|
Alex Grin
|
daa0ff036d
|
Merge pull request #507 from lbryio/fix_download_timeout
Fix downloading not timing out properly when unable to download sd blob
|
2017-03-03 17:14:00 -05:00 |
|
Kay Kurokawa
|
d642ba039d
|
Fix downloading not timing out properly when unable to download sd blob
|
2017-03-03 16:45:25 -05:00 |
|
Umpei Kay Kurokawa
|
9350b9e127
|
Merge pull request #501 from lbryio/fix_exchange_rate_manager
Improvements to exchange rate manager
|
2017-03-03 12:54:57 -05:00 |
|
Kay Kurokawa
|
9755e9b11f
|
Improvements to exchange rate manager
|
2017-03-03 12:50:47 -05:00 |
|
Alex Grin
|
a64424f28c
|
Merge pull request #503 from lbryio/exclude_tests_setup
Exclude tests folders in setup.py
|
2017-03-02 09:04:18 -05:00 |
|
Kay Kurokawa
|
eee1acb24a
|
Exclude tests folders in setup.py
|
2017-02-28 15:03:00 -05:00 |
|
Alex Grintsvayg
|
0e76ca0767
|
update docs
|
2017-02-28 12:31:55 -05:00 |
|