neoneo-go/pkg/core/interop/crypto
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
..
ecdsa.go core: move GetPrice from core to interop 2021-02-05 11:36:32 +03:00
ecdsa_test.go core: move GetPrice from core to interop 2021-02-05 11:36:32 +03:00
hash.go crypto/consensus: sign hashes and cache them for consensus payloads 2020-09-09 20:46:31 +03:00
hash_test.go core: add tests for crypto interops 2020-12-03 14:14:35 +03:00
interop.go core: replace interop names with named constants 2020-08-14 14:21:54 +03:00