neoneo-go/pkg
Roman Khimov 5b6c5af704 *: implement EncodeBinary with pointer receivers where appropriate
Everywhere except ParamType (which is just a byte), reduce copying things
around for no real reason.
2019-12-09 18:25:15 +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 *: implement EncodeBinary with pointer receivers where appropriate 2019-12-09 18:25:15 +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 support for pointer receivers in WriteArray() 2019-12-09 16:57:25 +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