Commit graph

31 commits

Author SHA1 Message Date
Niko Storni
53778a3e4e
add dupes patcher and database patcher
add claim_abandon function
refactor logic
2018-09-26 16:27:32 -04:00
Niko Storni
6b65cb115a
detect name collisions based on api data
improve mutex usage
remove unnecessary line breaks
2018-09-05 13:44:24 -04:00
Niko Storni
20876362e4
fix bug in prefill 2018-08-20 07:59:18 -04:00
Niko Storni
f434232cae
use channelIDs instead of channel names
add support for custom lbrycrd instance
2018-08-20 07:59:11 -04:00
Niko Storni
38c1883dde
use stop group instead of wait group
refactoring
address reviews
2018-08-14 10:48:59 -04:00
Niko Storni
58c8e7f5a3
bug fixes 2018-08-09 20:19:51 -04:00
Niko Storni
688ce0de1c
fix mysterious bug 2018-08-09 20:13:53 -04:00
Niko Storni
3a51ea9b76
add function to wait for a new block
bad bug fixes
remove half broken code used to wait for UTXOs
use channel IDs rather than names (skip lbryum)
port changes to UCB uploader
2018-08-09 20:13:53 -04:00
Niko Storni
9cfda0df64
change utxos confirmation behavior
should make startup faster
bug fixes
2018-08-09 20:13:52 -04:00
Niko Storni
3956e0dc94
update synced videos map on progress
add locking
fix bugs
2018-08-09 20:13:52 -04:00
Niko Storni
630ca87f9d
fix oversights 2018-08-09 20:13:52 -04:00
Niko Storni
c428b5ef77
remove redis dependency
use video statuses
2018-08-09 20:13:52 -04:00
Niko Storni
7a3d2bf4bc
add more startup parameters 2018-08-01 08:56:07 -04:00
Niko Storni
7322d4013c
address review comments 2018-07-23 20:01:38 -04:00
Niko Storni
d596240099
fix slack logging
add failure cases
change interrupt behavior for fatal errors
bump up timeout to 20 minutes
change max file size to 2GB
remove unnecessary utxo wait
2018-07-12 08:26:46 -04:00
Niko Storni
2f615df34d
add concurrency support
fix error handling (FINALLY)
fix slack message formatting
add locking for wallet setup to support concurrency
remove UTXO bug workaround (lbryumx should fix it)
add limits to filesize
2018-07-12 08:26:45 -04:00
Niko Storni
659a20a5ba
fix selfsync issues with the queue
remove margin for fees
handle non latin names
adjusted error handling
2018-07-12 08:26:45 -04:00
Niko Storni
6fb792f80c
move params to env vars
consider fees of 0.1 while calculating setup funds
add change address to speed up publishing
rebase
2018-07-12 08:26:45 -04:00
Niko Storni
42deb1d29d
address more errors
increase room for fees (Jeremy says just pay more)
add code to wait for daemon startup
2018-07-12 08:21:16 -04:00
Niko Storni
c5c66eac14
increase the margin for fees
decrease number of addresses to use (we fall back to waiting for a block)
2018-07-12 08:21:16 -04:00
Niko Storni
7776b3a592
added timeout to utxo waiting
added more error handling
2018-07-12 08:21:16 -04:00
Niko Storni
160b08811f fix shutdown race condition
increase number of addresses to use
2018-04-20 15:06:55 -04:00
Niko Storni
540e9057e7
partially fix prefill error
skip failed videos rather than failing
2018-04-17 14:53:10 -04:00
Alex Grintsvayg
4c5d6ab161
channel_list_mine is now channel_list 2018-03-15 14:39:43 -04:00
Alex Grintsvayg
8dd15ee220
add flag to manually refill credits into sync wallet 2018-03-12 16:58:37 -04:00
Alex Grintsvayg
263a6301a6
recover ytsync panics when processing videos, switch to our errors everywhere 2018-03-09 11:47:38 -05:00
Alex Grintsvayg
258506d998
ucb 2018-03-01 14:23:25 -05:00
Alex Grintsvayg
75e2abdeac
add credits to claim channel if we need 2018-01-10 17:07:16 -05:00
Alex Grintsvayg
9de1b61459
minor 2018-01-09 10:49:21 -05:00
Alex Grintsvayg
af01d1626d
require channel name, read channel ids from file 2017-12-29 19:21:16 -05:00
Alex Grintsvayg
b15e514638
big refactor, abort on ctrl-c, proper wallet init and backup 2017-12-28 12:18:01 -05:00