neoneo-go/pkg
Roman Khimov 3d62db4f34 vm: clear altstack on CALL, fix #1158
neo-vm doesn't copy altstack on CALL, so it effectively is cleared. But we
need to copy things back on return if there are any.
2020-07-18 07:27:08 +03:00
..
compiler Merge pull request #1096 from nspcc-dev/neox-2.x 2020-06-24 16:08:19 +03:00
config *: specify first state root index in config 2020-06-24 12:37:27 +03:00
consensus consensus: prevent synchronization stalls 2020-06-26 12:32:12 +03:00
core dao: migrate nep5 balances with the contract 2020-07-07 19:55:55 +03:00
crypto keys: add support for uncompressed serialization in PublicKey 2020-06-10 19:17:08 +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 interop: fix key recovery functions documentation 2020-06-25 14:30:53 +03:00
io io: make maxArraySize public 2020-06-24 12:14:33 +03:00
network network: copy peers for Shutdown iteration 2020-07-16 11:43:34 +03:00
rpc rpc: support raw address in getnep5transfers RPC 2020-07-03 18:44:46 +03:00
smartcontract smartcontract: add JSON marshal/unmarshal for InteropType 2020-05-13 17:17:41 +03:00
util testserdes: implement helpers for encode/decode routines 2020-03-27 10:27:46 +03:00
vm vm: clear altstack on CALL, fix #1158 2020-07-18 07:27:08 +03:00
wallet wallet: check for t.GetSignedPart() result correctness 2020-05-07 21:48:45 +03:00