neoneo-go/pkg/core/interop
Roman Khimov 13da1b62fb interop: fetch baseExecFee once and keep it in the Context
It never changes during single execution, so we can cache it and avoid going
to Policer via Chain for every instruction.
2021-08-11 15:42:23 +03:00
..
contract *: simplify some error messages 2021-07-23 10:08:09 +03:00
crypto interop: fetch baseExecFee once and keep it in the Context 2021-08-11 15:42:23 +03:00
interopnames interop: implement System.Runtime.GetRandom 2021-07-15 16:00:01 +03:00
iterator interop: remove System.Iterator.Create, fix #1935 2021-05-11 12:13:30 +03:00
runtime interop: implement System.Runtime.GetRandom 2021-07-15 16:00:01 +03:00
storage stackitem: remove Item/StackItem from function names 2021-07-06 19:56:23 +03:00
context.go interop: fetch baseExecFee once and keep it in the Context 2021-08-11 15:42:23 +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