1
0
Fork 0
mirror of https://github.com/eosswedenorg/thalos synced 2026-06-17 04:30:03 +02:00
Commit graph

317 commits

Author SHA1 Message Date
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
4567ca48c1 .gitignore: ignore vscode directory 2023-05-29 17:34:52 +02:00
b0c485dcb6 .github/workflows/test.yml: Set fail-fast = false 2023-05-29 17:33:59 +02:00
8f0ba2f460 app/ship_processor.go: Support ActionTrace.Receipt 2023-05-29 17:17:57 +02:00
9d2b621b27 api/message/msgpack/codec_test.go: Test ActionReceipt. 2023-05-26 15:11:59 +02:00
e2962c719b api/message/json/codec_test.go: Test ActionReceipt. 2023-05-26 15:11:39 +02:00
7041f4328c api/message/types.go: Adding ActionReceipt type 2023-05-26 15:11:06 +02:00
c34603325e api/message/msgpack/codec_test.go: remove outcommented code. 2023-05-26 15:08:41 +02:00
8154bee1c2 api/client.go: implement Client.Subscribe correctly by returning a error on unsupported channel type. 2023-05-26 14:10:01 +02:00
9e586d879d api/channel.go: Adding Channel.Type() 2023-05-26 14:09:07 +02:00
47dda7a3f4 api/message/msgpack/codec_test.go: Adding test for TransactionTrace 2023-05-25 18:47:08 +02:00
3bf62d431a api/message/msgpack/codec_test.go: minor fix. 2023-05-25 18:22:07 +02:00
ebadf4d833 api/message/json/codec_test.go: Test TransactionTrace 2023-05-25 18:20:58 +02:00
867f601bc5 api/message/types.go: adding TransactionTrace 2023-05-25 18:18:30 +02:00
f8e03cf8a1 Version 0.1.1 2023-05-19 15:46:13 +02:00
fc97b8cd02
Merge pull request #20 from eosswedenorg/split-logs
Split logs
2023-05-19 15:39:54 +02:00
3c05a4b5be Merge branch 'abi-decode-improved-logging' 2023-05-17 11:02:23 +02:00