neoneo-go/pkg/core/interop/runtime
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
..
engine.go vm: don't use Stack for istack 2022-11-18 11:35:29 +03:00
engine_test.go runtime: check notifications against ABI 2022-10-04 17:52:38 +03:00
ext_test.go core, rpc: move getFakeNextBlock to Blockchain 2022-10-07 15:56:34 +03:00
util.go Merge pull request #2525 from nspcc-dev/immutable-items 2022-05-31 10:36:56 +03:00
util_test.go vm: support immutable compound types 2022-05-31 08:07:50 +03:00
witness.go interop/vm: use more robust CalledByEntry check 2022-08-05 14:35:00 +03:00