neoneo-go/pkg/rpc/request
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
..
param.go rpc: update RPC server invoke* calls 2020-06-11 19:34:13 +03:00
param_test.go *: change address to the new format 2020-06-17 15:58:21 +03:00
params.go rpc: separate out request and response structures 2020-02-21 15:12:04 +03:00
tx_builder_test.go vm,compiler: replace APPCALL with System.Contract.Call 2020-05-07 14:52:03 +03:00
txBuilder.go core: fix contract manifest unpacking in System.Contract.Create 2020-06-18 22:38:34 +03:00
types.go rpc: separate out request and response structures 2020-02-21 15:12:04 +03:00