neoneo-go/pkg
Roman Khimov aae3e217a8 rpc/cli: implement contract deployment, fix #474
It's used like this:
./bin/neo-go contract deploy -i 1-print.avm -c neo-go.yml -e http://localhost:20331 -w KxDgvEKzgSBPPfuVfw67oPQBSjidEiqTHURKSDL1R7yGaGYAeYnr -g 100
2019-11-20 16:12:40 +03:00
..
consensus util: implement io.Serializable for Uint256 2019-11-14 14:20:38 +03:00
core core: only check tx against mempool if it's not in the block 2019-11-20 16:12:40 +03:00
crypto fix spelling and godoc comments 2019-10-22 17:56:03 +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 Merge pull request #502 from nspcc-dev/docker-compose-environment-for-neo-go 2019-11-18 17:21:11 +03:00
rpc rpc/cli: implement contract deployment, fix #474 2019-11-20 16:12:40 +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