neoneo-go/cli/smartcontract/testdata
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
..
deploy *: replace interface{} with any keyword 2023-04-04 13:22:42 +03:00
gas smartcontract: drop standard events before RPC binging generation 2023-05-31 15:53:43 +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: properly add imports for simple types of event parameters 2023-05-31 15:53:43 +03:00
nex smartcontract: drop standard events before RPC binging generation 2023-05-31 15:53:43 +03:00
nonepiter rpcbinding: fix binding indentation 2023-05-30 17:37:06 +03:00
notifications rpcbinding: properly add imports for simple types of event parameters 2023-05-31 15:53:43 +03:00
structs rpcbinding: fix binding indentation 2023-05-30 17:37:06 +03:00
types rpcbinding: fix binding indentation 2023-05-30 17:37:06 +03:00
verifyrpc smartconract: generate RPC binding wrappers for events 2023-05-31 15:52:39 +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