neoneo-go/pkg/core/dao
Roman Khimov 685d3eb870 dao: prevent double serialization of StorageItems
Converting to MPT value serializes the StorageItem, so it makes no sense doing
it again.
2020-06-04 17:18:15 +03:00
..
cacheddao.go dao: split GetStorageItem for Cached into external and internal versions 2020-05-27 18:34:41 +03:00
cacheddao_test.go core: move DAO to a separate package 2020-04-08 08:38:44 +03:00
dao.go dao: prevent double serialization of StorageItems 2020-06-04 17:18:15 +03:00
dao_test.go core: move DAO to a separate package 2020-04-08 08:38:44 +03:00
storage_item.go core,dao: implement Block-level storage caching 2020-05-19 17:19:51 +03:00