neo-go/cli/smartcontract/testdata/rpcbindings
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
..
invalid1 cli: move RPC bindings related testdata to a separate folder 2023-08-11 17:03:04 +03:00
invalid2 cli: move RPC bindings related testdata to a separate folder 2023-08-11 17:03:04 +03:00
invalid3 cli: move RPC bindings related testdata to a separate folder 2023-08-11 17:03:04 +03:00
invalid4 cli: move RPC bindings related testdata to a separate folder 2023-08-11 17:03:04 +03:00
invalid5 cli: move RPC bindings related testdata to a separate folder 2023-08-11 17:03:04 +03:00
invalid6 rpcbinding: check duplicating struct fields before binding generation 2023-08-11 17:48:54 +03:00
invalid7 rpcbinding: check duplicating struct fields before binding generation 2023-08-11 17:48:54 +03:00
invalid8 rpcbinding: check duplicating struct fields before binding generation 2023-08-11 17:48:54 +03:00
notifications cli: move RPC bindings related testdata to a separate folder 2023-08-11 17:03:04 +03:00
structs cli: move RPC bindings related testdata to a separate folder 2023-08-11 17:03:04 +03:00
types cli: move RPC bindings related testdata to a separate folder 2023-08-11 17:03:04 +03:00