neoneo-go/pkg
Roman Khimov 3db14b4699 wallet: check for t.GetSignedPart() result correctness
It can return nil easily and signing that is a big mistake.
2020-05-07 21:48:45 +03:00
..
compiler compiler: add ability to generate .abi.json file 2020-05-04 08:31:14 +03:00
config config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
consensus consensus: added partial message decoding 2020-04-16 17:16:29 +03:00
core core: ensure we produce correct blocks for tests 2020-05-07 21:46:28 +03:00
crypto testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
encoding *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
internal random: make use or random package in tests 2020-03-27 10:27:46 +03:00
interop compiler/interop: add missing methods to interop.Iterator 2020-03-26 16:39:10 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network core: wrap cached dao properly, don't miss cached data 2020-04-03 10:15:11 +03:00
rpc Merge pull request #921 from nspcc-dev/rpc-websocket-2.x 2020-05-04 13:55:19 +03:00
smartcontract rpc, smartcontract: move contract metadata to smartcontract package 2020-04-29 13:50:05 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm vm: add tests to CALL* instructions 2020-04-09 11:20:39 +03:00
wallet wallet: check for t.GetSignedPart() result correctness 2020-05-07 21:48:45 +03:00