neoneo-go/pkg/rpc
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
..
client block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
request core: fix contract manifest unpacking in System.Contract.Create 2020-06-18 22:38:34 +03:00
response rpc: use non-pointer Block and Transaction in results 2020-06-18 12:13:35 +03:00
server core: fix contract manifest unpacking in System.Contract.Create 2020-06-18 22:38:34 +03:00
rpc_config.go config: move config.go out of config/ 2020-03-31 17:55:59 +03:00