|
|
7ee70c00d7
|
cmd/thalos/main.go: fix help text for version flag.
|
2023-11-04 13:34:00 +01:00 |
|
|
|
809f42f5af
|
Adding cmd/tools/mock_publisher.go
|
2023-10-22 20:32:25 +02:00 |
|
|
|
b364ce56d8
|
cmd/thalos/main.go: Add "level" cli flag to make it possible for user to specify log level.
|
2023-08-30 16:06:57 +02:00 |
|
|
|
16ab7d1fcf
|
cmd/thalos/main.go: Fix some log lines to use structured logging.
|
2023-08-30 15:52:57 +02:00 |
|
|
|
0f5c94f8de
|
Adding cmd/tools/redis-acl.go
|
2023-08-23 11:23:58 +02:00 |
|
|
|
1ba1422c6f
|
cmd/tools/bench.go: Support Redis username and password flags.
|
2023-08-22 16:24:43 +02:00 |
|
|
|
9f61bbd316
|
cmd/tools/flags.go: adding Redis User and Password flags.
|
2023-08-22 16:24:09 +02:00 |
|
|
|
6c61382f4c
|
cmd/thalos/main.go: in readerLoop() make sure we set shClient.StartBlock to processor's current block when (re)connecting.
|
2023-08-21 14:12:07 +02:00 |
|
|
|
e1dc5f85a0
|
cmd/thalos/main.go: Make telegram notifications optional
|
2023-07-18 10:21:14 +02:00 |
|
|
|
129272d32e
|
cmd/thalos/main.go: pass chain id instead of prefix as id to AbiManager
|
2023-07-13 07:09:09 +02:00 |
|
|
|
500cddc082
|
app/config/config.go: Adding User field to RedisConfig
|
2023-07-13 06:57:41 +02:00 |
|
|
|
8ab7d852a7
|
cmd/tools/validate.go: Fix usage string.
|
2023-06-28 15:54:52 +02:00 |
|
|
|
e3f46d4a84
|
cmd/tools/flags.go: move common flags into it's own file.
|
2023-06-28 15:25:29 +02:00 |
|
|
|
c7246ead03
|
cmd/tools: change from github.com/spf13/cobra to github.com/urfave/cli/v2 as cli library.
|
2023-06-28 15:24:06 +02:00 |
|
|
|
fb54dd9960
|
cmd/thalos/main.go: exit the program correctly if we get shipclient.ErrEndBlockReached
|
2023-06-26 16:24:00 +02:00 |
|
|
|
1ccb5ff87f
|
cmd/tools/main.go: use app/log package instead of initialize log here.
|
2023-06-15 11:39:35 +02:00 |
|
|
|
5834e60633
|
cmd/thalos/main.go: move log init function to app/log/init.go
|
2023-06-15 11:38:58 +02:00 |
|
|
|
22fd3f6980
|
Adding cmd/tools/validate.go
|
2023-06-15 11:30:01 +02:00 |
|
|
|
5c6ab2e846
|
cmd/tools/main.go: fix log time format.
|
2023-06-15 11:29:42 +02:00 |
|
|
|
52488277cb
|
create thalos-tools cli app and have the old bench command as a subcommand.
|
2023-06-14 11:29:54 +02:00 |
|
|
|
a91df0c39e
|
Upgrade from redis v8 to v9
|
2023-06-05 16:55:15 +02:00 |
|
|
|
c2d60a1240
|
api/redis/publisher.go: pass context as first parameter to NewPublisher()
|
2023-06-05 13:24:14 +02:00 |
|
|
|
f9124c2864
|
api/redis/subscriber.go: Adding context as first parameter to NewSubscriber()
|
2023-06-05 13:21:57 +02:00 |
|
|
|
c1efffd4ba
|
Adding cmd/bench/main.go
|
2023-06-05 12:52:42 +02:00 |
|
|
|
93e765f14c
|
cmd/thalos/main.go: Implement log splitting if file logging is enabled.
|
2023-05-17 10:52:12 +02:00 |
|
|
|
2335dbc211
|
Merge pull request #17 from eosswedenorg/15-support-chain-names
support chain names
|
2023-05-15 15:33:08 +02:00 |
|
|
|
ac57e82992
|
cmd/thalos/main.go: use conf.Ship.Chain if set as namespace. otherwise default to chain id from api.
|
2023-05-15 15:29:31 +02:00 |
|
|
|
5f9a54c0d8
|
cmd/thalos/main.go: implement exponential backoff algorithm in reconnect logic
|
2023-05-15 15:17:20 +02:00 |
|
|
|
1193e57e33
|
cmd/thalos/main.go: Adding VersionString variable
|
2023-05-13 13:27:50 +02:00 |
|
|
|
ed4cc9d1e6
|
Rename cmd/main/main.go to cmd/thalos/main.go
|
2023-05-13 13:21:42 +02:00 |
|
|
|
22404dcb8b
|
cmd/main/main.go: sort import statements.
|
2023-05-03 13:19:49 +02:00 |
|
|
|
6729985002
|
cmd/main/main.go: implement logrotation.
|
2023-05-03 13:17:40 +02:00 |
|
|
|
1cd741c610
|
cmd/main/main.go: Add support for logging to file via cli flag.
|
2023-05-02 16:44:39 +02:00 |
|
|
|
b832697419
|
cmd/main/main.go: support msgpack as message encoder
|
2023-04-25 16:59:20 +02:00 |
|
|
|
e4c852c99e
|
app/config/config.go: Move from json format to yaml.
|
2023-04-24 17:45:31 +02:00 |
|
|
|
bbf63e447d
|
cmd/main/main.go: Load message codec from config and pass to SpawnProccessor
|
2023-04-24 16:08:47 +02:00 |
|
|
|
c774cbf3ca
|
move config directory to app/config
|
2023-04-20 16:45:47 +02:00 |
|
|
|
a8183a6766
|
move abi directory to app/abi
|
2023-04-20 16:44:38 +02:00 |
|
|
|
9c4aa79c11
|
go.mod: update module name to github.com/eosswedenorg/thalos
|
2023-04-19 17:50:06 +02:00 |
|
|
|
a8bac16aa9
|
merge api/redis_common and api/redis_pubsub to api/redis
|
2023-04-19 09:56:52 +02:00 |
|
|
|
c4167d2b92
|
cmd/main/main.go: simplify ship (re)connection by removing the statemachine and using a simple bool instead.
|
2023-04-17 15:36:39 +02:00 |
|
|
|
93479506b6
|
Upgrade to github.com/eosswedenorg-go/antelope-ship-client v0.2.3
|
2023-04-17 15:28:32 +02:00 |
|
|
|
5fa1dbb504
|
config/config.go: put Ship stuff into its own struct/section and also provide a shorthand "string" value for "ship" field (only url)
|
2023-04-17 15:17:46 +02:00 |
|
|
|
a23661e088
|
Change project name to "thalos" (working name).
|
2023-03-29 15:28:40 +02:00 |
|
|
|
834adb6ca8
|
cmd/main/main.go: close processor when application is done.
|
2023-03-29 11:55:42 +02:00 |
|
|
|
0034225e7a
|
move main.go to cmd/main/main.go
|
2023-03-29 11:55:13 +02:00 |
|