neo-go/cli/smartcontract
Anna Shaleva 37af2031bb rpcbinding: properly add imports for simple types of event parameters
There are two ways of doing this: first one is to emit all notifications
parameter data into rpcbindings configuration on compile time (event if
the parameter has a simple type), and the second one is to fetch parameter
type from the manifest on rpcbinding file generation if needed (we always
have manifest at this stage, thus it's not a problem to retrieve necessary
information). The latter case is chosen to reduce the bindings configuration
file size.

Signed-off-by: Anna Shaleva <shaleva.ann@nspcc.ru>
2023-05-31 15:53:43 +03:00
..
testdata rpcbinding: properly add imports for simple types of event parameters 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