neo-go/pkg/core/storage
Anna Shaleva 0e3b9c48a2 core: add API to store StateSyncPoint and StateSyncCurrentBlockHeight
We need it in order not to mess up the blockchain which has its own
CurrentBlockHeight.
2021-08-10 14:06:28 +03:00
..
badgerdb_store.go slice: introduce common Copy helper 2021-07-19 22:57:55 +03:00
badgerdb_store_test.go storage: add support of BadgerDB 2020-04-09 13:55:59 +03:00
boltdb_store.go slice: introduce common Copy helper 2021-07-19 22:57:55 +03:00
boltdb_store_test.go storage: fix memcached test with boltdb store 2021-07-20 12:35:24 +03:00
leveldb_store.go storage: add bloom filter to leveldb 2020-09-09 20:46:31 +03:00
leveldb_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
memcached_store.go storage: allow accessing MemCachedStore during Persist 2021-08-02 16:33:00 +03:00
memcached_store_test.go storage: allow accessing MemCachedStore during Persist 2021-08-02 16:33:00 +03:00
memory_store.go slice: introduce common Copy helper 2021-07-19 22:57:55 +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 go.mod: update miniredis to 2.15.1 2021-07-21 23:28:26 +03:00
store.go core: add API to store StateSyncPoint and StateSyncCurrentBlockHeight 2021-08-10 14:06:28 +03:00
store_config.go storage: add support of BadgerDB 2020-04-09 13:55:59 +03:00
store_test.go native: move contract deployment to management contract 2020-12-14 15:23:46 +03:00
storeandbatch_test.go slice: introduce common Copy helper 2021-07-19 22:57:55 +03:00