neo-go/cli/smartcontract
Roman Khimov a5d041a1ac compiler: check range first, analyze funcs then
Type data is added while walking through function ins/outs even if we're to
throw this function away. But we don't need it, these types are not used, so
we can deal with the main part of #3071 by optimizing this out.

Signed-off-by: Roman Khimov <roman@nspcc.ru>
2023-11-21 17:52:17 +03:00
..
testdata compiler: check range first, analyze funcs then 2023-11-21 17:52:17 +03:00
contract_test.go compiler: perform NEF size check on serialization 2023-11-20 15:14:05 +03:00
generate.go cli: adjust usage text of contract generate-rpcwrapper command 2023-10-18 20:38:54 +03:00
generate_test.go cli/sc: don't rewrite RPC bindings by default 2023-11-21 17:43:45 +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