neoneo-go/pkg
Roman Khimov 844491d365 *: use more efficient WriteBytes where appropriate
Before this patch on block import we could easily be spending more than 6
seconds out of 30 in Uint256 encoding for UnspentBalance, now it's completely
off the radar.
2019-12-06 18:22:21 +03:00
..
compiler *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
consensus *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
core *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
crypto *: remove duplicate functions producing verification script 2019-12-03 18:23:46 +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: simplify WriteBytes() 2019-12-06 17:40:47 +03:00
network *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
rpc rpc: remove hardcoded pushbytes64 constant 2019-12-03 18:23:46 +03:00
smartcontract *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
util *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
vm *: use more efficient WriteBytes where appropriate 2019-12-06 18:22:21 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00