neoneo-go/pkg/core/interop/contract
Roman Khimov d93aa745bb contract: avoid going to the DB for entry scripts
This optimizes out DB access for non-deployed contracts under the assumption
that deployed ones are always loaded via `LoadScriptWithHash` (and if they're
not --- it's a bug anyway with the new hashing model) which actually is a very
popular case (every entry script does that).
2020-11-27 21:47:08 +03:00
..
call.go contract: avoid going to the DB for entry scripts 2020-11-27 21:47:08 +03:00