neo-go/pkg/core/interop
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
..
contract vm: don't use Stack for istack 2022-11-18 11:35:29 +03:00
crypto interop: wrap contract.LoadToken in context.LoadToken 2022-06-06 21:53:03 +03:00
interopnames core: support System.Runtime.GetAddressVersion syscall 2022-04-21 19:26:16 +03:00
iterator rpc: implement iterator sessions 2022-07-08 17:05:18 +03:00
runtime vm: don't use Stack for istack 2022-11-18 11:35:29 +03:00
storage core, rpc: move getFakeNextBlock to Blockchain 2022-10-07 15:56:34 +03:00
context.go state: add more convenient method to get native contract hashes 2022-08-15 10:54:29 +03:00
doc.go *: add more package-specific documentation 2021-03-19 16:18:45 +03:00
gas_price.go interop: fetch baseExecFee once and keep it in the Context 2021-08-11 15:42:23 +03:00