neoneo-go/pkg/smartcontract/manifest
Evgeniy Stratonikov 9d4ccf0fcc smartcontract: add test for Optional methods
They should be checked only if name + parameter count matches.
This is how methods are identified in NEO.
2021-02-19 17:06:07 +03:00
..
standard smartcontract: add test for Optional methods 2021-02-19 17:06:07 +03:00
abi.go manifest: add duplicate events/methods checks to ABI 2021-02-09 22:31:26 +03:00
abi_test.go manifest: add duplicate events/methods checks to ABI 2021-02-09 22:31:26 +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
event.go manifest: add method validity check 2021-02-09 22:31:26 +03:00
event_test.go manifest: add event validity check 2021-02-09 22:31:26 +03:00
group.go manifest: add manifest validity checks 2021-02-09 22:31:26 +03:00
group_test.go manifest: add manifest validity checks 2021-02-09 22:31:26 +03:00
manifest.go smartcontract: add NEP-11 standard check 2021-02-19 17:06:07 +03:00
manifest_test.go core: temp manifest.Extra marshalling fix 2021-02-12 23:48:30 +03:00
method.go manifest: add method validity check 2021-02-09 22:31:26 +03:00
method_test.go manifest: add method validity check 2021-02-09 22:31:26 +03:00
parameter.go manifest: add Permission and Permissions validity checks 2021-02-09 22:31:26 +03:00
parameter_test.go manifest: add validity checks for Parameter 2021-02-09 22:31:26 +03:00
permission.go manifest: add Permission and Permissions validity checks 2021-02-09 22:31:26 +03:00
permission_test.go manifest: add Permission and Permissions validity checks 2021-02-09 22:31:26 +03:00