neo-go/pkg/smartcontract
Anna Shaleva 9c2e92d7d9 compiler: check overloaded methods for safeness one more time
It's possible that overloaded method is marked as `safe` in manifest, so
that it must have `save` field set to true after its name was
overwritten.
2022-01-21 18:03:04 +03:00
..
callflag callflag: add C#-compliant JSONization, fix #2040 2021-07-06 11:17:12 +03:00
context context: read item key in LE 2021-07-23 12:43:04 +03:00
manifest compiler: check overloaded methods for safeness one more time 2022-01-21 18:03:04 +03:00
nef nef: add Source field 2021-09-24 00:19:37 +03:00
testdata cli: add filebytes parameter type 2021-02-19 10:52:45 +03:00
trigger *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
contract.go core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
contract_test.go core: rename Neo.Crypto.CheckMultisig interop 2021-05-11 18:38:14 +03:00
convertor.go stackitem: use Bool item directly 2021-08-12 17:53:36 +03:00
convertor_test.go vm: move StackItem to a separate package 2020-06-08 13:27:08 +03:00
param_type.go *: enable godot linter and fix all its warnings 2021-05-12 23:17:03 +03:00
param_type_test.go cli: add filebytes parameter type 2021-02-19 10:52:45 +03:00
parameter.go smartcontract: unmarhal null values properly 2021-09-14 13:28:01 +03:00
parameter_test.go smartcontract: unmarhal null values properly 2021-09-14 13:28:01 +03:00