This website requires JavaScript.
Explore
Help
Sign in
eosswedenorg
/
thalos
Watch
1
Star
0
Fork
You've already forked thalos
0
mirror of
https://github.com/eosswedenorg/thalos
synced
2026-06-16 04:24:56 +02:00
Code
Releases
Activity
df840da128
thalos
/
api
/
message
History
Download ZIP
Download TAR.GZ
Henrik Hautakoski
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
..
json
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
msgpack
api/go.mod: wwitch github.com/shamaton/msgpack/v2 to github.com/ugorji/go/codec
2023-05-09 13:13:03 +02:00
codec_manager.go
Adding api/message/codec_manager.go to manager message codecs.
2023-04-24 16:06:23 +02:00
encoding.go
rename transport to api
2023-04-19 09:52:29 +02:00
types.go
api/message/types.go: remove ActionTrace.HexData
2023-05-08 17:07:01 +02:00
types_test.go
api/message/types.go: Change ActionTrace.Data to a byte slice and provide GetData() function that unmarshalls.
2023-04-26 11:39:58 +02:00