neoneo-go/pkg/smartcontract/manifest/standard
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
..
check.go smartcontract: add NEP-11 standard check 2021-02-19 17:06:07 +03:00
comply.go compiler: check overloaded methods for safeness one more time 2022-01-21 18:03:04 +03:00
comply_test.go standard: improve testing code 2021-05-12 19:12:09 +03:00
doc.go manifest: support interface checking 2020-11-26 12:50:29 +03:00
nep11.go smartcontract: adjust NEP11-D standard 2022-01-21 18:03:04 +03:00
nep17.go smartcontract: add checks for parameter names 2021-02-19 17:06:07 +03:00
payable.go *: add data to NEP11 Transfer 2021-05-05 19:44:29 +03:00
token.go smartcontract: add NEP-11 standard check 2021-02-19 17:06:07 +03:00