neoneo-go/pkg/smartcontract/manifest
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
..
standard manifest/compiler: drop hashes from ABI and debug info 2020-11-26 18:30:49 +03:00
container.go manifest: simplify marshaling 2020-11-13 21:46:26 +03:00
container_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
manifest.go manifest: add Safe flag to method descriptor 2020-12-08 13:27:43 +03:00
manifest_test.go manifest: add Safe flag to method descriptor 2020-12-08 13:27:43 +03:00
method.go manifest: add Safe flag to method descriptor 2020-12-08 13:27:43 +03:00
permission.go manifest/compiler: drop hashes from ABI and debug info 2020-11-26 18:30:49 +03:00
permission_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00