neoneo-go/pkg
Roman Khimov 85831e3e92 vm: fix XTUCK implementation, add tests
The code that we have actually implements XTUCK and not TUCK. And it's a bit
broken, so fix it and add some tests. The most interesting one (that required
to touch stack code) is the one when we have 1 element on the stack and are
trying to tell XTUCK to push 2 elements deep.
2019-09-05 17:34:25 +03:00
..
core keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
crypto keys: improve publick key checks with a check against P 2019-09-05 12:34:12 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop *: fix some misspellings 2019-09-03 18:20:05 +03:00
io Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
network *: fix golint's omit type suggestions 2019-09-03 18:16:48 +03:00
rpc keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00
smartcontract *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
util *: fix some misspellings 2019-09-03 18:20:05 +03:00
vm vm: fix XTUCK implementation, add tests 2019-09-05 17:34:25 +03:00
wallet keys: simplify error handling for PublicKey() and associated 2019-09-05 12:34:12 +03:00