neo-go/pkg
Roman Khimov 428e789ddc vm: produce better error for ROLL with wrong index
Current VM implementation doesn't return errors for many operations, so the
only way to handle it here is to check for NULL. Refs. #96.
2019-08-31 09:04:59 +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: produce better error for ROLL with wrong index 2019-08-31 09:04:59 +03:00
wallet crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00