Jack Robison
|
2dd0221711
|
[API] support ssl, add use_https setting
|
2018-09-26 09:56:26 -04:00 |
|
Mark Beamer Jr
|
559afa465a
|
Implemented removal of float usage. Floats converted to int internally.
|
2018-09-24 01:25:23 -04:00 |
|
Lex Berezhny
|
1675cc4580
|
renamed a bunch of wallet commands and split up the big account command
|
2018-09-03 09:09:28 -04:00 |
|
Lex Berezhny
|
0badea874d
|
test_Downloder tests fixed
|
2018-08-24 11:40:43 -04:00 |
|
Lex Berezhny
|
0dd6193eaa
|
FakeComponent was missing __lt__ comparison operator and couldnt be put in set()
|
2018-08-24 11:40:43 -04:00 |
|
hackrush
|
a7ef8889dd
|
Unified CLI, python 3(WIP) (#1330)
* Added new custom cli class using aiohttp
* Proper error handling in CLI based on RPC error codes(PoC)
* Auth API working
* UnitTests
|
2018-08-24 11:40:43 -04:00 |
|
Lex Berezhny
|
d35d340613
|
fixing unit tests
fixing integration tests
skip running functional tests on travis until they are fixed
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
ba80c0e594
|
py2(iteritems, itervalues) -> py3(items, values)
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
fbdbcc8070
|
assertEquals() -> assertEqual()
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
971252d5d1
|
undo simplejson commit
|
2018-08-24 11:37:53 -04:00 |
|
hackrush
|
c01716a6c0
|
Using simplejson and fixed some encodes and decodes
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
9636ca22e7
|
fixing unit tests
|
2018-08-24 11:37:53 -04:00 |
|
Victor Shyba
|
036663ae62
|
adds get_claims_by_ids and fix a test name
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
03d2d0e237
|
fixed import paths as a result of moving the tests
|
2018-08-24 11:37:53 -04:00 |
|
Lex Berezhny
|
545451a829
|
moved ./lbry/tests to ./tests
|
2018-08-24 11:37:53 -04:00 |
|
Akinwale Ariwodola
|
2abe85ba25
|
moved tests into the lbrynet package
|
2017-09-28 18:21:26 +01:00 |
|
Jack Robison
|
3f42716706
|
update tests
|
2017-09-07 14:01:06 -04:00 |
|
Jack Robison
|
5f9509db96
|
don't use google finance
|
2017-09-07 13:55:36 -04:00 |
|
Kay Kurokawa
|
b2f0dedefb
|
fix error when resolving true/false/floats and also prevent other keys from being parsed as boolean, int, or float in CLI
|
2017-08-14 18:33:41 +02:00 |
|
Zestyr
|
0c2d049c90
|
Fix error when resolving an integer
Fixes #588
|
2017-08-14 12:15:08 -04:00 |
|
Alex Grintsvayg
|
2927f40ccf
|
fix tests
|
2017-08-09 19:10:12 -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 |
|
Kay Kurokawa
|
73927e2b57
|
improve tests for GetStream
|
2017-07-05 16:33:02 -04:00 |
|
Kay Kurokawa
|
f71696ee50
|
delete download_directory argument for API command get
|
2017-06-30 09:39:49 -04:00 |
|
Jack Robison
|
967cc4c63c
|
rename lbrynet.lbrynet_daemon to lbrynet.daemon
|
2017-06-25 21:25:41 -04:00 |
|
Jack Robison
|
eba74b97bd
|
rename lbrynet.lbryfilemanager to lbrynet.file_manager
|
2017-06-25 21:04:04 -04:00 |
|
Jack Robison
|
1ec3218f18
|
rename lbrynet.lbryfile to lbrynet.lbry_file
|
2017-06-25 21:03:37 -04:00 |
|
Kay Kurokawa
|
711c4f3196
|
Various improvements, fixes, and tests for GetStream class
|
2017-06-14 15:05:43 -04:00 |
|
Jack Robison
|
ea0c6eca32
|
multi resolve
|
2017-06-09 14:48:55 -04:00 |
|
Kay Kurokawa
|
c3f61b3e69
|
improve tests for ExchangeRateManager
|
2017-06-02 11:52:57 -04:00 |
|
Jack Robison
|
9f87d502c3
|
update currency conversion
|
2017-06-02 11:52:51 -04:00 |
|
Jack Robison
|
96927ec985
|
remove lbrynet.metadata
|
2017-06-02 11:50:50 -04:00 |
|
Jack Robison
|
57c3d2590c
|
update arg parsing to use docopt
|
2017-05-30 17:43:59 -04:00 |
|
Alex Grintsvayg
|
e19e2f3609
|
stop checking github for new versions
|
2017-04-26 14:18:30 -04:00 |
|
Jack Robison
|
e6f92a2dc7
|
fix fee tests, whitespace
|
2017-04-12 17:43:00 -04:00 |
|
Jack Robison
|
389ee2ad70
|
fix stream_cost_estimate
|
2017-04-11 01:13:10 -04:00 |
|
Jack Robison
|
40374ec202
|
use lbryio api for price data instead of bittrex
|
2017-04-07 19:33:13 -04:00 |
|
Kay Kurokawa
|
931038d478
|
bug fixes for lbryschema integration
|
2017-04-04 20:30:51 -04:00 |
|
Alex Grintsvayg
|
8fa2524e54
|
properly handle true/false cli args
|
2017-03-23 17:44:12 -04:00 |
|
Alex Grintsvayg
|
3f4a4728e6
|
fixed my silly mistakes
|
2017-03-09 07:58:36 -05:00 |
|
Alex Grintsvayg
|
68f5588bd9
|
make loggly logs less verbose
|
2017-03-08 11:23:28 -05:00 |
|
Kay Kurokawa
|
9755e9b11f
|
Improvements to exchange rate manager
|
2017-03-03 12:50:47 -05:00 |
|
Job Evers‐Meltzer
|
04b36e2252
|
Merge pull request #486 from lbryio/electron
Electron
|
2017-02-21 13:19:55 -06:00 |
|
Alex Grintsvayg
|
2add545ab6
|
unbreak tests
|
2017-02-21 13:48:05 -05:00 |
|
jobevers
|
ff5980dfca
|
fix broken version check
|
2017-02-21 09:36:08 -06:00 |
|
jobevers
|
723105157f
|
check lbry-electron for releases
|
2017-02-16 14:18:32 -06:00 |
|
jobevers
|
85390302e2
|
still more fixes
|
2017-02-16 14:13:01 -06:00 |
|
Job Evers-Meltzer
|
e2db99f7ab
|
allow requests that match allowed-origin
|
2017-02-16 11:44:23 -05:00 |
|
Alex Grintsvayg
|
86ba7ffd5c
|
explicitly list jsonrpc params in function signature. add jsonrpc tests
|
2017-01-30 09:58:28 -08:00 |
|
Alex Grintsvayg
|
267c6cbaca
|
refactor conf.settings
|
2017-01-16 22:32:54 -05:00 |
|