neo-go/pkg/core/storage
Evgenii Stratonikov df2598c8dc core: store NEP5 balances separately
There is no need to take and unmarshal an account structure only
to get it's NEP5 balances.
2020-03-12 12:58:28 +03:00
..
boltdb_store.go *: move all packages from CityOfZion to nspcc-dev 2020-03-03 17:21:42 +03:00
boltdb_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
leveldb_store.go fix spelling and godoc comments 2019-10-22 17:56:03 +03:00
leveldb_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
memcached_store.go storage: add locking into (*MemoryStore).Seek 2020-02-24 17:51:50 +03:00
memcached_store_test.go storage: add Exists flag to KeyValue in batch 2020-02-12 12:16:31 +03:00
memory_store.go storage: add locking into (*MemoryStore).Seek 2020-02-24 17:51:50 +03:00
memory_store_test.go core: move write caching layer into MemCacheStore 2019-10-16 17:33:45 +03:00
redis_store.go storage: simplify MemoryBatch 2019-10-15 12:56:25 +03:00
redis_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
store.go core: store NEP5 balances separately 2020-03-12 12:58:28 +03:00
store_config.go storage: add boltDB support 2019-09-14 10:28:43 +03:00
store_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
storeandbatch_test.go core: move write caching layer into MemCacheStore 2019-10-16 17:33:45 +03:00