neo-go/pkg/core/dao
Anna Shaleva 168366f33e core: copy storage item key in simple.GetStorageItems
Close #1468.

We should copy the key to avoid bytes substitution. Otherwise there's a
chance that at the end of dao.Store.Seek(...) execution some keys won't
be the same as the original keys found inside saveToMap function.
2020-10-10 12:24:08 +03:00
..
cacheddao.go core: save UTXO transfer info 2020-08-06 14:03:21 +03:00
cacheddao_test.go core: move DAO to a separate package 2020-04-08 08:38:44 +03:00
dao.go core: copy storage item key in simple.GetStorageItems 2020-10-10 12:24:08 +03:00
dao_test.go core: move DAO to a separate package 2020-04-08 08:38:44 +03:00
storage_item.go dao: optimize storage cache flushing 2020-06-04 17:21:58 +03:00