neoneo-go/pkg/smartcontract
Evgenii Stratonikov 685d44dbc1 *: support _initialize method in contracts
Invoke `_initialize` method on every call if present.
In NEO3 there is no entrypoint and methods are invoked by offset,
thus `Main` function is no longer required.
We still have special `Main` method in tests to simplify them.
2020-07-27 13:00:35 +03:00
..
context vm: zero GAS means no GAS, use fee data to properly limit execution 2020-07-14 08:37:29 +03:00
manifest *: support _initialize method in contracts 2020-07-27 13:00:35 +03:00
nef smartcontract: add nef file 2020-06-29 09:15:25 +03:00
trigger smartcontract: rewrite trigger types for NEO3 2020-06-11 13:16:07 +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 core: rename Neo.Crypto.CheckMultisig to Neo.Crypto.CheckMultisigWithECDsaSecp256r1 2020-07-14 16:19:12 +03:00
contract_details.go rpc, smartcontract: move contract metadata to smartcontract package 2020-05-04 08:37:39 +03:00
contract_test.go core: rename Neo.Crypto.CheckMultisig to Neo.Crypto.CheckMultisigWithECDsaSecp256r1 2020-07-14 16:19:12 +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 ByteArray to ByteString in JSON for smartcontract parameters 2020-06-19 11:38:56 +03:00
param_type_test.go *: change address to the new format 2020-06-17 15:58:21 +03:00
parameter.go smartcontract: correctly encode/decode AnyType 2020-06-24 10:22:21 +03:00
parameter_test.go smartcontract: update (Parameter).MarshalJSON method 2020-06-24 07:58:09 +03:00