Commit Graph

86 Commits

Author SHA1 Message Date
c84c01f8d2 Cleanup 2017-10-20 17:03:17 -07:00
6beed7b064 Refactor aggreagtion validator 2017-10-20 17:02:53 -07:00
09a3e1352b Better log message 2017-10-19 21:57:07 -07:00
a5e78e3814 Fix validator bugs 2017-10-19 21:55:42 -07:00
84c99ff732 Ignore validation if already running 2017-10-19 21:33:20 -07:00
6c3af1fcd8 Do not allow validator to be restarted 2017-10-19 21:25:40 -07:00
e33bd3d689 gofmt 2017-10-17 22:12:46 -07:00
31fd8deed9 Zero aggregations should have the previous price 2017-10-17 22:12:15 -07:00
2abed9d9ed Missing aggregations 2017-10-17 07:12:24 -07:00
232b6a0215 Fix aggregation validator bugs 2017-10-13 09:34:35 -07:00
7a1e1fd8d8 Fix validator bugs 2017-10-10 22:38:15 -07:00
b1b12ac06e Aggregation validator 2017-10-10 18:32:26 -07:00
a800016d2e Add confirmation type 2017-10-10 17:22:00 -07:00
8da4fef6cc Move validator to ops 2017-10-10 10:17:00 -07:00
17beb9b88c Refactor validator interface 2017-10-10 10:14:49 -07:00
de2ea4ed9d Add aggregator to watcher 2017-10-10 09:55:25 -07:00
fbd9d80b96 Fix aggregator bugs 2017-10-09 21:51:47 -07:00
cabe6ab0b1 aggregator almost complete 2017-10-09 18:01:15 -07:00
e2fc96821f gofmt 2017-10-09 17:46:02 -07:00
7e59a5b3ae Add aggregator 2017-10-08 11:19:55 -07:00
7fce70d7b5 Add aggregation object 2017-10-08 11:19:42 -07:00
f461d8ac25 Add missing dependency 2017-10-08 11:19:11 -07:00
185a4be239 Validate every one hour 2017-10-05 23:17:09 -07:00
35b8a6cdd5 gofmt 2017-10-05 21:53:41 -07:00
8a78f6e5aa Validator fully working 2017-10-05 21:53:02 -07:00
083519d498 Basic validation 2017-10-05 19:33:50 -07:00
bdca32c50d The database logger should be set by its creator 2017-10-01 22:48:00 -07:00
b1c3573e8f Have to fix the calls too 2017-09-28 22:03:34 -07:00
7270c66f1e Don't use ruby naming 😬 2017-09-28 21:41:33 -07:00
eae143d33c watcher: fix wrong comparison 2017-09-27 23:27:05 -07:00
f4fa7f24b3 watcher: inital validator
This begin this code for the validator. Currently this just build an
array of the starting and ending missing trades.

TODO: Download the missing trades
2017-09-27 23:23:34 -07:00
69edac109b watcher: update for refactor 2017-09-27 21:05:51 -07:00
7f7ce5013d tacitus: some refactoring 2017-09-27 20:38:25 -07:00
f227f7f79b ops: some updates 2017-09-27 20:37:34 -07:00
4e82c44a50 gdax: some updates 2017-09-27 20:36:37 -07:00
f39f1aefbe Makefile: missing comands/bug fix 2017-09-27 19:58:35 -07:00
a6ff2e3547 Makefile: add missing rule dependencies 2017-09-26 22:58:49 -07:00
43eea51b56 Makefile: vet/fmt 2017-09-25 17:11:16 -07:00
ebaa8be899 Makefile: fmt target 2017-09-25 16:56:43 -07:00
a691554234 gofmt 2017-09-25 16:56:34 -07:00
15ff0e08f2 Makefile 2017-09-25 16:50:26 -07:00
d8b76de011 Merge branch 'master' of gitlab.com:kcotugno/tacitus 2017-09-25 16:48:48 -07:00
e013356542 Fix webapp build 2017-09-25 16:47:09 -07:00
46a6316523 Fix hanging err channel send 2017-09-25 16:40:36 -07:00
c6289f8f56 gofmt 2017-09-24 22:23:13 -07:00
04c17fc7b3 Use the new registrar 2017-09-24 22:21:13 -07:00
db866e672b Add registrar 2017-09-24 22:17:17 -07:00
c5d82fab11 Add logger setter to listener 2017-09-24 22:16:16 -07:00
406fb75d56 Watcher 2017-09-24 20:46:21 -07:00
9102e5e34e Postgres bug fixes 2017-09-24 17:30:01 -07:00