neoneo-go/pkg/rpc
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
..
client oracle: integrate module in core and RPC 2021-01-28 13:00:58 +03:00
request core: update System.Contract.Call syscall 2021-01-14 18:23:36 +03:00
response rpc: marshal GAS correctly 2020-12-10 15:32:00 +03:00
server core: move GetPrice from core to interop 2021-02-05 11:36:32 +03:00
rpc_config.go util: move Fixed8 to encoding/fixedn package 2020-12-09 11:18:18 +03:00