neoneo-go/pkg
Roman Khimov 42dfca47cf vm: fix double VM run from CLI
Fixes one more instruction being ran when VM FAULTs:

NEO-GO-VM > run
NEO-GO-VM > error encountered at instruction 6 (ROLL)
NEO-GO-VM > runtime error: invalid memory address or nil pointer dereference
FAULT
NEO-GO-VM > error encountered at instruction 7 (SETITEM)
NEO-GO-VM > interface conversion: interface {} is []vm.StackItem, not []uint8

Refs. #96.
2019-08-31 09:06:56 +03:00
..
core transaction: move state test from dev 2019-08-30 19:35:57 +03:00
crypto nep2: fix comment, NEP-2 is about keys, not wallets 2019-08-27 17:47:07 +03:00
internal/keytestcases crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00
interop interop: move into pkg/interop, replace pkg/vm/api 2019-08-15 19:41:51 +03:00
io Implemented rpc server method GetRawTransaction (#135) 2019-02-20 18:39:32 +01:00
network network: decode CMDGetData the same way as CMDInv 2019-08-30 13:14:12 +03:00
rpc transaction: fix invocation decoding for different versions 2019-08-30 11:41:10 +03:00
smartcontract smartcontract: use new binaryReader/Writer API from util 2019-08-28 19:45:17 +03:00
util util: add error check to Read/WriteVarUint 2019-08-29 13:26:03 +03:00
vm vm: fix double VM run from CLI 2019-08-31 09:06:56 +03:00
wallet crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00