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

39 commits

Author SHA1 Message Date
6ef3daeecf app/ship_processor.go: keep track of current block. 2023-08-21 14:08:33 +02:00
f7c3d30e8e app/ship_processor.go: Post transaction message using message.Transaction struct. 2023-06-26 16:08:12 +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
8f0ba2f460 app/ship_processor.go: Support ActionTrace.Receipt 2023-05-29 17:17:57 +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
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
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
8b927ed366 app/ship_processor.go: include authorization in ActionTrace 2023-04-26 15:00:57 +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
f8f1d0399f app/ship_processor.go: make SpawnProccessor() take in a message.Codec 2023-04-24 16:07:31 +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
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
Renamed from ship_processor.go (Browse further)