neoneo-go/pkg/core/storage
Roman Khimov 3ada92944a storage: drop Len from the Batch interface
It's almost meaningless now and we can easily live without it.
2019-10-15 12:56:25 +03:00
..
boltdb_store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
boltdb_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
helpers.go io: move BinReader/BinWriter there, redo Serializable with it 2019-09-16 23:39:51 +03:00
leveldb_store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
leveldb_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
memory_store.go storage: drop Len from the Batch interface 2019-10-15 12:56:25 +03:00
memory_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
redis_store.go storage: add Delete method for Batch and Store 2019-10-07 19:40:11 +03:00
redis_store_test.go storage: redo DB testing 2019-10-15 12:56:25 +03:00
store.go storage: drop Len from the Batch interface 2019-10-15 12:56:25 +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 storage: redo DB testing 2019-10-15 12:56:25 +03:00