neo-go/pkg/rpc/server
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
..
testdata state: use checksums and names to calculate contract hashes 2021-01-22 12:22:48 +03:00
client_test.go smartcontract: move flags to a separate package 2021-01-14 17:52:09 +03:00
prometheus.go rpc: reuse handlers map for prometheus metrics 2020-03-25 15:25:12 +03:00
server.go oracle: integrate module in core and RPC 2021-01-28 13:00:58 +03:00
server_helper_test.go oracle: integrate module in core and RPC 2021-01-28 13:00:58 +03:00
server_test.go core: move GetPrice from core to interop 2021-02-05 11:36:32 +03:00
subscription.go rpc: fix Matches and marshalling for notification events 2020-10-19 13:44:20 +03:00
subscription_test.go pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00