neoneo-go/pkg/core/interop/contract
Roman Khimov e8d2277fe5 contract/vm: only push NULL after call in dynamic contexts
And determine the need for Null dynamically. For some reason the only dynamic
context is Contract.Call. CALLT is not dynamic and neither is a call from
native contract, go figure...
2022-08-05 14:35:00 +03:00
..
account.go core: move contract-related interop code into appropriate package 2022-06-08 16:02:07 +03:00
account_test.go core: move contract-related tests to the contract package 2022-06-08 19:01:34 +03:00
call.go contract/vm: only push NULL after call in dynamic contexts 2022-08-05 14:35:00 +03:00
call_test.go core: move contract-related tests to the contract package 2022-06-08 19:01:34 +03:00