neoneo-go/pkg
Evgenii Stratonikov 05dad10e82 native: fix native contract onPersist script
C# implementation uses NEWARRAY for creating arguments.
Don't change our implementation in `emit`, because PACK is cheaper and
this script must not depend on the internal details of `emit` package anyway.
2020-06-19 11:58:38 +03:00
..
compiler block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
config core: remove transaction priority 2020-06-18 22:44:10 +03:00
consensus core: remove transaction priority 2020-06-18 22:44:10 +03:00
core native: fix native contract onPersist script 2020-06-19 11:58:38 +03:00
crypto smartcontract: use new VerifiableDecodable for ParameterContext 2020-06-18 12:12:56 +03:00
encoding *: change address to the new format 2020-06-17 15:58:21 +03:00
internal block/transaction: add network magic into the hash 2020-06-18 12:39:50 +03:00
interop compiler: implement missing System.Contract.* interops 2020-06-17 11:38:34 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network Merge pull request #1069 from nspcc-dev/addr-locking-and-other-fixes 2020-06-18 23:29:19 +03:00
rpc rpc: marshal GasConsumed getapplicationlog as string 2020-06-19 11:38:56 +03:00
smartcontract smartcontract: rename ByteArray to ByteString in JSON for smartcontract parameters 2020-06-19 11:38:56 +03:00
util util: fixed typo in method description 2020-05-20 23:26:51 +03:00
vm stackitem: support Null item (de-)serialization 2020-06-19 11:38:56 +03:00
wallet *: change address to the new format 2020-06-17 15:58:21 +03:00