neoneo-go/pkg
Evgenii Stratonikov 6baed7a010 compiler: allow to declare slices of compound types
Previously this declarations were ignored which resulted
in runtime errors, because VM's nil is an element of primitive type
and can't be converted to an array.
2020-03-27 13:50:09 +03:00
..
compiler compiler: allow to declare slices of compound types 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