neoneo-go/pkg
Roman Khimov b8adc36e6a transaction: add missing alloc in state decoder
Fixes panic two lines below:
panic: runtime error: index out of range [recovered]
        panic: runtime error: index out of range
2019-08-30 19:34:26 +03:00
..
core transaction: add missing alloc in state decoder 2019-08-30 19:34:26 +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 pkg: make use of the new crypto/hash package 2019-08-26 13:32:19 +03:00
wallet crypto/wallet: move public/private key into the new keys package 2019-08-27 17:45:51 +03:00