1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-18 04:40:03 +02:00
Commit graph

16 commits

Author SHA1 Message Date
3eaa1f42fe redis.go: in RedisConnect() do a ping and return any errors. So we know that the connection is up or not. 2022-02-02 15:58:06 +01:00
c1264b2dc1 main.go: refactor read loop to do connect (and reconnect indefinitely if connection drops) 2022-02-02 15:25:50 +01:00
107f3c384c main.go: call shClient.IsOpen() and exit early if closed in interrupt handler. 2022-02-02 15:14:56 +01:00
54e8bcf17d go modules: update github.com/eosswedenorg-go/eos-ship-client 2022-02-02 15:14:13 +01:00
f2e222e058 main.go: log a message when getting chain info. 2022-02-02 15:10:22 +01:00
ed82bb9aec scripts/stop.sh: pass "-s INT" to kill. 2022-02-02 15:08:33 +01:00
875304066e
Update github.com/eoscanada/eos-go to v0.10.2 2022-01-20 15:24:02 +01:00
6cdb596b41
ship_processor.go: also publish transactions to redis. 2022-01-20 11:24:18 +01:00
93c9f8a721
install.sh: only copy config.example.json if $INSTALL_DIR/config.json does not exist. 2022-01-20 11:23:42 +01:00
bfaaacc3ad
ship_processor.go: Print error when encoding fails. 2022-01-20 11:22:54 +01:00
cd8eae6331
types.go: Add json tags 2022-01-17 15:33:03 +01:00
a975275a08
Adding install.sh 2022-01-17 14:50:54 +01:00
68426a8b5f
Adding start/stop scripts. 2022-01-17 14:50:39 +01:00
925db35646
Add cli option and functionality to write PID file. 2022-01-17 13:56:32 +01:00
2b55546e5e
Adding getopt and some cli flags. 2022-01-17 13:46:14 +01:00
164d0a4153
Initial commit 2022-01-17 13:45:25 +01:00