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

251 commits

Author SHA1 Message Date
ae5dabff36 debian/changelog: Set date for 0.1.0 2023-05-14 18:18:02 +02:00
966b81338d gitignore: ignore .pc directory 2023-05-14 18:16:18 +02:00
b34c80a682 config.example.yml: comment out telegram section 2023-05-14 18:16:01 +02:00
30f3ff5187 install.sh: Use Makefile to install stuff. 2023-05-14 18:09:39 +02:00
160f2a35f8 Makefile: Adding install-scripts target. 2023-05-14 18:02:47 +02:00
2ffb17a08f debian: fix config by applying a patch, instead of using a debian specific copy. 2023-05-14 17:59:00 +02:00
00ea1a5bfd Makefile: move "thalos" subdirectory into CFGDIR instead of hardcoded after CFGDIR 2023-05-14 17:56:21 +02:00
09c5fcc86b scripts/stop.sh: typo fix. 2023-05-14 17:27:50 +02:00
a35277a38b scripts/start.sh: Application already logs, so just redirect stdout to out.log 2023-05-13 13:37:33 +02:00
2beb65b2df debian/rules: Do not need to include version when building. 2023-05-13 13:33:31 +02:00
5e9b7ceb1d Makefile: Inject program version into main.VersionString variable. 2023-05-13 13:31:57 +02:00
76c6530993 Makefile: adding build/$(PROGRAM) to .PHONY also 2023-05-13 13:30:48 +02:00
1193e57e33 cmd/thalos/main.go: Adding VersionString variable 2023-05-13 13:27:50 +02:00
7d180f3595 Makefile: Adding GOBUILDFLAGS variable. 2023-05-13 13:26:47 +02:00
ed4cc9d1e6 Rename cmd/main/main.go to cmd/thalos/main.go 2023-05-13 13:21:42 +02:00
49725d6b39 debian: install custom config tailored for debian. 2023-05-12 15:37:53 +02:00
998f38dfda debian/thalos-server.service: Start process with specific user/group. 2023-05-12 15:36:57 +02:00
cd35303d5a Adding debian/thalos-server.postrm 2023-05-12 15:36:28 +02:00
8d26a584ed Adding debian/thalos-server.postinst 2023-05-12 15:36:17 +02:00
f7769acf07 .gitignore: use absolute paths 2023-05-12 15:34:36 +02:00
b8a021dca8 config.example.yml: Add some documentation 2023-05-12 14:58:01 +02:00
213398ece8
Merge pull request #12 from eosswedenorg/11-update-abi-cache-from-ship
11 update abi cache from ship
2023-05-12 14:21:23 +02:00
48dc8890bb app/ship_processor.go: Update abi from action traces. 2023-05-12 09:21:19 +02:00
d552a924e9 app/ship_processor.go: Adding updateAbiFromAction() 2023-05-12 09:20:53 +02:00
637ec74a2a app/ship_processor.go: Adding ShipProcessor.syscontract field 2023-05-12 09:20:08 +02:00
80448ddd32 app/abi/manager.go: Adding SetAbi() 2023-05-12 09:06:29 +02:00
2f215d121d Merge branch '10-actiontrace-message-encoding' 2023-05-11 14:56:08 +02:00
57a31996d3 app/ship_processor.go: Make sure we set act.Data to a go object and not json byte slice. 2023-05-09 17:04:00 +02:00
6e47fc1a3c go.mod: update indirect dependancies 2023-05-09 16:48:29 +02:00
f925692354 api/message/types.go: Change ActionTrace.Data from []byte to interface{} 2023-05-09 16:46:12 +02:00
df840da128 api/message/json/codec.go: alias json_codec.Marshal/Unmarshal as encoder/decoder. so that implementation can change and tests uses the correct functions automatically. 2023-05-09 15:05:03 +02:00
12d2837218 api/message/json/codec.go: switch from github.com/liamylian/jsontime to github.com/eosswedenorg-go/jsontime 2023-05-09 14:58:58 +02:00
af6d72946f api/go.mod: wwitch github.com/shamaton/msgpack/v2 to github.com/ugorji/go/codec 2023-05-09 13:13:03 +02:00
ba05d3d7de api/message/types.go: remove ActionTrace.HexData 2023-05-08 17:07:01 +02:00
f7bf1da56f
Merge pull request #8 from eosswedenorg:blocknum-and-timestamp
Adding Blocknum and timestamp to ActionTrace
2023-05-08 16:17:13 +02:00
ef3a0159c0 app/ship_processor.go: remove processTraces(). not used. 2023-05-05 18:57:55 +02:00
6116e6fd7a
Merge pull request #9 from eosswedenorg/py-example
python example for the live-reader
2023-05-05 09:53:24 +02:00
213daa1e46 api/message/json/codec.go: fix timestamps, skip "Z" (always UTC) and use 3 decimals for milliseconds. 2023-05-05 09:20:35 +02:00
1a75286240 Adding api/message/json/codec_test.go 2023-05-05 09:16:29 +02:00
coachbjork
caa4f3c842 added a python example for the reader 2023-05-05 08:37:30 +02:00
4ec78c38df app/ship_processor.go: Include Blocknum and Timestamp in ActionTrace messages. 2023-05-05 07:32:39 +02:00
ae6f3f11a9 api/message/types.go: Adding Blocknum and Timestamp to ActionTrace struct 2023-05-05 07:29:37 +02:00
e2b19b7404
Merge pull request #7 from eosswedenorg/log 2023-05-03 15:10:32 +02:00
e3db1cf5b3 app/config/config_test.go: tests broke because of LogConfig 2023-05-03 15:08:00 +02:00
5bfd73d5a5 Merge branch 'deb-pkg' 2023-05-03 13:28:46 +02:00
df51060fcc api/message/msgpack/codec_test.go: test for new fields in ActionTrace 2023-05-03 13:28:13 +02:00
668b3b62d8 api/message/types.go: Adding Except,Error and Return fields to ActionTrace 2023-05-03 13:28:13 +02:00
22404dcb8b cmd/main/main.go: sort import statements. 2023-05-03 13:19:49 +02:00
6729985002 cmd/main/main.go: implement logrotation. 2023-05-03 13:17:40 +02:00
e44dc2f4f1 Adding app/log/RotatingFile.go 2023-05-03 13:15:40 +02:00