Jack Robison
b2141bdf3d
fix import error
2017-12-12 09:26:28 -05:00
Jack Robison
1307727130
revert run commands using deferToThread
...
reverts most of
https://github.com/lbryio/lbry/commit/100493f9068589095c489f797587ddbfd1
7f7899
2017-12-11 12:45:38 -05:00
Jack Robison
100493f906
run commands using the network as deferToThread, don't manually broadcast claims from lbrynet
2017-12-07 14:36:52 -05:00
Jack Robison
b7ee5419d4
better address use, remove _save_wallet from Wallet.py
2017-12-07 14:36:51 -05:00
Jack Robison
90aa89dcae
re-add outpoint to file dictionary returned from file_ commands
2017-12-06 17:22:47 -05:00
Kay Kurokawa
bf29d28c4d
bug fix in claim_renew()
2017-12-05 09:41:43 -05:00
Kay Kurokawa
1ea8c1ad29
no underscore necessary (not a private function)
2017-12-05 09:41:42 -05:00
Jack Robison
d6e3b11026
add claim_renew
2017-12-05 09:41:42 -05:00
Jack Robison
58b789ed42
fix https://github.com/lbryio/lbry/issues/1013
2017-12-05 09:31:29 -05:00
Jack Robison
086c843068
add channel_list, deprecate channel_list_mine
2017-11-22 13:50:07 -05:00
Jack Robison
d98e0e8110
add channel_import and channel_export
2017-11-22 13:46:34 -05:00
Alex Grintsvayg
3152ecfd71
add wallet_list_unspent
2017-11-01 17:29:11 -04:00
Alex Grintsvayg
357f15c5b8
changes that jack pointed out
2017-10-25 12:36:54 -04:00
Alex Grintsvayg
2067180467
add wallet_prefill_addresses command
2017-10-25 12:29:51 -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
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
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
Zestyr
2f2b27e872
Remove old float formatting
2017-07-31 10:38:20 -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
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
Jack Robison
e71389c7e3
update lbryum imports
2017-06-27 19:02:25 -04:00
Jack Robison
bc34c22e58
update daemon settings and settings_set
2017-06-21 22:54:47 -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
Kay Kurokawa
a577f38d80
add claim address as an option to publish API command
2017-06-04 19:26:28 -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
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
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
Mathew WAller
c9c88055c3
Requested changes
2017-04-23 18:33:06 +01:00