neo-go/pkg
Roman Khimov a43f2234dd core: fix Neo.Contract.GetStorageContext security check
This syscall should only work for contracts created by current transaction and
that is what is supposed to be checked here. Do so by looking at the
differences between ic.dao and original lower DAO.
2020-05-19 13:13:15 +03:00
..
compiler compiler/interop: expose GetTransactionHeight 2020-05-19 13:13:15 +03:00
config config: move config.go out of config/ 2020-03-31 17:55:59 +03:00
consensus network: get blocks directly from the chain for rebroadcasting 2020-05-12 17:42:34 +03:00
core core: fix Neo.Contract.GetStorageContext security check 2020-05-19 13:13:15 +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: expose GetTransactionHeight 2020-05-19 13:13:15 +03:00
io *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
network network: get blocks directly from the chain for rebroadcasting 2020-05-12 17:42:34 +03:00
rpc rpc/client: deduplicate block/header tests a bit 2020-05-14 17:28:14 +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: add tests to CALL* instructions 2020-04-09 11:20:39 +03:00
wallet wallet: check for t.GetSignedPart() result correctness 2020-05-07 21:48:45 +03:00