Commit graph

46 commits

Author SHA1 Message Date
Niko Storni
dfa3bb1b19
remove common.go
merge sync and selfsync
export sync manager out of cmd package
clean up ytsync.go
address #19 and #20
2018-07-17 12:54:28 -04:00
Niko Storni
45bb0f2014
resolve rebase conflicts 2018-07-12 08:28:24 -04:00
Niko Storni
3cf504d16a
remove launch parameter
improve failure handling
adjust slack logging
increase file size in string
increase publish timeout to 40 minutes
2018-07-12 08:26:46 -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
50d24ead95
supply hostname for job listing
fix download race condition
adjusted error handling
2018-07-12 08:26:45 -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
744021cfbc
add clean interruption
change how post requests are made
add better support for channel updates
2018-07-12 08:24:43 -04:00
Niko Storni
d0cfcaa3e5
add regtest support
improve error handling
2018-07-12 08:24:43 -04:00
Niko Storni
788857d2c3
add disk space check
remove unneeded panics
improve error handling
add tests
fix error checking that was comparing for exact values
sort imports
2018-07-12 08:24:43 -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
7776b3a592
added timeout to utxo waiting
added more error handling
2018-07-12 08:21:16 -04:00
Niko Storni
34bb0baa4a
add slack logging
reduce claim name length (fees are too high)
delete videos in case of failure too
reduce synced videos to 1000 most recent
2018-07-12 08:21:15 -04:00
Niko Storni
b9f302e316
address more errors for better automation 2018-07-12 08:21:15 -04:00
Niko Storni
efd6a4b620
fix wallet refill handler
add slack logging
add PoC for channel fetching
2018-07-12 08:18:58 -04:00
Alex Grintsvayg
821cfb748e
refactor stopgroup to use context, which allows parent/child cancelations 2018-06-26 08:53:48 -04:00
Alex Grintsvayg
f0762e9c57
fix typo in dependencies 2018-06-13 12:44:09 -04:00
Niko Storni
e74070259e
update dependencies
fix issue preventing compilation
format project
2018-06-11 17:42:00 -04:00
Alex Grintsvayg
2a6ea528bd
update stoponce 2018-05-24 12:59:34 -04:00
Niko Storni
9ecbedadf5
add temporary limit for huge channels 2018-04-25 17:07:18 -04:00
Niko Storni
e976cd0fa0 add playlist position
add delete function
2018-04-25 14:56:26 -04:00
Niko Storni
5d6204a349
improve daemon shutdown detection 2018-04-24 14:50:10 -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
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
1b6c47c841
add daemon timeout option, stop ytsync gracefully during daemon startup 2018-03-08 19:42:50 -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
4942de8992
fixes 2017-12-29 18:51:38 -05:00
Alex Grintsvayg
b15e514638
big refactor, abort on ctrl-c, proper wallet init and backup 2017-12-28 12:18:01 -05:00
Alex Grintsvayg
d425c8073b
move wallet file, not the whole dir 2017-12-08 15:11:44 -05:00
Alex Grintsvayg
ad4f7c530c
test lbrycrd connection before sending 2017-11-21 13:53:56 -05:00
Alex Grintsvayg
68c8e4c3ea
more fixes 2017-11-06 20:22:32 -05:00
Alex Grintsvayg
59f0b52b54
add channel takeover flag 2017-11-06 16:42:52 -05:00
Alex Grintsvayg
e165df25b8
continue unfinished syncs 2017-11-03 11:46:19 -04:00
Alex Grintsvayg
a8a7473714
start-to-finish sync of a single channel 2017-11-03 08:46:27 -04:00
Alex Grintsvayg
44417d12d9
automatically split balance into multiple addresses 2017-11-02 11:20:22 -04:00
Alex Grintsvayg
ffa93be2c5
minor 2017-10-17 20:35:19 -04:00
Alex Grintsvayg
d369e2abb9
minor refactor 2017-10-11 13:13:47 -04:00
Alex Grintsvayg
9d4622d044
fix claim address, add readme 2017-10-11 12:45:56 -04:00
Alex Grintsvayg
f5cba7e913
error in channel ownership check 2017-10-11 11:25:43 -04:00
Alex Grintsvayg
be63f05edc
refactor 2017-10-10 22:02:16 -04:00