Commit graph

2622 commits

Author SHA1 Message Date
Jack Robison 2aee5f7948
Bump version 0.14.3rc5 --> 0.14.3rc6
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-08-02 17:09:40 -04:00
Jack Robison 5312b2b988
Bump version 0.14.3rc4 --> 0.14.3rc5
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-08-02 10:41:06 -04:00
Jack Robison e1287c9b66
Bump version 0.14.3rc3 --> 0.14.3rc4
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-07-31 11:16:33 -04:00
Umpei Kay Kurokawa 5ce360511b Merge pull request #793 from lbryio/blob_announce
Better blob announce API command
2017-07-31 11:09:03 -04:00
Kay Kurokawa 999d223241 add changelog 2017-07-31 10:52:28 -04:00
Kay Kurokawa 4e05eac854 add blob_announce API command, to eventually replace blob_announce_all 2017-07-31 10:52:23 -04:00
Jack Robison c108ef0f83
Bump version 0.14.3rc2 --> 0.14.3rc3
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-07-31 10:49:20 -04:00
Jack Robison 15e44b0c9d
Merge branch 'fix_resolve_formatting' 2017-07-31 10:46:02 -04:00
Zestyr 2f2b27e872
Remove old float formatting 2017-07-31 10:38:20 -04:00
Jack Robison cc7a3d3dcc
Bump version 0.14.3rc1 --> 0.14.3rc2
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-07-27 09:54:38 -04:00
Jack Robison 9d7067f3b7
Merge branch 'hackrush_max_key' 2017-07-27 09:53:57 -04:00
Jack Robison 93135f847b
Merge branch 'master' into hackrush_max_key 2017-07-27 09:53:47 -04:00
Jack Robison c3a16ad837
Bump version 0.14.2 --> 0.14.3rc1
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-07-27 09:53:11 -04:00
Jack Robison d428bbeb5e
Merge branch 'hackrush01-no_of_claims' 2017-07-27 09:51:17 -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
hackrush b9257004dd Resolving a channel returns 'channel_claim_count'
Since I couldn't get my lbryum server up for testing this, it is a dry
fix based on the review.

Goes with lbryio/lbryum#138
2017-07-25 01:26:17 +05:30
Jack Robison bf6bc02828
Bump version 0.14.2rc7 --> 0.14.2
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-07-24 14:03:25 -04:00
Kay Kurokawa 15d672bfe0 fix if statment for resolving certificate 2017-07-20 14:05:00 -04:00
Umpei Kay Kurokawa 32a9e1c4bd Merge pull request #791 from lbryio/fix_cache_fail
Fix if statement causing claim with certificate to not get cached, and cause downloading to fail
2017-07-20 13:37:29 -04:00
Kay Kurokawa fa1ebc995c fix if statement causing claim with certificate to not get cached 2017-07-20 12:38:06 -04:00
Jack Robison 941c0d8d8f
Bump version 0.14.2rc6 --> 0.14.2rc7
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-07-19 19:41:52 -04:00
Jack Robison c96ce5b8ad Merge pull request #790 from lbryio/fix-new-directories
Fix new default directories
2017-07-19 19:00:52 -04:00
Jack Robison 5e2e96b1ff
fix directories 2017-07-19 18:52:48 -04:00
Jack Robison ac2602e8b3
Merge branch 'fix-allowed-during-startup' 2017-07-19 12:09:52 -04:00
Jack Robison 4e5ff49177
fix allowed_during_startup 2017-07-19 11:43:45 -04:00
Jack Robison d3bf097687
Bump version 0.14.2rc5 --> 0.14.2rc6
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-07-18 15:56:09 -04:00
Alex Grin 5a230fdab4 Merge pull request #780 from vv181/remove-stream-info-cache
remove stream info cache
2017-07-18 08:32:17 -04:00
Alex Grintsvayg 83c413e10c Merge branch 'fix_default_directories'
* fix_default_directories:
  Fix unit test
  Update default directories
  Clean up legacy code
2017-07-18 08:31:16 -04:00
Zestyr 3c40957575 Fix unit test 2017-07-17 21:51:01 +02:00
Zestyr bfa626c6e6 Update default directories
Fixes #574
2017-07-17 21:50:58 +02:00
Zestyr a2350fd539 Clean up legacy code 2017-07-17 21:39:40 +02:00
Jack Robison 21de1fceee
Bump version 0.14.2rc4 --> 0.14.2rc5
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-07-17 14:18:08 -04:00
Jack Robison 9b49d3592e Merge pull request #730 from lbryio/fix_claim_show_args
Fix claim_show (API change)
2017-07-17 14:08:08 -04:00
Kay Kurokawa 7072362fd7 add changelog 2017-07-17 12:17:39 -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 b355e9ed8e make accurate docstring of claim_show 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
vv181 196c7eb494 remove stream info cache
remove stream info cache
2017-07-15 23:54:23 +07:00
Jack Robison ab3278c50a
Bump version 0.14.2rc3 --> 0.14.2rc4
Signed-off-by: Jack Robison <jackrobison@lbry.io>
2017-07-14 14:44:03 -04:00
Jack Robison aced5b6499 Merge pull request #779 from lbryio/fix-loggly
Fix loggly
2017-07-14 14:42:47 -04:00
Jack Robison 19578fb10f
update changelog 2017-07-14 14:35:51 -04:00
Jack Robison dfedb6cd01
update loggly token 2017-07-14 14:29:12 -04:00
Jack Robison 422dbb549b
catch network-unreachable error in dht protocol 2017-07-14 14:29:12 -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
Umpei Kay Kurokawa 06edd1f16a Merge pull request #781 from lbryio/disable_max_key_fee
Updated max_key_fee setting with disable_max_key_fee
2017-07-14 14:19:17 -04:00
hackrush f7b6a09110 Updated max_key_fee_setting
Added an option to disable max key fee check.
Did the required docs changes.
2017-07-14 14:09:30 -04:00