neoneo-go/pkg
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
..
compiler block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
config netmode: use non-zero unittest network 2020-06-18 12:10:12 +03:00
consensus block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
core core: fix contract manifest unpacking in System.Contract.Create 2020-06-18 22:38:34 +03:00
crypto smartcontract: use new VerifiableDecodable for ParameterContext 2020-06-18 12:12:56 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +03:00
internal block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
interop compiler: implement missing System.Contract.* interops 2020-06-17 11:38:34 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network network: fix inverted logic of address addition to the pool 2020-06-18 21:34:45 +03:00
rpc core: fix contract manifest unpacking in System.Contract.Create 2020-06-18 22:38:34 +03:00
smartcontract block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm vm: make (*VM).GasLimit public 2020-06-16 15:13:20 +03:00
wallet *: change address to the new format 2020-06-17 15:58:21 +03:00