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
2022-06-29 10:44:36 +02:00
abi_cache convert abi_cache into a proper package. 2022-03-11 11:28:16 +01:00
config config/config.go: Adding telegram. 2022-06-23 11:32:57 +02:00
redis redis/wrapper.go: Adding XAdd() 2022-06-28 14:02:52 +02:00
scripts scripts/stop.sh: pass "-s INT" to kill. 2022-02-02 15:08:33 +01:00
telegram Adding telegram/wrapper.go 2022-06-23 14:36:54 +02:00
.gitignore Initial commit 2022-01-17 13:45:25 +01:00
abi.go Also move "redis wrapper" into it's own package. 2022-03-11 11:35:33 +01:00
config.example.json config/config.go: Adding telegram. 2022-06-23 11:32:57 +02:00
go.mod require github.com/go-telegram-bot-api/telegram-bot-api/v5 2022-06-23 14:36:54 +02:00
go.sum require github.com/go-telegram-bot-api/telegram-bot-api/v5 2022-06-23 14:36:54 +02: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
main.go main.go: give a more descriptive error message when initializing telegram. 2022-06-26 21:49:20 +02:00
Makefile Initial commit 2022-01-17 13:45:25 +01:00
ship_processor.go ship_processor.go: Store block number as a global variable. so we can access it in processTraces() later 2022-06-29 10:44:36 +02:00
types.go types.go: Add json tags 2022-01-17 15:33:03 +01:00