1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
No description
Find a file
2023-03-29 11:50:14 +02:00
abi ship_processor.go: Move decodeAction() to abi/helpers.go 2023-01-17 21:01:09 +01:00
app app/ship_processor.go: Return ShipProcessor object from SpawnProcessor() 2023-03-29 11:50:14 +02:00
config config/config.go: use shipclient.NULL_BLOCK_NUMBER instead of defining our own. 2023-03-08 15:56:45 +01:00
docs Adding docs/messages.md 2022-11-29 15:08:57 +01:00
scripts scripts/stop.sh: pass "-s INT" to kill. 2022-02-02 15:08:33 +01:00
transport transport/reader.go: document concurrency requirement of Read() 2023-03-29 11:38:54 +02:00
.gitignore Initial commit 2022-01-17 13:45:25 +01:00
config.example.json config.example.json: Adding redis.prefix 2022-11-29 13:45:48 +01:00
go.mod Adding transport/redis_pubsub/subscriber.go 2023-03-08 11:32:37 +01:00
go.sum Adding transport/redis_pubsub/subscriber.go 2023-03-08 11:32:37 +01:00
install.sh install.sh: only copy config.example.json if $INSTALL_DIR/config.json does not exist. 2022-01-20 11:23:42 +01:00
LICENSE Adding LICENSE file. 2023-01-05 17:09:55 +01:00
main.go Move Key and Namespace from transport/redis_pubsub to transport/redis_common 2023-03-08 16:28:52 +01:00
Makefile Makefile: add test target. 2023-01-06 17:18:25 +01:00