neoneo-go/pkg/core/storage
Roman Khimov ccdda21718 stateroot: add and use DataMPTAux for auxiliary data
Use DataMPT for nodes only, otherwise with 1M blocks with have 1M
height-stateroot mapping entries that our GC has to iterate over for no
reason.
2022-02-14 17:29:21 +03:00
..
boltdb_store.go storage: add SeekGC interface for GC 2022-02-14 17:29:21 +03:00
boltdb_store_test.go *: fix tests failing due to path.Join usage 2021-11-29 11:11:09 +03:00
leveldb_store.go storage: add SeekGC interface for GC 2022-02-14 17:29:21 +03:00
leveldb_store_test.go core: add benchmarks for iterator.Next, MemCached.Seek, Mem.Seek 2021-10-21 10:05:12 +03:00
memcached_store.go storage: provide a way to escape from SeekAsync goroutine 2022-02-09 00:22:42 +03:00
memcached_store_test.go storage: add SeekGC interface for GC 2022-02-14 17:29:21 +03:00
memory_store.go storage: add SeekGC interface for GC 2022-02-14 17:29:21 +03:00
memory_store_test.go core: allow early Seek stop 2022-01-19 20:54:35 +03:00
store.go stateroot: add and use DataMPTAux for auxiliary data 2022-02-14 17:29:21 +03:00
store_config.go storage: drop RedisDB, close #2130 2021-10-27 17:32:25 +03:00
store_test.go rpc/storage: add storage changes to invoke* diagnostics 2022-01-19 00:02:19 +03:00
storeandbatch_test.go storage: add SeekGC interface for GC 2022-02-14 17:29:21 +03:00