neoneo-go/pkg
Roman Khimov 35e368c241 io: add a note for WriteArray, fix #519
It can't be really solved in many cases (it's used in P2P protocol and we have
to follow the usual conventions there) and in most of the cases we don't care
about the difference between nil slice and zero-length slice.
2019-12-09 18:39:30 +03:00
..
compiler Merge pull request #546 from nspcc-dev/write-optimizations 2019-12-06 19:40:38 +03:00
consensus *: implement EncodeBinary with pointer receivers where appropriate 2019-12-09 18:25:15 +03:00
core core/tx: remove publickey indirection from assets and txes 2019-12-09 18:33:04 +03:00
crypto io: implement ReadBytes() 2019-12-09 15:00:15 +03:00
internal/keytestcases crypto: add invalid testcase 2019-11-29 11:03:03 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: add a note for WriteArray, fix #519 2019-12-09 18:39:30 +03:00
network core/tx: remove one layer of indirection for scripts and inouts 2019-12-09 17:14:10 +03:00
rpc core/tx: remove one layer of indirection for scripts and inouts 2019-12-09 17:14:10 +03:00
smartcontract io: rename ReadBytes() to ReadVarBytes() 2019-12-09 15:00:15 +03:00
util *: implement EncodeBinary with pointer receivers where appropriate 2019-12-09 18:25:15 +03:00
vm io: rename ReadBytes() to ReadVarBytes() 2019-12-09 15:00:15 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00