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-11-29 14:49:56 +01:00
abi_cache abi_cache/cache_test.go: change require.Error() to assert.Error() and remove the import. 2022-11-29 05:41:28 +01:00
config config/config.go: Adding RedisConfig.Prefix 2022-11-29 13:44:29 +01:00
redis redis/wrapper.go: make "prefix" variable internal and provide SetPrefix() function 2022-11-29 05:55:13 +01:00
scripts scripts/stop.sh: pass "-s INT" to kill. 2022-02-02 15:08:33 +01:00
telegram Formatting fix. 2022-11-28 15:25:54 +01:00
.gitignore Initial commit 2022-01-17 13:45:25 +01:00
abi.go abi.go: Use fmt.Errorf() instead of errors.New() 2022-11-28 15:27:42 +01:00
config.example.json config.example.json: Adding redis.prefix 2022-11-29 13:45:48 +01:00
go.mod go.mod: Require a minimum version of go 1.8 as we have dependencies that require it. 2022-11-28 17:22:37 +01:00
go.sum go.mod: Require a minimum version of go 1.8 as we have dependencies that require it. 2022-11-28 17:22: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
main.go main.go: Pass config.Redis.Prefix to redis.SetPrefix() 2022-11-29 13:45:13 +01:00
Makefile Initial commit 2022-01-17 13:45:25 +01:00
ship_processor.go ship_processor.go: include TransactionID in action traces. 2022-11-29 05:37:11 +01:00
types.go types.go: Adding ActionTrace.HexData field. 2022-11-29 14:49:56 +01:00