|
|
cd9dd6468a
|
redis/wrapper.go: make "prefix" variable internal and provide SetPrefix() function
|
2022-11-29 05:55:13 +01:00 |
|
|
|
4f722342bb
|
main.go: remove unreachable code
|
2022-11-28 17:31:58 +01:00 |
|
|
|
d8c198c24d
|
main.go: in readerLoop() also switch to RS_CONNECT state on shipclient.ErrNotConnected error.
|
2022-11-28 17:29:11 +01:00 |
|
|
|
10e40bbcc3
|
go.mod: Upgrade github.com/eosswedenorg-go/eos-ship-client to v0.1.3
|
2022-11-28 17:13:43 +01:00 |
|
|
|
46b0db2ff2
|
Switch logging from standard log package to logrus.
|
2022-11-28 17:04:44 +01:00 |
|
|
|
bcc0fcd7d7
|
main.go: Simplify boolean expression because the linter says so.
|
2022-11-28 15:39:59 +01:00 |
|
|
|
b24d8d1e2c
|
main.go: check return error from shClient.SendCloseMessage()
|
2022-11-28 15:38:59 +01:00 |
|
|
|
1e2dda54c8
|
Formatting fix.
|
2022-11-28 15:25:54 +01:00 |
|
|
|
953113b456
|
main.go: give a more descriptive error message when initializing telegram.
|
2022-06-26 21:49:20 +02:00 |
|
|
|
72e1be8944
|
main.go: in readerLoop() add a counter and sent to telegram if we try connecting more than 3 times.
|
2022-06-23 14:36:54 +02:00 |
|
|
|
9a3dac391e
|
main.go: initialize telegram
|
2022-06-23 14:36:54 +02:00 |
|
|
|
231b467dbe
|
Also move "redis wrapper" into it's own package.
|
2022-03-11 11:35:33 +01:00 |
|
|
|
97a3f0e2f3
|
Move config into it's own package.
|
2022-03-11 11:26:26 +01:00 |
|
|
|
c13b2d49c6
|
Merge branch 'performance-fix'
# Conflicts:
# go.mod
# go.sum
# redis.go
|
2022-02-02 16:10:27 +01:00 |
|
|
|
50e3dfd0ce
|
main.go: check redis connection.
|
2022-02-02 15:58:18 +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 |
|
|
|
f2e222e058
|
main.go: log a message when getting chain info.
|
2022-02-02 15:10:22 +01:00 |
|
|
|
e079a896cf
|
main.go: call InitAbiCache()
|
2022-01-20 15:22:21 +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 |
|