neoneo-go/cli/smartcontract/testdata
Anna Shaleva 16d1d1e5eb rpcbinding: check duplicating struct fields before binding generation
RPC binding config may be malformed or the source .go contract may contain
structures like this:
```
type Str struct {
    Field int
    field int
}
```
We need to recognise these cases and return error. otherwise the resulting
binding can't be compiled.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2023-08-11 17:48:54 +03:00
..
deploy *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
gas cli: allow dynamic RPC binding contract hash 2023-06-01 16:06:28 +03:00
invalid1 cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
invalid2 cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
invalid3 cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
invalid4 cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
nameservice rpcbinding: call scriptFor* as method 2023-06-05 18:31:34 +03:00
nex cli: allow dynamic RPC binding contract hash 2023-06-01 16:06:28 +03:00
nonepiter cli: allow dynamic RPC binding contract hash 2023-06-01 16:06:28 +03:00
rpcbindings rpcbinding: check duplicating struct fields before binding generation 2023-08-11 17:48:54 +03:00
verifyrpc rpcbinding: call scriptFor* as method 2023-06-05 18:31:34 +03:00
verify.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
verify.manifest.json cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
verify.nef cli: move tests to subpackages 2022-10-06 09:21:26 +03:00
verify.yml cli: move tests to subpackages 2022-10-06 09:21:26 +03:00