|
|
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 |
|
|
|
1f09993925
|
app/ship_processor.go: Add Close() method that closes the writer.
|
2023-03-29 11:53:11 +02:00 |
|
|
|
6a5292da5e
|
app/ship_processor.go: Return ShipProcessor object from SpawnProcessor()
|
2023-03-29 11:50:14 +02:00 |
|
|
|
7843dda6d9
|
app/ship_processor.go: Support ActionTraceV1
|
2023-03-08 10:49:55 +01:00 |
|
|
|
347de718af
|
transport/channel.go: rename Action.Action to Action.Name
|
2023-03-07 18:53:52 +01:00 |
|
|
|
7637b6e16b
|
transport/message/types.go: Rename Action field to Name in ActionTrace struct
|
2023-03-07 18:47:58 +01:00 |
|
|
|
68c21c8ed8
|
transport/channel.go: Rewrite to not use a interface. Action struct has a Channel() method that returns a channel instead.
|
2023-03-07 18:35:58 +01:00 |
|
|
|
f9fc88b0fb
|
transport/publisher.go: rename to writer.go
|
2023-03-07 11:41:22 +01:00 |
|
|
|
6ca9f408f9
|
app/ship_processor.go: in encodeQueue() should check for err == nil, not err != nil.
|
2023-02-21 10:45:17 +01:00 |
|
|
|
55f013a386
|
app/ship_processor.go: Use an message.Encoder function instead of directly calling massage.Encode()
|
2023-02-10 16:48:16 +01:00 |
|
|
|
82dce9b190
|
Update github.com/eosswedenorg-go/antelope-ship-client to v0.2.2
|
2023-02-10 16:05:43 +01:00 |
|
|
|
e0bf53496a
|
transport/message/types.go: get rid of eos-go here.
|
2023-01-19 19:04:34 +01:00 |
|
|
|
2bec1f09c5
|
app/ship_processor.go: remove ns from struct. should not be used here.
|
2023-01-19 17:47:13 +01:00 |
|
|
|
69a9e9f47d
|
transport/publisher.go: pass ChannelInterface instead of string to Publish()
|
2023-01-19 17:42:26 +01:00 |
|
|
|
5202247200
|
move app/types.go to transport/message/types.go
|
2023-01-19 16:28:54 +01:00 |
|
|
|
0027a80af0
|
Move ship_processor.go and types.go into app package.
|
2023-01-19 14:07:54 +01:00 |
|