neo-go/pkg
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
..
compiler native: add additional parameters to deploy 2021-01-29 12:19:08 +03:00
config core, network: add Notary module 2021-02-02 22:01:20 +03:00
consensus core: introduce mempool notifications 2021-02-02 22:01:32 +03:00
core core: move GetPrice from core to interop 2021-02-05 11:36:32 +03:00
crypto keys: allow to create keys on arbitrary curve 2020-12-03 14:06:35 +03:00
encoding fixedn: always correctly unmarshal Fixed8 values 2021-01-22 19:14:33 +03:00
interop core: add PickN flags to Storage.Find 2021-01-15 21:12:10 +03:00
io io: allow to restrict string size 2021-01-19 11:16:23 +03:00
network internals: move testchain from network to internals 2021-02-02 22:01:32 +03:00
rpc core: move GetPrice from core to interop 2021-02-05 11:36:32 +03:00
services core: add Notary module test 2021-02-02 22:01:32 +03:00
smartcontract core: allow to overload contract methods 2021-01-27 12:51:07 +03:00
util util: move Fixed8 to encoding/fixedn package 2020-12-09 11:18:18 +03:00
vm core: move GetPrice from core to interop 2021-02-05 11:36:32 +03:00
wallet wallet: export NewAccountFromPrivateKey() 2020-12-04 12:45:53 +03:00