neo-go/pkg/vm/stackitem
Anna Shaleva 7eb87afab8 cli: unify parameters parsing
Share parameters parsing code between 'contract invokefunction' and
'vm run' commands. It allows VM CLI to parse more complicated parameter
types including arrays and file-backed bytestrings.
2022-10-13 08:20:27 +03:00
..
immutable.go vm: support immutable compound types 2022-05-31 08:07:50 +03:00
item.go cli: unify parameters parsing 2022-10-13 08:20:27 +03:00
item_test.go cli: unify parameters parsing 2022-10-13 08:20:27 +03:00
json.go golangci: enable errorlint and fix everything it found 2022-09-02 18:36:23 +03:00
json_test.go vm: stringify InteropInterface stackitem type as InteropInterface 2022-05-25 13:20:21 +03:00
reference.go vm: embed reference counter in compound items 2021-08-13 14:41:26 +03:00
serialization.go stackitem: reusable serialization context 2022-06-02 15:38:39 +03:00
serialization_test.go stackitem: avoid going through Value() in serialization 2021-08-23 18:29:07 +03:00
type.go vm: stringify InteropInterface stackitem type as InteropInterface 2022-05-25 13:20:21 +03:00
type_test.go stackitem: allow to convert type from string 2020-07-31 16:07:16 +03:00