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

65 commits

Author SHA1 Message Date
cc7ea62487 app/config/config.go: use os.ReadFile instead of ioutil. 2023-10-12 20:51:00 +02:00
fb6cfb9fa6 app/ship_processor.go: Need to call log.Dup() otherwise things like log.Level will not be copied. 2023-08-30 16:00:09 +02:00
31c7ba6a4b Improved code documentation. 2023-08-22 16:22:03 +02:00
6ef3daeecf app/ship_processor.go: keep track of current block. 2023-08-21 14:08:33 +02:00
b04a03ae87 app/config/config.go: Remove CacheID from RedisConfig 2023-07-13 07:13:19 +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
3379c70e63 app/abi/manager.go: Some documentation 2023-06-27 17:21:10 +02:00
f7c3d30e8e app/ship_processor.go: Post transaction message using message.Transaction struct. 2023-06-26 16:08:12 +02:00
5834e60633 cmd/thalos/main.go: move log init function to app/log/init.go 2023-06-15 11:38:58 +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
a91df0c39e Upgrade from redis v8 to v9 2023-06-05 16:55:15 +02:00
8f0ba2f460 app/ship_processor.go: Support ActionTrace.Receipt 2023-05-29 17:17:57 +02:00
fc97b8cd02
Merge pull request #20 from eosswedenorg/split-logs
Split logs
2023-05-19 15:39:54 +02:00
860e7bbe9f app/ship_processor.go: Log more fields on abi decode error. 2023-05-17 11:01:45 +02:00
d9684fcceb app/ship_processor.go: Log tx_id when processing trace. 2023-05-17 10:58:05 +02:00
93e765f14c cmd/thalos/main.go: Implement log splitting if file logging is enabled. 2023-05-17 10:52:12 +02:00
e1c092659a Adding app/log/HookWriter.go 2023-05-17 10:51:03 +02:00
89f47c06df app/log/RotatingFile.go: Adding GetFilename() 2023-05-16 17:50:15 +02:00
e0f7e3b4e9 app/config/config.go: Adding ShipConfig.Chain 2023-05-15 15:28:38 +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
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
ba05d3d7de api/message/types.go: remove ActionTrace.HexData 2023-05-08 17:07:01 +02:00
ef3a0159c0 app/ship_processor.go: remove processTraces(). not used. 2023-05-05 18:57:55 +02:00
4ec78c38df app/ship_processor.go: Include Blocknum and Timestamp in ActionTrace messages. 2023-05-05 07:32:39 +02:00
e3db1cf5b3 app/config/config_test.go: tests broke because of LogConfig 2023-05-03 15:08:00 +02:00
e44dc2f4f1 Adding app/log/RotatingFile.go 2023-05-03 13:15:40 +02:00
de266da33c app/config/config.go: add logging config 2023-05-03 13:15:16 +02:00
19a84b77fb Adding app/log/config.go 2023-05-03 13:14:27 +02:00
12f78d23ce Adding app/types/size.go 2023-05-02 18:08:53 +02:00
8b927ed366 app/ship_processor.go: include authorization in ActionTrace 2023-04-26 15:00:57 +02:00
903317ba61 Remove app/abi/helpers.go: unused 2023-04-26 11:40:07 +02:00
0650845a0c api/message/types.go: Change ActionTrace.Data to a byte slice and provide GetData() function that unmarshalls.
Only the client code should care about the content. So just transmit it as
a byte slice containing json data.
2023-04-26 11:39:58 +02:00
e4c852c99e app/config/config.go: Move from json format to yaml. 2023-04-24 17:45:31 +02:00
f8f1d0399f app/ship_processor.go: make SpawnProccessor() take in a message.Codec 2023-04-24 16:07:31 +02:00
b5eb602e7d app/config/config.go: Adding MessageCodec field. 2023-04-24 16:02:58 +02:00
b221b0415a Typo fix. should be Heartbeat and not Hearthbeat 2023-04-21 15:23:13 +02:00
967de3260f api/channel.go: Change Action struct name to ActionChannel 2023-04-21 12:28:21 +02:00
c774cbf3ca move config directory to app/config 2023-04-20 16:45:47 +02:00
a8183a6766 move abi directory to app/abi 2023-04-20 16:44:38 +02:00
9c4aa79c11 go.mod: update module name to github.com/eosswedenorg/thalos 2023-04-19 17:50:06 +02:00
102045e47e rename transport to api 2023-04-19 09:52:29 +02:00
044ed4e891 app/ship_processor.go: do not send newline in log message. 2023-04-18 17:31:09 +02:00
93479506b6 Upgrade to github.com/eosswedenorg-go/antelope-ship-client v0.2.3 2023-04-17 15:28:32 +02:00
a23661e088 Change project name to "thalos" (working name). 2023-03-29 15:28:40 +02:00