neoneo-go/pkg/core/interop/contract
Roman Khimov cb64957af5 vm: don't use Stack for istack
We don't use all of the Stack functionality for it, so drop useless methods
and avoid some interface conversions. It increases single-node TPS by about
0.9%, so nothing really important there, but not a bad change either. Maybe it
can be reworked again with generics though.
2022-11-18 11:35:29 +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: don't use Stack for istack 2022-11-18 11:35:29 +03:00
call_test.go core, rpc: move getFakeNextBlock to Blockchain 2022-10-07 15:56:34 +03:00