Commit graph

42 commits

Author SHA1 Message Date
Niko Storni
7a3d2bf4bc
add more startup parameters 2018-08-01 08:56:07 -04:00
Niko Storni
b93e15eb09
fix ytsync update command 2018-07-25 19:45:12 -04:00
Niko Storni
7322d4013c
address review comments 2018-07-23 20:01:38 -04:00
Niko Storni
915862c324
rename selfsync to ytsync
add video marking support
2018-07-20 19:56:38 -04:00
Niko Storni
f800e77e4c
remove invalid tests
move functions out of utils
address review comments
revert lockfile changes
2018-07-18 08:47:12 -04:00
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
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
98a1c62eba
improve update process 2018-07-12 08:26:45 -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
df1c959878
add datetime boundaries 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
0df643a550
refactor selfsync process 2018-07-12 08:24:44 -04:00
Niko Storni
5a1ba06f4c
improve continuos self sync
fix bug in error handling while deleting videos
refactoring of code
2018-07-12 08:24:43 -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
c8eebbfae1
add 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
bf7b7c0ca6
move code to the right place
remove unused code
expand slack test
fix formatting
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
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
e600fb59fa
add fail state
add panic/edge cases
add marking channels as completed/failed
2018-07-12 08:19:05 -04:00
Niko Storni
c0be626ef2
add selfsync cmd
add tests
add more slack updates
remove unneded test
extract constants to own file
2018-07-12 08:19:05 -04:00
Niko Storni
7754abf1d0
add tests 2018-07-12 08:19:05 -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
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
9ceed077ff
remove 2018-03-01 14:25:13 -05:00
Alex Grintsvayg
058f350ad0
seed rand, add dht command 2018-02-27 13:31:19 -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
Alex Grintsvayg
1ee27af8ce
make sure channel name starts with @ 2017-12-11 13:50:15 -05:00
Alex Grintsvayg
59f0b52b54
add channel takeover flag 2017-11-06 16:42:52 -05: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
be63f05edc
refactor 2017-10-10 22:02:16 -04:00
Alex Grintsvayg
bb0583dfb9
added limit to error retrying, excluded common unfixable errors 2017-10-10 20:53:11 -04:00
Alex Grintsvayg
af3ab410cb
added flags to retry errors and stop on errors 2017-10-04 13:40:51 -04:00
Alex Grintsvayg
c25b5d780c
replicate concurrent publish error 2017-10-03 11:26:44 -04:00
Alex Grintsvayg
402fad29ac
proper decimal type 2017-10-02 15:39:13 -04:00
Alex Grintsvayg
5484e143e6
add cobra cmd 2017-09-27 14:10:41 -04:00