neo-go/pkg/core/interop
Roman Khimov 8231953842 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-26 19:58:49 +03:00
..
crypto vm: remove crypto-related opcodes 2020-04-29 19:16:38 +03:00
enumerator core: move enumerator/iterator interops to a separate packages 2020-04-11 10:56:36 +03:00
iterator core: move enumerator/iterator interops to a separate packages 2020-04-11 10:56:36 +03:00
runtime core: add cosigners field to transaction 2020-05-04 11:53:31 +03:00
context.go core: fix Neo.Contract.GetStorageContext security check 2020-05-26 19:58:49 +03:00