neo-go/pkg/core/interop
Evgenii Stratonikov b7e86fa6a3 manifest: add Safe flag to method descriptor
`interop.Contex.AddMethod` sets `Safe` flag for native
contracts. This allows not to forget to change manifest
when changing call flags.
Also fixed invalid `Safe` flags for `Notary` and `Designate` contracts.
2020-12-08 13:27:43 +03:00
..
binary core: move System.Binary.* interops to binary/ package 2020-12-02 15:54:03 +03:00
callback *: introduce stable contract hashes 2020-11-27 21:47:08 +03:00
contract manifest: add Safe flag to method descriptor 2020-12-08 13:27:43 +03:00
crypto core: add tests for crypto interops 2020-12-03 14:14:35 +03:00
enumerator core: cover enumerator/iterator interops 2020-12-02 15:54:03 +03:00
interopnames core: implement System.Binary.Atoi/Itoa syscalls 2020-11-10 16:15:10 +03:00
iterator core: cover enumerator/iterator interops 2020-12-02 15:54:03 +03:00
json core: replace interop names with named constants 2020-08-14 14:21:54 +03:00
runtime core: move System.Runtime.* interops to runtime/ package 2020-12-02 15:54:03 +03:00
context.go manifest: add Safe flag to method descriptor 2020-12-08 13:27:43 +03:00