Commit graph

376 commits

Author SHA1 Message Date
Alex Grintsvayg
825e9a1235 add Wrap(), Base(), HasTrace() 2018-01-08 16:10:54 -05:00
Alex Grintsvayg
a8fd5b2cbd distinguish between full trace (with message) and just trace 2018-01-08 15:41:35 -05:00
Alex Grintsvayg
8b2b5a6bff errors 2018-01-08 15:15:12 -05:00
Alex Grintsvayg
f5515e5066 init 2018-01-08 15:04:31 -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
a4d61f487a
readme update 2017-12-13 12:58:58 -05:00
Alex Grintsvayg
1ee27af8ce
make sure channel name starts with @ 2017-12-11 13:50:15 -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
e157215ad5
jack's splitter code 2017-10-17 19:13:39 -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
Alex Grintsvayg
bb0583dfb9
added limit to error retrying, excluded common unfixable errors 2017-10-10 20:53:11 -04:00
Alex Grintsvayg
4dc52a2a94
add deps 2017-10-05 12:17:01 -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
838af76c30
makefile 2017-09-28 18:09:46 -04:00
Alex Grintsvayg
5484e143e6
add cobra cmd 2017-09-27 14:10:41 -04:00
Alex Grintsvayg
5114af97f6
publish in channel order, add yt link 2017-09-26 19:48:10 -04:00
Alex Grintsvayg
6adb38d23f
rearrange a bit 2017-09-22 09:24:43 -04:00
Alex Grintsvayg
09cafcba40
useless flag 2017-09-19 14:43:59 -04:00
Alex Grintsvayg
1cef6ad65b
save progress in redis 2017-09-19 14:24:34 -04:00
Alex Grintsvayg
0618da08b8
yt sync works 2017-09-15 18:20:58 -04:00
Alex Grintsvayg
52a6201e18 split files 2017-09-15 07:58:54 -04:00
Alex Grintsvayg
035fb753c9 test multiple names in parallel 2017-09-14 15:13:59 -04:00
Alex Grintsvayg
c24db1580a simple file download checker 2017-09-12 18:17:03 -04:00
Alex Grintsvayg
3b2d6f82bc more rpc methods 2017-09-12 16:38:18 -04:00
Alex Grintsvayg
6e929495fc the beginning of a jsonrpc client 2017-09-12 12:04:45 -04:00
Alex Grintsvayg
7f3e4460fd more work 2017-08-17 11:46:51 -04:00
Alex Grintsvayg
c0290497de remove blacklist, peerwire, and custom bencode lib. successfully receive a request and send a response 2017-08-16 17:35:03 -04:00
Alex Grintsvayg
fa8a4a59bc parameterize node id length 2017-08-16 11:59:03 -04:00
Alex Grintsvayg
1ee831dbf2 delete extra stuff, formatting, removed crawl mode 2017-08-16 11:58:03 -04:00
Alex Grintsvayg
1f26aeeb5c add dht 2017-08-16 11:52:19 -04:00
Alex Grintsvayg
09745cbdea init 2017-08-16 11:50:50 -04:00
Alex Grintsvayg
109a79fb20 rename IsZero to IsNull, add it for null.Time 2017-07-06 15:06:31 -04:00
Jason Seriff
40264a2e6b Remove old github.com references, and update to gopkg.in ones 2016-11-16 13:09:00 +10:00
Aaron L
6ee828f88c Merge commit 'd5e394a' 2016-11-14 19:12:57 -08:00
jseriff
d5e394aaac Update import on bool.go
Switch import to use "gopkg.in/nullbio/null.v6/convert" instead of non-versioned github import, so that build does not require both versions.
2016-11-14 15:16:17 -06:00
Patrick O'brien
41a31fc048 Fix byte scan 2016-11-12 13:40:11 +10:00