neoneo-go/pkg/core/interop/contract
Roman Khimov 13f5fdbe8a vm: extract shared parts of the Context
Local calls reuse them, cross-contract calls create new ones. This allows to
avoid some allocations and use a little less memory.
2022-08-05 14:26:25 +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 vm: extract shared parts of the Context 2022-08-05 14:26:25 +03:00
call_test.go core: move contract-related tests to the contract package 2022-06-08 19:01:34 +03:00