|
|
cbe791d7df
|
api/message/msgpack/codec_test.go: fix tests.
|
2024-02-29 19:11:25 +01:00 |
|
|
|
9143c1e06b
|
api/message/msgpack/codec_test.go: adding test for table delta messages.
|
2024-02-03 14:06:47 +01:00 |
|
|
|
8ffd86daac
|
api/message: for codec implementations, define a function instead of global variables.
|
2024-01-07 14:32:00 +01:00 |
|
|
|
9d2b621b27
|
api/message/msgpack/codec_test.go: Test ActionReceipt.
|
2023-05-26 15:11:59 +02:00 |
|
|
|
c34603325e
|
api/message/msgpack/codec_test.go: remove outcommented code.
|
2023-05-26 15:08:41 +02:00 |
|
|
|
47dda7a3f4
|
api/message/msgpack/codec_test.go: Adding test for TransactionTrace
|
2023-05-25 18:47:08 +02:00 |
|
|
|
3bf62d431a
|
api/message/msgpack/codec_test.go: minor fix.
|
2023-05-25 18:22:07 +02:00 |
|
|
|
f925692354
|
api/message/types.go: Change ActionTrace.Data from []byte to interface{}
|
2023-05-09 16:46:12 +02:00 |
|
|
|
af6d72946f
|
api/go.mod: wwitch github.com/shamaton/msgpack/v2 to github.com/ugorji/go/codec
|
2023-05-09 13:13:03 +02:00 |
|
|
|
ba05d3d7de
|
api/message/types.go: remove ActionTrace.HexData
|
2023-05-08 17:07:01 +02:00 |
|
|
|
ae6f3f11a9
|
api/message/types.go: Adding Blocknum and Timestamp to ActionTrace struct
|
2023-05-05 07:29:37 +02:00 |
|
|
|
df51060fcc
|
api/message/msgpack/codec_test.go: test for new fields in ActionTrace
|
2023-05-03 13:28:13 +02:00 |
|
|
|
c8944ea18b
|
api/message/types.go: Adding Authorization field to ActionTrace
|
2023-04-26 15:00:25 +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 |
|
|
|
2e8c228076
|
Adding api/message/msgpack
|
2023-04-25 16:58:31 +02:00 |
|