Job Evers‐Meltzer
ec873129d5
Merge pull request #434 from lbryio/ensure-tmp-blobs-deleted
...
Bug fix: delete empty blobs
2017-01-24 11:55:13 -05:00
Job Evers‐Meltzer
a90f413f94
Merge pull request #438 from lbryio/warn_large_wallet
...
Add warning for large wallet sizes
2017-01-24 11:54:53 -05:00
Alex Grin
db1abd8cca
Merge pull request #433 from lbryio/kauffj-patch-1
...
Clarify how to install, verify install, and make a change
2017-01-24 11:52:23 -05:00
Alex Grin
18a0b07181
Update INSTALL.md
2017-01-24 11:52:02 -05:00
Alex Grin
8fd7489d99
Update INSTALL.md
2017-01-24 11:51:12 -05:00
Kay Kurokawa
ee84253b90
add warning for large wallet sizes
2017-01-23 18:55:20 -05:00
Job Evers‐Meltzer
06e45ee32a
Merge pull request #410 from lbryio/reveal-open-refactor
...
Add open() API method and refactor/update reveal() API method (WIP)
2017-01-23 16:44:31 -05:00
Job Evers-Meltzer
7696f30009
add debug log to hash announcing
2017-01-21 22:48:16 -06:00
Job Evers-Meltzer
c211d87164
Bug fix: delete empty blobs
...
When creating a CryptStream, the last blob is always empty. Previously, this
blob wouldn't be deleted and would instead just stick around in the blobfiles
directory.
2017-01-21 17:27:19 -06:00
Job Evers-Meltzer
dc57b62157
add script to run tests
2017-01-21 16:04:38 -06:00
Jeremy Kauffman
c71ac5b535
Ignore the folder we recommend to use for virtual-env in INSTALL.md
2017-01-21 11:19:44 -05:00
Jeremy Kauffman
5a467f55ba
easier to read
2017-01-21 11:17:05 -05:00
Jeremy Kauffman
9a24bddead
amend/clarify install instructions
2017-01-21 11:13:55 -05:00
Alex Liebowitz
d3a63c38fc
Fix pylint errors
2017-01-20 22:36:31 -05:00
Alex Liebowitz
08aa024499
Use inlineCallbacks for jsonrpc_open() and jsonrpc_reveal()
2017-01-20 22:29:27 -05:00
Alex Liebowitz
5db1a4d328
Refactor and update open() and reveal() RPC methods
...
- Both methods now take an SD hash instead of a path (more logical API
and avoids potential security problems)
- Moves the core logic into functions on a new module,
lbry.core.file_utils
- Adds reveal support for Windows
2017-01-20 22:29:27 -05:00
Alex Liebowitz
e95adecd41
Rename jsonrpc_open_file to jsonrpc_open
2017-01-20 22:29:27 -05:00
Alex Liebowitz
8b68a752ed
Add file_utils module
2017-01-20 22:29:27 -05:00
Alex Liebowitz
51a5510b38
Add open_file() RPC method
2017-01-20 22:29:27 -05:00
Job Evers-Meltzer
2c9c0da501
get_blob bug fix
2017-01-20 17:41:08 -06:00
Umpei Kay Kurokawa
60195ed6d4
Merge pull request #427 from lbryio/fix_new_address
...
Prevent excessive generation of new addresses
2017-01-20 17:14:21 -05:00
Job Evers‐Meltzer
e37fbc4fdb
Merge pull request #430 from lbryio/more-verified-time
...
missed another verified time check
2017-01-20 13:34:43 -06:00
Job Evers-Meltzer
3e774fc158
missed another verified time check
2017-01-20 18:47:53 +00:00
Alex Grintsvayg
c62ee6bb0c
fix loading settings from env
2017-01-20 13:38:49 -05:00
Alex Grintsvayg
3aea476014
ignore invalid config file keys
2017-01-20 12:39:59 -05:00
Job Evers-Meltzer
8c5f7a9849
fix missing arg in get_blob
2017-01-20 11:35:34 -06:00
Jeremy Kauffman
6bc3e8a3f4
fix typo in readme link
2017-01-20 12:27:19 -05:00
Job Evers‐Meltzer
6c571b5227
Blob verification fixes ( #428 )
...
* Move the blob verification to the actual Blob object
* remove the check on verification time
* remove get_blob_length from BlobManager
Removed because I'm not sure what checking verification time against ctime gets us, except some protection against an accidental modification of the blob.
2017-01-20 10:54:36 -06:00
Kay Kurokawa
8628b127f7
do not create new addresses in lbryum, get unused ones
2017-01-18 20:48:23 -05:00
Job Evers‐Meltzer
91d673a539
Merge pull request #423 from lbryio/check-wallet-on-status
...
Safegaurd against there not being a wallet on status call
2017-01-18 10:10:52 -06:00
Job Evers-Meltzer
851ab7ba28
Safegaurd against there not being a wallet on status call
...
Also switch status call to an inlineCallback
2017-01-18 09:36:01 -06:00
Job Evers-Meltzer
7bc1bc487f
Bump version: 0.8.0rc1 → 0.8.0rc2
2017-01-17 22:08:34 -06:00
Job Evers‐Meltzer
05d50c1821
Merge pull request #420 from lbryio/fix-watch-resource
...
fix resource needed for watch
2017-01-17 22:07:06 -06:00
Job Evers‐Meltzer
40b6476cf7
Merge pull request #421 from lbryio/add-back-id
...
Add back id
2017-01-17 22:06:56 -06:00
Job Evers-Meltzer
13bfcb3561
fix missing id_ parameter to _render_error
2017-01-17 20:01:28 -06:00
Job Evers-Meltzer
1a850b0256
log exception on callback failure
2017-01-17 20:01:04 -06:00
Job Evers-Meltzer
78b0f923f4
fix resource needed for watch
2017-01-17 19:26:09 -06:00
Job Evers-Meltzer
1aa7981ab1
download blob script update
2017-01-17 17:11:14 -06:00
Alex Grin
17d9c0ab97
Merge pull request #417 from lbryio/refactor_settings
...
refactor conf.settings
2017-01-17 14:53:01 -05:00
Umpei Kay Kurokawa
8d1404bd1e
Merge pull request #413 from lbryio/fix_fee_out
...
fix log message in publisher
2017-01-17 14:05:57 -05:00
Alex Grintsvayg
4634179a7e
more long lines
2017-01-17 12:51:33 -05:00
Alex Grintsvayg
23872c77e9
fix long lines
2017-01-17 12:31:48 -05:00
Alex Grintsvayg
cac8267e85
updates, more refactoring for greater clarity
2017-01-17 12:29:09 -05:00
Alex Grintsvayg
267c6cbaca
refactor conf.settings
2017-01-16 22:32:54 -05:00
Kay Kurokawa
03b214a9d2
convert claim_out['fee'] to float
2017-01-16 15:36:37 -05:00
Job Evers-Meltzer
8a026071eb
Bump version: 0.8.0rc0 → 0.8.0rc1
2017-01-16 12:01:35 -05:00
Job Evers‐Meltzer
9fb1cd0944
Merge pull request #412 from lbryio/revert-405-no-more-osx-on-travis
...
Revert "Remove osx from travis build matrix"
2017-01-16 10:53:56 -06:00
Job Evers‐Meltzer
a338d1f0e1
Revert "Remove osx from travis build matrix"
2017-01-16 11:52:19 -05:00
Job Evers-Meltzer
8a338b37b2
Bump version: 0.7.12 → 0.8.0rc0
2017-01-13 14:15:01 -06:00
Job Evers‐Meltzer
2b2fa29db5
Merge pull request #395 from lbryio/fix_publish_output
...
Fix Daemon RPC command publish output
2017-01-13 14:02:23 -06:00