neo-go/cli/smartcontract
Anna Shaleva 19cc6c6369 compiler: store ready-to-use notification names in bindings config
Notification and its parameters may have any UTF8-compatible name
which is inappropriate for bindings configuration and for the resulting
RPC bindings file. This commit stores the prettified version of
notification's name and parameters that are ready to be used in the
resulting RPC binding without any changes.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2023-05-31 15:53:43 +03:00
..
testdata compiler: store ready-to-use notification names in bindings config 2023-05-31 15:53:43 +03:00
contract_test.go cli: autocomplete output filenames for contract compile cmd 2023-05-17 13:09:30 +03:00
generate.go cli: adjust flags description for smartcontract generate-* 2022-12-28 12:18:09 +03:00
generate_test.go compiler: store ready-to-use notification names in bindings config 2023-05-31 15:53:43 +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