neoneo-go/pkg/core/storage
Vsevolod Brekelov 264dfef370 storage: close function
add close function to storage interface
add common defer function call which will close db connection
remove context as soon as it's not needed anymore
updated unit tests
2019-09-16 18:52:47 +03:00
..
boltdb_store.go storage: close function 2019-09-16 18:52:47 +03:00
boltdb_store_test.go storage: close function 2019-09-16 18:52:47 +03:00
helpers.go storage: fix reading overlapping hash blocks from the DB 2019-09-11 20:33:41 +03:00
leveldb_store.go storage: close function 2019-09-16 18:52:47 +03:00
leveldb_store_test.go Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
memory_store.go storage: close function 2019-09-16 18:52:47 +03:00
memory_store_test.go storage: close function 2019-09-16 18:52:47 +03:00
README.md Persist blockchain with leveldb on disk (#48) 2018-03-17 12:53:21 +01:00
redis_store.go storage: close function 2019-09-16 18:52:47 +03:00
redis_store_test.go storage: close function 2019-09-16 18:52:47 +03:00
store.go storage: close function 2019-09-16 18:52:47 +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

Storage