neo-go/pkg/smartcontract
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
..
context pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
manifest manifest: add Safe flag to method descriptor 2020-12-08 13:27:43 +03:00
nef nef: increase version field to 32 bytes 2020-11-30 11:26:29 +03:00
trigger smartcontract: ignore case in trigger.FromString 2020-11-12 17:49:28 +03:00
call_flags.go smartcontract: start flags with 1 2020-06-11 13:03:55 +03:00
call_flags_test.go smartcontract: add CallFlag.Has() helper 2020-06-11 13:03:55 +03:00
contract.go smartcontract: implement GetDefaultHonestNodeCount 2020-10-08 13:48:14 +03:00
contract_test.go smartcontract: support creation of majority multisig scripts 2020-08-23 09:39:46 +03:00
convertor.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +03:00
convertor_test.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +03:00
param_type.go smartcontract: rename parameter ByteString to ByteArray 2020-08-12 17:48:03 +03:00
param_type_test.go *: change address to the new format 2020-06-17 15:58:21 +03:00
parameter.go smartcontract: remove contract features 2020-11-13 21:26:23 +03:00
parameter_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00