neoneo-go/pkg
Roman Khimov f1856bfa8b core/tx: remove publickey indirection from assets and txes
It makes very little sense having pointers here, these structures MUST have
some kind of key and this key is not gonna be wandering somewhere on its
own. Fixes a part of #519.
2019-12-09 18:33:04 +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 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