neo-go/pkg/rpc/server/testdata
Roman Khimov 1081791c68 core: fix contract manifest unpacking in System.Contract.Create
It's just JSON, io.Serializable is only used for DB storage where the length
should be obtained from the stream. Fixes:

2020-06-18T22:14:10.571+0300    WARN    contract invocation failed      {"tx": "1ffd475a9c246495d6206cb80a9a78e9d14a433ded60cd37aa87d897655606e1", "block": 25893, "error": "error encountered at instruction 3696 (SYSCALL): failed to invoke syscall: invalid character ':' after top-level value"}
2020-06-18 22:38:34 +03:00
..
test_contract.avm core: move System.ExecutionEngine.* interops to System.Runtime.* 2020-06-16 12:30:55 +03:00
test_contract.go core: move System.ExecutionEngine.* interops to System.Runtime.* 2020-06-16 12:30:55 +03:00
test_verify.avm rpc: update RPC server invoke* calls 2020-06-11 19:34:13 +03:00
test_verify.go rpc: update RPC server invoke* calls 2020-06-11 19:34:13 +03:00
testblocks.acc core: fix contract manifest unpacking in System.Contract.Create 2020-06-18 22:38:34 +03:00