neo-go/pkg
Roman Khimov 5bd666b786 vm: return NOP as current instruction for just loaded VM
Before:
NEO-GO-VM > loadgo h.go
READY: loaded 16 instructions
NEO-GO-VM > ip
instruction pointer at -1 (PUSH0)

After:
NEO-GO-VM > loadgo h.go
READY: loaded 16 instructions
NEO-GO-VM > ip
instruction pointer at -1 (NOP)

I think NOP is a little less scary.
2019-09-10 23:31:06 +03:00
..
core storage: redis db unit test 2019-09-10 17:22:45 +03:00
crypto Merge pull request #374 from nspcc-dev/makefile-and-gofmt 2019-09-09 15:05: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 util: drop Endpoint structure, fix #321 2019-09-09 17:54:38 +03:00
rpc Merge pull request #377 from nspcc-dev/config_for_db 2019-09-10 17:46:31 +03:00
smartcontract *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
util util: drop Endpoint structure, fix #321 2019-09-09 17:54:38 +03:00
vm vm: return NOP as current instruction for just loaded VM 2019-09-10 23:31:06 +03:00
wallet *: gofmt -s 2019-09-09 12:02:24 +03:00