neo-go/pkg
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
..
compiler *: introduce stable contract hashes 2020-11-27 21:47:08 +03:00
config core: remove old blocks and transactions 2020-11-25 16:38:20 +03:00
consensus pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
core contract: avoid going to the DB for entry scripts 2020-11-27 21:47:08 +03:00
crypto pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
encoding state: use more efficient encoding for amount 2020-09-21 21:51:33 +03:00
interop smartcontract: remove contract features 2020-11-13 21:26:23 +03:00
io always wrap errors when creating new ones with fmt.Errorf() 2020-08-07 12:21:52 +03:00
network network: treat unsolicited addr commands as errors 2020-11-25 13:34:38 +03:00
rpc nef: drop scripthash 2020-11-27 21:47:08 +03:00
smartcontract nef: drop scripthash 2020-11-27 21:47:08 +03:00
util pkg: move internal/ package to the root directory 2020-11-24 16:39:56 +03:00
vm contract: avoid going to the DB for entry scripts 2020-11-27 21:47:08 +03:00
wallet *: introduce stable contract hashes 2020-11-27 21:47:08 +03:00