neo-go/pkg
Evgenii Stratonikov 3cbd138b67 compiler: allow to declare variables of struct type
Previously, struct variables were initialize with VM's nil value
which is of primitive type. Thus SETITEM used for struct's field
updating wasn't working.
2020-03-27 13:50:09 +03:00
..
compiler compiler: allow to declare variables of struct type 2020-03-27 13:50:09 +03:00
consensus random: make use or random package in tests 2020-03-27 10:27:46 +03:00
core Merge pull request #803 from nspcc-dev/feature/appcall 2020-03-27 13:30:48 +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 testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
rpc emit: implement AppCallWithOperationAndArgs 2020-03-27 11:05:36 +03:00
smartcontract random: make use or random package in tests 2020-03-27 10:27:46 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm emit: implement AppCallWithOperationAndArgs 2020-03-27 11:05:36 +03:00
wallet util: JSONify uint160 using LE instead of BE 2020-03-23 17:38:58 +03:00