Evgenii Stratonikov
|
8c22d27acc
|
state: allow to encode AppExecResult with recursive items
1. Encode them to a special type, decode to `nil`.
2. `Interop` can be encoded in JSON, this info should also be preserved.
|
2020-12-18 13:04:31 +03:00 |
|
Roman Khimov
|
0120a8f239
|
stackitem: limit buffer/bytearray reads upon deserialization
This is not the way it's done in C#, but that's the most sensible approach to
me.
|
2020-10-07 23:08:20 +03:00 |
|
Roman Khimov
|
64e9775707
|
vm/stackitem: limit reads for bigint values
They can't exceed 33 bytes.
|
2020-10-07 23:07:10 +03:00 |
|
Anna Shaleva
|
29f1e646ed
|
vm: fix stackitem serialisation
We're able to serialise Buffer stackitem, but can not deserealise it
which leads to errors. Fixed.
|
2020-07-06 15:04:19 +03:00 |
|
Evgenii Stratonikov
|
a980cac0b3
|
stackitem: support Null item (de-)serialization
It's binary representation contains just type (AnyT).
|
2020-06-19 11:38:56 +03:00 |
|
Anna Shaleva
|
7ca2807875
|
vm/encoding: move bigint from vm to encoding package
|
2020-06-08 13:27:13 +03:00 |
|
Anna Shaleva
|
783f5ecb01
|
vm: move StackItem to a separate package
closes #912
|
2020-06-08 13:27:08 +03:00 |
|