neo-go/pkg/core/interop
Anna Shaleva 6a4e312eac core: move GetPrice from core to interop
We have additional logic for getting BaseExecFee policy value. This
logic should be moved to interop context instead of being in Policer,
because Policer is just an interface over Policy contract.

After moving this logic to interop context, we need to use it to define
BaseExecFee instead of (Policer).BaseExecFee. Thus, moving
(*Blockchain).GetPrice to (*Context).GetPrice is necessary.
2021-02-05 11:36:32 +03:00
..
binary core: move System.Binary.* interops to binary/ package 2020-12-02 15:54:03 +03:00
contract core: allow to overload contract methods 2021-01-27 12:51:07 +03:00
crypto core: move GetPrice from core to interop 2021-02-05 11:36:32 +03:00
interopnames core,vm: remove System.Enumerator.* interops 2021-01-15 21:11:32 +03:00
iterator core,vm: remove System.Enumerator.* interops 2021-01-15 21:11:32 +03:00
json core: replace interop names with named constants 2020-08-14 14:21:54 +03:00
runtime smartcontract: move flags to a separate package 2021-01-14 17:52:09 +03:00
storage storage: fix linter warnings 2021-01-15 21:12:10 +03:00
context.go core: move GetPrice from core to interop 2021-02-05 11:36:32 +03:00
gas_price.go core: move GetPrice from core to interop 2021-02-05 11:36:32 +03:00