neoneo-go/pkg
Evgenii Stratonikov 7080b78a6b vm: fix a bug in collection serialize
When encountering already seen stack item we should fail
only if it is a collection. Duplicate Integers or ByteArrays are ok
because they can't lead to recursion.
2019-11-15 12:48:00 +03:00
..
consensus util: implement io.Serializable for Uint256 2019-11-14 14:20:38 +03:00
core sc: implement io.Serializable for ParamType 2019-11-14 14:20:38 +03:00
crypto fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io util: implement io.Serializable for Uint256 2019-11-14 14:20:38 +03:00
network util: implement io.Serializable for Uint256 2019-11-14 14:20:38 +03:00
rpc core: add Close() to blockchainer, implement it to properly close chain 2019-11-08 12:19:54 +03:00
smartcontract sc: implement io.Serializable for ParamType 2019-11-14 14:20:38 +03:00
util util: implement io.Serializable for Uint256 2019-11-14 14:20:38 +03:00
vm vm: fix a bug in collection serialize 2019-11-15 12:48:00 +03:00
wallet wallet: add unit tests 2019-11-06 13:15:47 +03:00