neoneo-go/pkg/smartcontract/manifest
Anna Shaleva 0f1473897b core: temp manifest.Extra marshalling fix
Manifest.Extra still serialized as JSON message with undefined  order
of items, so it affects contract states dumps.
2021-02-12 23:48:30 +03:00
..
standard core: allow to overload contract methods 2021-01-27 12:51: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 core: temp manifest.Extra marshalling fix 2021-02-12 23:48:30 +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