Niko Storni
630ca87f9d
fix oversights
2018-08-09 20:13:52 -04:00
Niko Storni
b3f7f93f5f
refactor and fix api response handlers
...
reinstate redis db to detect inconsistencies
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
d432ef565d
update status response signature
...
addresses #33
requires new daemon v0.21 to work!
2018-08-09 20:11:35 -04:00
Alex Grintsvayg
544ee88311
fixed a few reflector issues, added some tests
2018-08-09 15:46:40 -04:00
Alex Grintsvayg
2bf37ffd03
final fix
2018-08-07 12:06:02 -04:00
Alex Grintsvayg
8cd69c1a17
fixed or silenced the last few things to get this building
2018-08-07 11:53:29 -04:00
Alex Grintsvayg
0a54d4da56
fixed some linting errors
...
found them using
```
gometalinter --skip=vendor --disable-all --enable=megacheck --enable=deadcode --enable=ineffassign --enable=interfacer --enable=errcheck ./...
```
2018-08-07 11:38:56 -04:00
Alex Grintsvayg
d9b4c0f94d
fix rpc server
2018-08-07 11:10:12 -04:00
Alex Grintsvayg
299f718f25
update dependencies, only run short tests in travis
2018-08-06 19:52:34 -04:00
Alex Grintsvayg
f701b78160
fix stuck goroutine
2018-08-06 19:52:09 -04:00
Niko Storni
e2c96944fc
add finalized status
2018-08-03 07:02:48 -04:00
Niko Storni
efbd253ef3
fix typo
2018-08-02 10:37:24 -04:00
Niko
073d616f21
Merge pull request #30 from lbryio/readme-update
...
Add readme file
2018-08-02 14:17:21 +02:00
Niko Storni
754fd4c375
add/update readme
2018-08-02 08:12:45 -04:00
Niko Storni
7a3d2bf4bc
add more startup parameters
2018-08-01 08:56:07 -04:00
Alex Grintsvayg
38eaa17a9b
announce still needs tests, but i tested a lot by hand and its good
2018-07-26 21:30:22 -04:00
Alex Grintsvayg
5378fcbb94
hash announcer / rate limiter
2018-07-26 16:05:27 -04:00
Niko Storni
b93e15eb09
fix ytsync update command
2018-07-25 19:45:12 -04:00
Niko Storni
4bc9c48504
rename ytsync endpoints
...
enable video tracking
2018-07-25 13:08:39 -04:00
Alex Grintsvayg
965bed9587
refactor contact sort
2018-07-25 11:44:11 -04:00
Alex Grintsvayg
c72525e2c3
Merge branch 'automation-support'
...
* automation-support: (31 commits)
address review comments
rename selfsync to ytsync
remove invalid tests
remove common.go
update dependencies
resolve rebase conflicts
remove launch parameter
fix slack logging
resolve conflict changes in rebase
improve update process
supply hostname for job listing
add concurrency support
add datetime boundaries
fix selfsync issues with the queue
move params to env vars
refactor selfsync process
improve continuos self sync
add clean interruption
add support for channel updates
add regtest support
...
2018-07-25 10:37:25 -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
Jack Robison
0151982bea
more
...
-add rpc_port argument
-run node on localhost for testing
2018-07-17 17:19:03 -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
Alex Grintsvayg
f068daf0b8
handle peer port correctly
2018-07-13 13:31:54 -04:00
Alex Grintsvayg
283ec46bd5
Revert "add tcp port mapping to data store"
...
This reverts commit 76b0e156366163ad9caae988253f66680a4c5bec.
2018-07-13 12:49:41 -04:00
Jack Robison
c2d0c0a2d9
iterative find value rpc command
...
-add NodeID to GetRoutingTable response
-remove other debugging commands
2018-07-13 11:25:08 -04:00
Jack Robison
b136ac26ce
add jack.lbry.tech as a known node for debugging
2018-07-13 11:24:11 -04:00
Jack Robison
a98d10fbd5
add tcp port mapping to data store
2018-07-13 11:23:18 -04:00
Alex Grintsvayg
a3d0a3543a
bucket splitting is solid
2018-07-12 14:34:24 -04:00
Jack Robison
6e80d3d8e1
add dht start command, run a jsonrpc server to interact with the node
2018-07-12 10:17:14 -04:00
Niko Storni
4a4008d6a0
update dependencies
2018-07-12 09:02:48 -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
fb748cb255
resolve conflict changes in rebase
2018-07-12 08:26:45 -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