neoneo-go/cli/smartcontract
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
..
testdata rpcbinding: check duplicating struct fields before binding generation 2023-08-11 17:48:54 +03:00
contract_test.go cli: autocomplete output filenames for contract compile cmd 2023-05-17 13:09:30 +03:00
generate.go cli: allow dynamic RPC binding contract hash 2023-06-01 16:06:28 +03:00
generate_test.go rpcbinding: check duplicating struct fields before binding generation 2023-08-11 17:48:54 +03:00
manifest.go *: always close the wallet after use 2022-09-02 14:44:32 +03:00
permission.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
smart_contract.go cli: fetch extended evet types from contract config 2023-05-31 15:53:41 +03:00
smart_contract_test.go *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00