neo-go/pkg
Roman Khimov cf39171485 rpc: implement invokefunction, fix #347
Param getters were redone to return errors because otherwise bad FuncParam
values could lead to panic. FuncParam itself might be not the most elegant
solution, but it works good enough for now.
2019-11-27 13:00:11 +03:00
..
consensus util: implement io.Serializable for Uint256 2019-11-14 14:20:38 +03:00
core Merge pull request #508 from nspcc-dev/feature/getvalidators_420 2019-11-22 18:15:08 +03:00
crypto crypto: add unit tests for public key 2019-11-21 15:41:49 +03:00
internal/keytestcases *: add/fix godoc comments to satisfy golint 2019-09-03 17:57:51 +03:00
interop fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
io io: restrict ReadArray max array size 2019-11-15 22:39:21 +03:00
network core/crypto: add validators and interop for validators 2019-11-21 15:23:35 +03:00
rpc rpc: implement invokefunction, fix #347 2019-11-27 13:00:11 +03:00
smartcontract sc: implement io.Serializable for ParamType 2019-11-14 14:20:38 +03:00
util util: implement io.Serializable for Uint256 2019-11-14 14:20:38 +03:00
vm vm: use hex for ByteArray JSON marshallization 2019-11-15 18:04:59 +03:00
wallet wallet: add unit tests 2019-11-06 13:15:47 +03:00