neoneo-go/pkg/vm
Evgenii Stratonikov c16bb466a0 stackitem: implement marshaling to JSON with types
There are 2 kinds of JSON marshaling:
1. Lossy raw marshaling, when type information is lost and
    map keys are expected to be valid utf-8 strings.
2. Almost lossless marshaling, which can handle any non-recursive item.
    Interop value preserves only type.

This commit implements the second.

Signed-off-by: Evgenii Stratonikov <evgeniy@nspcc.ru>
2020-07-31 16:07:16 +03:00
..
cli vmcli: implement parse command 2020-07-27 13:05:37 +03:00
emit core: move Neo.Runtime/Enumerator/Iterator.* interops to System.* 2020-06-10 12:13:35 +03:00
opcode vm: support exceptions 2020-07-24 10:41:41 +03:00
stackitem stackitem: implement marshaling to JSON with types 2020-07-31 16:07:16 +03:00
testdata vm: update json tests to master 2020-07-24 10:44:02 +03:00
context.go vm: support exceptions 2020-07-24 10:41:41 +03:00
contract_checks.go core: rename Neo.Crypto.CheckMultisig to Neo.Crypto.CheckMultisigWithECDsaSecp256r1 2020-07-14 16:19:12 +03:00
contract_checks_test.go core: change verification scripts to new format 2020-04-20 11:55:24 +03:00
exception.go vm: support exceptions 2020-07-24 10:41:41 +03:00
interop.go *: move syscall handling out of VM 2020-07-29 13:41:08 +03:00
interop_iterators.go core: adjust System.Enumerator.Create interop 2020-07-23 07:51:24 +03:00
json_test.go *: move syscall handling out of VM 2020-07-29 13:41:08 +03:00
ref_counter.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +03:00
ref_counter_test.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +03:00
slot.go vm: allow to initialize static slot in method 2020-07-27 13:00:35 +03:00
slot_test.go vm: allow to initialize static slot in method 2020-07-27 13:00:35 +03:00
stack.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +03:00
stack_test.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +03:00
state.go core, vm: store VMState as byte instead of string 2020-07-29 10:14:08 +03:00
state_test.go core, vm: store VMState as byte instead of string 2020-07-29 10:14:08 +03:00
vm.go *: move syscall handling out of VM 2020-07-29 13:41:08 +03:00
vm_test.go *: move syscall handling out of VM 2020-07-29 13:41:08 +03:00