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

22 commits

Author SHA1 Message Date
33c983f6c5 internal/server/ship_processor.go: adding FetchDeltas() 2024-10-21 12:27:29 +02:00
fa6508ba90 internal/server/ship_processor.go: try decoding table data for contract_row table deltas 2024-08-11 17:04:06 +02:00
14a498d7d6 internal/server/ship_processor.go: add WithError() to a logging call 2024-08-11 16:59:23 +02:00
67d33a280e move internal/server/helpers.go to internal/ship/action.go 2024-08-11 16:56:55 +02:00
2ed9518635 internal/server/helpers.go: refactor some functions to internal/ship 2024-08-11 16:52:58 +02:00
cbd3196cf9 internal/types/blacklist.go: change Lookup to IsAllowed and add IsDenied 2024-07-13 19:23:49 +02:00
ef6329d1b7 internal/server/ship_processor.go: updateAbiFromAction() should not hex decode abi as it is in binary format
only when encoding the action to json it is in hex, but from ship =
always binary
2024-07-03 18:01:31 +02:00
e0f598eba4 internal/server/ship_processor.go: in updateAbiFromAction() fix field order in set_abi struct 2024-07-02 19:46:24 +02:00
71f9d4d789 gomod: update pnx/antelope-go v0.0.4 to shufflingpixels/antelope-go v0.1.0 2024-07-02 16:53:41 +02:00
dfa370a462 internal/server/ship_processor.go: adding some debug logging. 2024-07-02 11:26:26 +02:00
0bc70f82d1 internal/server/ship_processor.go: implement blacklist 2024-06-23 14:53:58 +02:00
8bd3736684 internal/server/ship_processor.go: refactor out table delta row proccessing to its own function 2024-05-17 17:08:29 +02:00
cc754ee976 internal/server/ship_processor.go: fix a bug where blockResult.Deltas whas not properly nil checked. Resulting in panic if accessed 2024-05-17 16:57:13 +02:00
c02cff0e05 internal/server/ship_processor.go: fix a bug where TableDeltaRow.Data was not set 2024-05-17 16:54:57 +02:00
95365d0c26 internal/server/ship_processor.go: refactor to use MessageQueue struct. 2024-05-12 17:15:03 +02:00
871f2ae04d internal/server/ship_processor.go: set TransactionTrace.Status again. 2024-05-11 14:57:46 +02:00
63da39f03b Update to use antelope-go instead of eos-go library 2024-04-29 21:00:45 +02:00
8aa93dd078 internal/server/ship_processor.go: break processBlock into smaller functions. 2024-03-14 23:24:31 +01:00
e8f2e79e5b internal/server/ship_processor.go: typo fix. 2024-03-14 00:31:16 +01:00
aeac190c94 Minor fixes. 2024-03-07 18:09:14 +01:00
b3570e7e96 internal/server/ship_processor.go: set FirstReceiver on ActionTrace messages. 2024-02-29 14:43:23 +01:00
9974bfe3fd rename app folder to internal. 2024-02-14 13:00:33 +01:00
Renamed from app/ship_processor.go (Browse further)