neoneo-go/pkg
Evgeniy Kulikov 0a56d3ddbc
network: generate randomized server id
math/rand might generate same id's on one environment, so.. use crypto/rand for generation id's
2019-11-18 17:17:21 +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 network: generate randomized server id 2019-11-18 17:17:21 +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