neoneo-go/pkg
Roman Khimov 587cfc7c66 vm: optimize ROLL/ROT, refactor common code
Add `Roll` method to Stack that doesn't pop and push values and use it for
ROLL and ROT.

1.4M->1.5M 100K block import test before:
real    3m44,292s
user    5m43,494s
sys     0m34,741s

After:
real    3m40,449s
user    5m42,701s
sys     0m35,500s
2019-12-16 19:53:21 +03:00
..
compiler Merge pull request #546 from nspcc-dev/write-optimizations 2019-12-06 19:40:38 +03:00
consensus consensus: fix payload sign test 2019-12-13 12:09:51 +03:00
core core: add MemPool Verify() test 2019-12-14 00:05:45 +03:00
crypto io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
internal internal: moved testutil method to internal package 2019-12-11 13:14:43 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: remove ReadLE/BE and WriteLE/BE 2019-12-13 11:38:28 +03:00
network io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
rpc io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
smartcontract io: rename Read/WriteBytes to Read/WriteB 2019-12-12 20:19:50 +03:00
util io: add type-specific read/write methods 2019-12-12 20:19:50 +03:00
vm vm: optimize ROLL/ROT, refactor common code 2019-12-16 19:53:21 +03:00
wallet crypto: add invalid testcase 2019-11-29 11:03:03 +03:00