1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-16 04:24:56 +02:00
Commit graph

333 commits

Author SHA1 Message Date
96764ef651 Version 0.2.0 2023-08-22 07:56:28 +02:00
02ce76bc75 Cleanup README and refer to the documentation site. 2023-08-22 07:46:06 +02:00
fb9110ec64 Remove documentation as it exists in its own repo. 2023-08-22 07:42:51 +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
6ef3daeecf app/ship_processor.go: keep track of current block. 2023-08-21 14:08:33 +02:00
e1dc5f85a0 cmd/thalos/main.go: Make telegram notifications optional 2023-07-18 10:21:14 +02:00
b04a03ae87 app/config/config.go: Remove CacheID from RedisConfig 2023-07-13 07:13:19 +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
62f898f38c app/abi/cache.go: in key() change separator to "::" 2023-07-13 07:02:29 +02:00
e377942d23 app/abi/manager.go: Change cache prefix to thalos::cache. 2023-07-13 07:00:47 +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
06e5ad59cf go.mod: update packages. 2023-06-28 15:47:08 +02:00
9b89efd246 go.mod: upgrade github.com/eosswedenorg-go/antelope-ship-client to v0.2.6 2023-06-28 15:38:12 +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
3379c70e63 app/abi/manager.go: Some documentation 2023-06-27 17:21:10 +02:00
fb54dd9960 cmd/thalos/main.go: exit the program correctly if we get shipclient.ErrEndBlockReached 2023-06-26 16:24:00 +02:00
d0962a6c42 go.mod: update github.com/eosswedenorg-go/antelope-ship-client to commit a4e1c4b91f25 2023-06-26 16:23:20 +02:00
f7c3d30e8e app/ship_processor.go: Post transaction message using message.Transaction struct. 2023-06-26 16:08:12 +02:00
547d53a6a2 docs/messages.md: Update ActionTrace 2023-06-23 16:31:10 +02:00
4f7b899571 Adding docs/benchmark.md 2023-06-21 18:26:42 +02:00
454290b3dd Adding docs/archtecture.md 2023-06-21 18:23:56 +02:00
7b76bf4324 README.md: Improve the install section. 2023-06-21 11:38:40 +02:00
bbf9871165 README.md: Update install section. 2023-06-20 12:17:43 +02:00
d381f5f51d Adding docs/install/debian.md 2023-06-20 12:17:18 +02:00
33b1cd9556 config.example.yml: fix api and ship default ports. 2023-06-20 12:15:02 +02:00
5a4b3d23bc .github/workflows/release.yml: also create a tar file with the binary and config files. 2023-06-19 21:27:06 +02:00
0c0b8a3d03 config.example.yml: Update config with a random telegram.id
Don't even attempt to use the old one. the token is revoked and wont work :) goes to a test bot anyway.
2023-06-19 14:49:55 +02:00
c2f2b417ba go.mod: update antelope-ship-client to v0.2.5 2023-06-16 18:21:02 +02:00
b84b11aa6c Makefile: move link flags to GOLDFLAGS variable. 2023-06-16 14:28:25 +02:00
08ce37141c Makefile: adding "-p" flag to GOBUILDFLAGS 2023-06-16 14:22:06 +02:00
054d11e329 Version 0.1.2 2023-06-15 16:34:39 +02:00
0fe969cc4a debian: rename package name to just "thalos" 2023-06-15 12:08:39 +02:00
d284cfde00 Makefile: install thalos-tools. 2023-06-15 11:54:32 +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
aa6d5c9181 Makefile: rename "build-tools" target to just "tools" 2023-06-15 11:33:00 +02:00
a4c1982dd2 Makefile: Add validate to tools. 2023-06-15 11:30:24 +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
cfc6cb9e42 api/client_test.go: test segfaults sometimes because of nil pointers. so setup mock structs and functions. 2023-06-05 17:53:03 +02:00
c82136aff0 app/ship_processor.go: Ooops, fix a bug where we cast an ActionTrace to ActionReceiptV0 instead of the actual receipt :) 2023-06-05 17:43:41 +02:00
fd5ecf4268 Merge remote-tracking branch 'origin/21-add-actiontracereceipt' 2023-06-05 17:25:04 +02:00
34ec355bec Merge branch 'redis-v9' 2023-06-05 17:24:45 +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